[doc] Use bootstrap node override for gluster primary upgrade

Overriding the bootstrap host is necessary to establish the
original gluster primary as a member of an existing cluster.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/908981
Change-Id: I29dacded7220dce796429c36cb082f37c5278031
This commit is contained in:
Andrew Bonney 2024-02-14 10:06:48 +00:00
parent fca293037e
commit 9cd05a5f5b
1 changed files with 6 additions and 0 deletions

View File

@ -289,6 +289,12 @@ Deploying Infrastructure Hosts
openstack-ansible rabbitmq-install.yml -e rabbitmq_primary_cluster_node="{{ hostvars[groups['rabbitmq_all'][-1]]['ansible_facts']['hostname'] }}"
#. Now the repo host primary
.. code:: console
openstack-ansible repo-install.yml -e glusterfs_bootstrap_node="{{ groups['repo_all'][-1] }}"
#. Everything should now be in a working state and we can finish it off with
.. code:: console