We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978db2f commit 8490b74Copy full SHA for 8490b74
etc/kayobe/ansible/templates/os_capacity-clouds.yml.j2
@@ -8,6 +8,6 @@ clouds:
8
interface: "internal"
9
identity_api_version: 3
10
auth_type: "v3applicationcredential"
11
-{% if kolla_enable_tls_internal | bool %}
+{% if not stackhpc_os_capacity_openstack_verify | bool %}
12
verify: False
13
{% endif %}
etc/kayobe/stackhpc-monitoring.yml
@@ -15,3 +15,7 @@ alertmanager_low_memory_threshold_gib: 5
15
# Enabling this flag will result in HAProxy configuration and Prometheus scrape
16
# targets being templated during deployment.
17
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