b8a97b8ad3
The playbook unprovisions the nodes, giving each node a configurable amount of time to change to provision state 'available'. Then it deploys the nodes, giving each node a configurable amount of time to change to provision state 'active' Change-Id: I1e477c2dee3d0c40f467cd9e1906fd3dfa7cc1bd
10 lines
361 B
YAML
10 lines
361 B
YAML
---
|
|
features:
|
|
- A new playbook was added to redeploy nodes.
|
|
The playbook transitions each node's provision state
|
|
to 'available', waiting for the nodes to reach
|
|
that state. Next, the playbook deploys the
|
|
nodes, waiting for the nodes to reach provision
|
|
state 'active'. The playbook is redeploy-dynamic.yaml
|
|
in the playbooks directory.
|