Merge "Fix OpenStack exporter scrape with internal TLS & FQDN"
This commit is contained in:
commit
4b35b9d9a9
@ -139,7 +139,7 @@ scrape_configs:
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets:
|
||||
- '{{ kolla_internal_vip_address | put_address_in_context('url') }}:{{ prometheus_openstack_exporter_port }}'
|
||||
- '{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ prometheus_openstack_exporter_port }}'
|
||||
{% endif %}
|
||||
|
||||
{% if enable_prometheus_elasticsearch_exporter | bool %}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where Prometheus would fail to scrape the OpenStack exporter
|
||||
when using internal TLS with an FQDN. `LP#2008208
|
||||
<https://bugs.launchpad.net/kolla-ansible/+bug/2008208>`__
|
Loading…
x
Reference in New Issue
Block a user