Metadata-Version: 2.1
Name: vtds-platform-ubuntu
Version: 0.0.10
Summary: Ubuntu Platform Layer Plugin for the Virtual Test Development System (vTDS) suite
Author-email: Eric Lund <eric.lund@hpe.com>
Maintainer-email: Eric Lund <eric.lund@hpe.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml (~=6.0)
Requires-Dist: vtds-base (~=0.0)
Provides-Extra: build
Requires-Dist: build (~=1.2.2) ; extra == 'build'
Provides-Extra: ci
Requires-Dist: nox (~=2023.4.22) ; extra == 'ci'
Provides-Extra: docs
Provides-Extra: lint
Requires-Dist: pylint (~=2.15) ; extra == 'lint'
Provides-Extra: style
Requires-Dist: pycodestyle (~=2.11) ; extra == 'style'
Provides-Extra: test
Requires-Dist: pytest (~=7.3.1) ; extra == 'test'
Requires-Dist: pytest-cov (~=4.1) ; extra == 'test'
Requires-Dist: coverage (~=7.4) ; extra == 'test'

# vtds-platform-ubuntu

The ubuntu platform layer implementation for vTDS.

## Description

This repo provides the code and a base configuration to deploy the
platform layer of a Virtual Test and Development System (vTDS) cluster

Each platform implementation contains implementation specific code and
a fully defined base configuration capable of deploying the platform
resources of the cluster. The base configuration here, if used
unchanged, installs on the Provider Layer deployed Virtual Blades
the software packages needed to support KVM based virtual
machines and to define VxLAN based overlay networks. It also
installs the `sushy-tools` Redfish BMC emulator to provide
emulation of Redfish for virtual machines created under KVM
using libvirt.

The core driver mechanism and a brief introduction to the vTDS
architecture and concepts can be found in the [vTDS Core Project
Repository](https://github.com/Cray-HPE/vtds-core/tree/main).
