From 8aa6f8006635e95287206f2e5c2ca54c988615ef Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Thu, 7 May 2026 14:58:40 +0100 Subject: [PATCH] Fix missed playbook paths update in 2025.1 docs Fixing playbook paths that were missed from [1] [1] https://github.com/stackhpc/stackhpc-kayobe-config/pull/1744 --- doc/source/operations/ceph-management.rst | 2 +- doc/source/operations/upgrading-openstack.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/operations/ceph-management.rst b/doc/source/operations/ceph-management.rst index a212bfc58a..35df5593fd 100644 --- a/doc/source/operations/ceph-management.rst +++ b/doc/source/operations/ceph-management.rst @@ -27,7 +27,7 @@ Those groups are usually defined in ``$KAYOBE_CONFIG_PATH/inventory/groups``. Running Cephadm playbooks ------------------------- -In kayobe-config repository, under ``$KAYOBE_CONFIG_PATH/ansible`` there is a set of +In kayobe-config repository, under ``$KAYOBE_CONFIG_PATH/ansible/ceph/`` there is a set of Cephadm based playbooks utilising stackhpc.cephadm Ansible Galaxy collection. ``cephadm.yml`` runs the end to end process of Cephadm deployment and diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index b157773c37..6b414eb65f 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -1030,7 +1030,7 @@ or powered off: .. code-block:: console - kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/nova-compute-{disable,drain}.yml --limit + kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/maintenance/nova-compute-{disable,drain}.yml --limit To update all eligible packages, use ``*``, escaping if necessary: