Skip to content

Commit

Permalink
Fix ceph deploy for AZ nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Aug 30, 2023
1 parent d7212c2 commit a382fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/ceph/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
tripleo_ceph_deploy_cluster_network_name: storage
tripleo_ceph_deploy_with_ntp: "{{ ntp_server is defined | ternary(true, false) }}"
tripleo_ceph_deploy_ntp_server: "{{ ntp_server | default(omit) }}"
tripleo_ceph_deploy_cluster: "{{ (dcn_az is not defined or (dcn_az is defined and dcn_az == 'central')) | ternary(omit, dcn_az) }}"

- name: Add ceph to enabled services
ansible.builtin.set_fact:
Expand Down

0 comments on commit a382fcd

Please sign in to comment.