We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109649a commit af0099eCopy full SHA for af0099e
etc/kayobe/cephadm.yml
@@ -87,7 +87,12 @@ cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}"
87
# post-deployment configuration, post commands run after the rest of the
88
# post-deployment configuration.
89
#cephadm_commands_pre:
90
+{% if kolla_enable_prometheus_ceph_mgr_exporter %}
91
+cephadm_commands_post:
92
+ - "mgr module enable prometheus"
93
+{% else %}
94
#cephadm_commands_post:
95
+{% endif %}
96
97
###############################################################################
98
# Kolla Ceph auto-configuration.
0 commit comments