From 9cd05a5f5b206bbefd6d729518c98390c6498661 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 14 Feb 2024 10:06:48 +0000 Subject: [PATCH] [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 --- doc/source/admin/upgrades/distribution-upgrades.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/admin/upgrades/distribution-upgrades.rst b/doc/source/admin/upgrades/distribution-upgrades.rst index e84033bbdb..658aacdd5a 100644 --- a/doc/source/admin/upgrades/distribution-upgrades.rst +++ b/doc/source/admin/upgrades/distribution-upgrades.rst @@ -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