Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/operations/ceph-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ or powered off:

.. code-block:: console

kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/nova-compute-{disable,drain}.yml --limit <host>
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/maintenance/nova-compute-{disable,drain}.yml --limit <host>
Comment thread
priteau marked this conversation as resolved.

To update all eligible packages, use ``*``, escaping if necessary:

Expand Down
Loading