Skip to content

Commit 38b5a85

Browse files
committed
fix(docs): correct playbook commands and minor inconsistencies in Ubuntu Noble upgrade guide
- Fix incorrect ceph-enter-maintenance.yml usage where ceph-exit-maintenance.yml should be used - Add missing -e flags to pulp-repo-publish.yml and pulp-repo-promote-production.yml commands - Fix typo: "change" -> "chance" in storage section potential issues
1 parent 3fd38bc commit 38b5a85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/operations/ubuntu-noble.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ To sync host packages:
8080
.. code-block:: console
8181
8282
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml -e stackhpc_pulp_sync_ubuntu_jammy=true -e stackhpc_pulp_sync_ubuntu_noble=true
83-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml
83+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml -e stackhpc_pulp_sync_ubuntu_jammy=true -e stackhpc_pulp_sync_ubuntu_noble=true
8484
8585
Once the host package content has been tested in a test/staging environment, it
8686
may be promoted to production:
8787

8888
.. code-block:: console
8989
90-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml
90+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml -e stackhpc_pulp_sync_ubuntu_jammy=true -e stackhpc_pulp_sync_ubuntu_noble=true
9191
9292
To sync container images:
9393

@@ -165,7 +165,7 @@ Always back up the overcloud DB before starting:
165165
Potential issues
166166
----------------
167167

168-
- If the system uses OVS as a network driver, there's a change that kolla
168+
- If the system uses OVS as a network driver, there's a chance that kolla
169169
services can struggle to find reply queues from RabbitMQ during the upgrade.
170170
Currently this could be observed when rolling reboot of controllers are done
171171
or deploying Ubuntu Noble based Kolla containers are deployed after all
@@ -236,7 +236,7 @@ Full procedure for one controller
236236

237237
.. code-block:: console
238238
239-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-enter-maintenance.yml --limit <host>
239+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-exit-maintenance.yml --limit <host>
240240
241241
3. Make sure that everything is back in working condition before moving
242242
on to the next host:
@@ -321,7 +321,7 @@ Full procedure for one batch of hosts
321321

322322
.. code-block:: console
323323
324-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-enter-maintenance.yml --limit <hosts>
324+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-exit-maintenance.yml --limit <hosts>
325325
326326
3. Make sure that everything is back in working condition before moving
327327
on to the next host:

0 commit comments

Comments
 (0)