Skip to content

Commit e381efb

Browse files
authored
Merge pull request #1273 from stackhpc/disable_ironic_prometheus_exporter
Disable ironic prometheus exporter deploy and sync
2 parents 5b53fdf + 4edc620 commit e381efb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ kolla_enable_heat: false
622622
#kolla_enable_influxdb:
623623
#kolla_enable_ironic:
624624
#kolla_enable_ironic_neutron_agent:
625-
#kolla_enable_ironic_prometheus_exporter:
625+
kolla_enable_ironic_prometheus_exporter: false
626626
#kolla_enable_iscsid:
627627
#kolla_enable_keepalived:
628628
#kolla_enable_keystone:

etc/kayobe/pulp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ stackhpc_pulp_images_kolla:
470470
- ironic-conductor
471471
- ironic-inspector
472472
- ironic-neutron-agent
473-
- ironic-prometheus-exporter
474473
- ironic-pxe
475474
- keepalived
476475
- keystone
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
issues:
3+
- |
4+
The Ironic Prometheus Exporter has been (temporarily) disabled. See bug for
5+
details: https://bugs.launchpad.net/kolla-ansible/+bug/2062401
6+
upgrade:
7+
- |
8+
The Ironic Prometheus Exporter has been (temporarily) disabled. See bug for
9+
details: https://bugs.launchpad.net/kolla-ansible/+bug/2062401

0 commit comments

Comments
 (0)