Skip to content

Commit b436791

Browse files
MoteHueAlex-Welsh
andauthored
Update etc/kayobe/cephadm.yml
Co-authored-by: Alex-Welsh <[email protected]>
1 parent 0630218 commit b436791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/cephadm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
8989
cephadm_commands_pre: "{{ cephadm_commands_pre_default + cephadm_commands_pre_extra }}"
9090
cephadm_commands_post: "{{ cephadm_commands_post_default + cephadm_commands_post_extra }}"
9191

92-
cephadm_commands_pre_default:
92+
cephadm_commands_pre_default: []
9393
cephadm_commands_post_default:
9494
{% if kolla_enable_prometheus_ceph_mgr_exporter %}
9595
- "mgr module enable prometheus"
9696
{% endif %}
9797

98-
cephadm_commands_pre_extra:
99-
cephadm_commands_post_extra:
98+
cephadm_commands_pre_extra: []
99+
cephadm_commands_post_extra: []
100100

101101
###############################################################################
102102
# Kolla Ceph auto-configuration.

0 commit comments

Comments
 (0)