Mark Goddard 7ad354c2af Use node state rather than 'cmd'
There are two cases when we may want to delete things:

1. if a desired node configuration or spec changes, we delete existing node
   resources.
2. if we use the teardown.yml playbook, cmd == teardown, delete
   everything, including global state.

In both cases, Tenks state (state.yml), all nodes to be deleted are given a
'state' of absent'. We should therefore use this rather than the 'cmd' variable
which only works in the latter case.

Change-Id: Icc033340c7fd882e61d90e3d086f7ba4a5b673bf
Story: 2004907
Task: 29257
2019-01-31 14:59:47 +00:00
2019-01-31 14:59:47 +00:00
2018-09-14 16:40:39 +00:00
2018-11-02 15:29:48 +00:00
2018-09-19 08:40:46 +00:00
2018-08-17 11:38:20 +01:00
2018-08-23 13:04:48 +00:00
2018-08-28 11:02:47 +00:00
2018-09-14 16:40:39 +00:00

Tenks

image

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).

Description
Virtual bare metal cluster management
Readme 2.4 MiB
Languages
Python 96.1%
Shell 2.4%
Jinja 1.5%