Skip to content

Commit 8490b74

Browse files
os_capacity verification flag
1 parent 978db2f commit 8490b74

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

etc/kayobe/ansible/templates/os_capacity-clouds.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ clouds:
88
interface: "internal"
99
identity_api_version: 3
1010
auth_type: "v3applicationcredential"
11-
{% if kolla_enable_tls_internal | bool %}
11+
{% if not stackhpc_os_capacity_openstack_verify | bool %}
1212
verify: False
1313
{% endif %}

etc/kayobe/stackhpc-monitoring.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ alertmanager_low_memory_threshold_gib: 5
1515
# Enabling this flag will result in HAProxy configuration and Prometheus scrape
1616
# targets being templated during deployment.
1717
stackhpc_enable_os_capacity: false
18+
19+
# Whether TLS certificate verification is enabled for the OpenStack Capacity
20+
# exporter during Keystone authentication.
21+
stackhpc_os_capacity_openstack_verify: true

0 commit comments

Comments
 (0)