File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,14 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
8686# stackhpc.cephadm.commands for format. Pre commands run before the rest of the
8787# post-deployment configuration, post commands run after the rest of the
8888# post-deployment configuration.
89- # cephadm_commands_pre:
90- # cephadm_commands_post:
89+ cephadm_commands_pre : " {{ cephadm_commands_pre_default + cephadm_commands_pre_extra }}"
90+ cephadm_commands_post : " {{ cephadm_commands_post_default + cephadm_commands_post_extra }}"
91+
92+ cephadm_commands_pre_default :
93+ cephadm_commands_post_default :
94+
95+ cephadm_commands_pre_extra :
96+ cephadm_commands_post_extra :
9197
9298# ##############################################################################
9399# Kolla Ceph auto-configuration.
You can’t perform that action at this time.
0 commit comments