Skip to content

Commit 3787f80

Browse files
committed
Split cephadm pre/post cmds into default + extras
1 parent 109649a commit 3787f80

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

etc/kayobe/cephadm.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)