File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
89
89
cephadm_commands_pre : " {{ cephadm_commands_pre_default + cephadm_commands_pre_extra }}"
90
90
cephadm_commands_post : " {{ cephadm_commands_post_default + cephadm_commands_post_extra }}"
91
91
92
- cephadm_commands_pre_default :
92
+ cephadm_commands_pre_default : []
93
93
cephadm_commands_post_default :
94
94
{% if kolla_enable_prometheus_ceph_mgr_exporter %}
95
95
- " mgr module enable prometheus"
96
96
{% endif %}
97
97
98
- cephadm_commands_pre_extra :
99
- cephadm_commands_post_extra :
98
+ cephadm_commands_pre_extra : []
99
+ cephadm_commands_post_extra : []
100
100
101
101
# ##############################################################################
102
102
# Kolla Ceph auto-configuration.
You can’t perform that action at this time.
0 commit comments