Skip to content

Commit e0b977d

Browse files
authored
Merge pull request #1603 from stackhpc/disable-ironic-prometheus
feat: disable `ironic_prometheus_exporter`
2 parents cc0a314 + d92a7d4 commit e0b977d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ kolla_enable_heat: false
639639
#kolla_enable_influxdb:
640640
#kolla_enable_ironic:
641641
#kolla_enable_ironic_neutron_agent:
642-
#kolla_enable_ironic_prometheus_exporter:
642+
kolla_enable_ironic_prometheus_exporter: false
643643
#kolla_enable_iscsid:
644644
#kolla_enable_keepalived:
645645
#kolla_enable_keystone:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
The Ironic Prometheus Exporter is now disabled by default as redfish exporter
5+
is preferred. If you need to use the Ironic Prometheus Exporter, you can
6+
enable it by setting the `kolla_enable_ironic_prometheus_exporter`
7+
option to `true`.

0 commit comments

Comments
 (0)