Metadata-Version: 2.4
Name: vtds_cluster_kvm
Version: 0.0.21
Summary: KVM Cluster 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<2025.6.0,>=2023.4.22; extra == "ci"
Provides-Extra: docs
Provides-Extra: style
Requires-Dist: pycodestyle~=2.11; extra == "style"
Provides-Extra: lint
Requires-Dist: pylint<4.0,>=2.15; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest<8.5.0,>=7.3.1; extra == "test"
Requires-Dist: pytest-cov<7.0,>=4.1; extra == "test"
Requires-Dist: coverage~=7.4; extra == "test"
Dynamic: license-file

# vtds-cluster-kvm

A KVM based vTDS Cluster Layer Implementation.

## Description

This Cluster Layer Implementation provides the code and
[base configuration](https://github.com/Cray-HPE/vtds-cluster-kvm/blob/main/vtds_cluster_kvm/private/config/config.yaml)
to deploy KVM Virtual Nodes on Ubuntu based Virtual Blades for use under
vTDS. For more information about configuring this Layer Implementation
see the annotated base configuration linked above.

A brief introduction to vTDS can be found in the [vTDS Core Project
Repository](https://github.com/Cray-HPE/vtds-core/blob/main/README.md).
