python-tripleoclient/releasenotes/notes/add-fencing-parameter-generation-c0ae21e0fee4f350.yaml
Chris Jones eb4686cfc1 Add overcloud_parameters.GenerateFencingParameters.
We can now generate parameters to enable HA fencing, by re-consuming the
instackenv.json file and introspecting the deployed stack.

Closes-Bug: #1649695

Depends-On: I0ff173b6daf770329b25f61b76fcba0e28b2550a
Change-Id: I8b717b069f95cac20fe2d8c7fdaaacc46214957b
2017-01-25 20:53:45 +00:00

7 lines
243 B
YAML

---
features:
- |
Adds `overcloud generate fencing` command, which outputs an environment
file which can be used to configure node fencing in HA deployments.
Currently IPMI and virtual (non-production) deployments are supported.