Fix STONITH readme removing release from examples
This commit removes the release parameter from the exaple commands related to STONITH, the parameter is not requested, not needed and may confuse users. Change-Id: I664c8d4a2ae9b33f814bde083de0828115b1a73f
This commit is contained in:
parent
2e2cff1969
commit
71c55e034f
@ -61,19 +61,19 @@ Examples on how to invoke the playbook via ansible
|
||||
|
||||
This command line will install the STONITH devices for the controller nodes:
|
||||
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e release="rhos-10"
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml
|
||||
|
||||
If a user wants to install the STONITH devices for all the nodes:
|
||||
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e release="rhos-10" -e stonith_devices="all"
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e stonith_devices="all"
|
||||
|
||||
To uninstall the STONITH devices for the controllers:
|
||||
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e release="rhos-10" -e stonith_action="uninstall"
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e stonith_action="uninstall"
|
||||
|
||||
To uninstall the STONITH devices just for the computes:
|
||||
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e release="rhos-10" -e stonith_action="uninstall" -e stonith_devices="computes"
|
||||
ansible-playbook /home/stack/tripleo-ha-utils/playbooks/overcloud-stonith-config.yml -e stonith_action="uninstall" -e stonith_devices="computes"
|
||||
|
||||
The STONITH role supports also "none" as a valid value for *stonith_devices*
|
||||
which can become useful when configuring instance HA in an environment already
|
||||
|
Loading…
x
Reference in New Issue
Block a user