File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -247,18 +247,6 @@ scrape_configs:
247
247
{% endfor %}
248
248
{% endif %}
249
249
250
- {% if enable_ironic_prometheus_exporter | bool %}
251
- - job_name: ironic_prometheus_exporter
252
- static_configs:
253
- {% for host in groups ['ironic-conductor' ] %}
254
- - targets: ["{{ 'api' | kolla_address(host) | put_address_in_context('url') }}:{{ hostvars[host] ['ironic_prometheus_exporter_port'] }}"]
255
- {% if hostvars [host ].prometheus_instance_label | default (false , true ) %}
256
- labels:
257
- instance: "{{ hostvars[host] .prometheus_instance_label }}"
258
- {% endif %}
259
- {% endfor %}
260
- {% endif %}
261
-
262
250
{% if enable_prometheus_alertmanager | bool %}
263
251
- job_name: alertmanager
264
252
static_configs:
@@ -277,10 +265,6 @@ alerting:
277
265
- targets:
278
266
{% for host in groups ["prometheus-alertmanager" ] %}
279
267
- '{{ 'api' | kolla_address(host) | put_address_in_context('url') }}:{{ hostvars[host] ['prometheus_alertmanager_port'] }}'
280
- {% if hostvars [host ].prometheus_instance_label | default (false , true ) %}
281
- labels:
282
- instance: "{{ hostvars[host] .prometheus_instance_label }}"
283
- {% endif %}
284
268
{% endfor %}
285
269
{% endif %}
286
270
{% endraw %}
Original file line number Diff line number Diff line change @@ -145,7 +145,8 @@ stackhpc_kolla_source_version: "stackhpc/{{ openstack_release }}"
145
145
146
146
# Kolla Ansible source repository.
147
147
stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
148
- stackhpc_kolla_ansible_source_version : " stackhpc/{{ openstack_release }}"
148
+ # stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
149
+ stackhpc_kolla_ansible_source_version : " fix-prometheus"
149
150
150
151
# ##############################################################################
151
152
# Container image registry
You can’t perform that action at this time.
0 commit comments