File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
doc/source/contributor/environments Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ is not enabled by default. To enable it, set the following in
30
30
kolla_enable_manila : true
31
31
kolla_enable_manila_backend_cephfs_native : true
32
32
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 ``
37
39
38
40
Then, run ``kayobe overcloud service deploy `` to deploy Manila.
39
41
You can’t perform that action at this time.
0 commit comments