https://github.com/openstack/tenks
Virtual bare metal cluster management. Mirror of code maintained at opendev.org.
https://github.com/openstack/tenks
Last synced: about 1 year ago
JSON representation
Virtual bare metal cluster management. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/tenks
- Owner: openstack
- License: apache-2.0
- Created: 2018-10-17T14:40:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T14:11:24.000Z (over 1 year ago)
- Last Synced: 2024-10-30T15:23:50.636Z (over 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/tenks
- Size: 721 KB
- Stars: 9
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Tenks
=====
.. image:: https://governance.openstack.org/badges/tenks.svg
:target: https://governance.openstack.org/reference/tags/index.html
Tenks is a utility that manages virtual bare metal clusters for development and
testing purposes. It offers:
* Declarative definition of clusters using Ansible's familiar YAML
syntax
* Automated creation and deletion of virtualised bare metal nodes across any
number of hypervisors
* In-built management of Open vSwitch bridges for physical networks
* Registration of nodes and ports with OpenStack Ironic, and creation of
OpenStack Nova flavors
* Simple cluster reconfiguration and tear-down
To get started with Tenks, see the documentation (linked below).
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/tenks/
* Source: https://opendev.org/openstack/tenks/
* Bugs: https://storyboard.openstack.org/#!/project/openstack/tenks
* Known issues/limitations: refer to the documentation.