Bug 1660114 - [Docs] [OSP13] Instance High Availability Guide
Summary: [Docs] [OSP13] Instance High Availability Guide
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Mikey Ariel
QA Contact: RHOS Documentation Team
URL:
Whiteboard: docs-accepted
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-12-17 14:26 UTC by Alberto Rivera Laporte
Modified: 2019-10-17 09:42 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-17 09:42:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alberto Rivera Laporte 2018-12-17 14:26:01 UTC
--------------------------------------
DOC: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/high_availability_for_compute_instances/rollback

DATE: Oct-01-2018
--------------------------------------


Issue:  Chapter 5 DISABLING INSTANCE HA FROM PREVIOUS VERSIONS - contains an ansible playbook example referencing an OSP12 release instead of the OSP13 release.



--------------------------------------
Current: 
--------------------------------------

#No Stonith Example

stack@director $ ansible-playbook /home/stack/ansible-instanceha/playbooks/overcloud-instance-ha.yml \
-e release="rhos-12" -e instance_ha_action="uninstall"

#Stonith Example

stack@director $ ansible-playbook /home/stack/ansible-instanceha/playbooks/overcloud-instance-ha.yml \
-e release="rhos-12" -e instance_ha_action="uninstall" -e stonith_devices=”none”



--------------------------------------
Desired
--------------------------------------


#No Stonith Example

stack@director $ ansible-playbook /home/stack/ansible-instanceha/playbooks/overcloud-instance-ha.yml \
-e release="rhos-13" -e instance_ha_action="uninstall"

#Stonith Example

stack@director $ ansible-playbook /home/stack/ansible-instanceha/playbooks/overcloud-instance-ha.yml \
-e release="rhos-13" -e instance_ha_action="uninstall" -e stonith_devices=”none”


Note You need to log in before you can comment on or make changes to this bug.