
This commit includes all the fixes needed to support ocata release. It also simplifies the way playbook can be invoked by leaving a single variable named instance_ha_config that can be "apply" or "undo" to reflect what has been made in the stonith role. Change-Id: Ib392f92172d79c8aef879bc106aa59e146949af0
8 lines
101 B
YAML
8 lines
101 B
YAML
---
|
|
|
|
- name: Configure Instance HA
|
|
hosts: undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- instance-ha
|