Virtual bare metal cluster management
Go to file
Will Miller a4c21a2d92 Remove 'controllers' group in favour of localhost
Only a single controller would have ever been required, so explicitly
referencing localhost makes more sense.

Also, remove a duplicate 'when' attribute.
2018-08-23 15:38:39 +00:00
ansible Remove 'controllers' group in favour of localhost 2018-08-23 15:38:39 +00:00
.gitignore Add basis for VM scheduling to hypervisors 2018-08-21 16:57:39 +00:00
LICENSE Initial commit 2018-08-17 11:38:20 +01:00
README.md Add dependency installation to README 2018-08-23 13:15:02 +00:00
requirements.yml Add basis for README 2018-08-23 13:04:48 +00:00

README.md

Tenks

Tenks is a utility that manages virtual bare metal clusters for development and testing purposes.

Getting Started

Tenks has dependencies on Ansible roles that are hosted by Ansible Galaxy. Given that your virtualenv of choice is active and Ansible (>=2.6) is installed inside it, Tenks' role dependencies can be installed by ansible-galaxy install --role-file=requirements.yml --roles-path=ansible/roles/.

Currently, Tenks does not have a CLI or wrapper. A virtual cluster can be deployed by configuring the variables defined in group_vars/* as necessary, then calling ansible-playbook --inventory ansible/inventory deploy.yml.