Merge "Include the standalone ganesha tasks when ceph is external" into stable/wallaby

This commit is contained in:
Zuul 2021-06-07 20:33:42 +00:00 committed by Gerrit Code Review
commit 7763914036
1 changed files with 12 additions and 0 deletions

View File

@ -121,6 +121,18 @@ outputs:
loop: "{{ ceph_external_multi_config }}"
when:
- ceph_external_multi_config is defined
- name: Load variables for standalone ganesha
include_vars: "{{ playbook_dir }}/cephadm/cephadm-extra-vars-heat.yml"
when:
- groups['ceph_mon'] | default([]) | length == 0
- groups['ceph_nfs'] | default([]) | length > 0
- name: Config Standalone Ganesha
include_role:
name: tripleo_cephadm
tasks_from: nfs
when:
- groups['ceph_mon'] | default([]) | length == 0
- groups['ceph_nfs'] | default([]) | length > 0
external_update_tasks: []
external_upgrade_tasks: []
config_settings: {}