diff --git a/roles/stonith-config/README.md b/roles/stonith-config/README.md index 2fa1892..e194705 100644 --- a/roles/stonith-config/README.md +++ b/roles/stonith-config/README.md @@ -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