Skip to content

Commit f5bd9f9

Browse files
committed
Only run necessary playbooks
1 parent 4964c88 commit f5bd9f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ is not enabled by default. To enable it, set the following in
3030
kolla_enable_manila: true
3131
kolla_enable_manila_backend_cephfs_native: true
3232
33-
If you are working on an existing deployment, re-run the Cephadm playbook
34-
``kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/cephadm.yml``
35-
to add the Ceph configuration (such as pools and CephFS file systems)
36-
for Manila.
33+
If you are working on an existing deployment, you need to do the following first.
34+
35+
1. Create CephFS pools: ``kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/cephadm-pools.yml``
36+
2. Create cephx key for Manila: ``kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/cephadm-keys.yml``
37+
3. Run Manila related Ceph commands: ``kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/cephadm-commands-post.yml``
38+
4. Gather Ceph configuration and keyring for Manila: ``kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/cephadm-gather-keys.yml``
3739

3840
Then, run ``kayobe overcloud service deploy`` to deploy Manila.
3941

0 commit comments

Comments
 (0)