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 3787f80 commit dd2a45dCopy full SHA for dd2a45d
etc/kayobe/cephadm.yml
@@ -90,7 +90,10 @@ cephadm_commands_pre: "{{ cephadm_commands_pre_default + cephadm_commands_pre_ex
90
cephadm_commands_post: "{{ cephadm_commands_post_default + cephadm_commands_post_extra }}"
91
92
#cephadm_commands_pre_default:
93
-#cephadm_commands_post_default:
+cephadm_commands_post_default:
94
+{% if kolla_enable_prometheus_ceph_mgr_exporter %}
95
+ - "mgr module enable prometheus"
96
+{% endif %}
97
98
#cephadm_commands_pre_extra:
99
#cephadm_commands_post_extra:
0 commit comments