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 553f5a8 commit 0630218Copy full SHA for 0630218
etc/kayobe/cephadm.yml
@@ -91,6 +91,9 @@ cephadm_commands_post: "{{ cephadm_commands_post_default + cephadm_commands_post
91
92
cephadm_commands_pre_default:
93
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