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 33328d9 commit 03b3d84Copy full SHA for 03b3d84
etc/kayobe/ansible/deploy-os-capacity-exporter.yml
@@ -23,6 +23,12 @@
23
src: templates/os_capacity-clouds.yml.j2
24
dest: /opt/kayobe/os-capacity/clouds.yaml
25
26
+ - name: Copy haproxy certificate to monitoring nodes
27
+ ansible.builtin.copy:
28
+ src: ../kolla/certificates/haproxy-internal.pem
29
+ dest: /opt/kayobe/os-capacity/haproxy-internal.pem
30
+ when: not stackhpc_os_capacity_openstack_verify
31
+
32
- name: Ensure os_capacity container is running
33
docker_container:
34
name: os_capacity
etc/kayobe/ansible/templates/os_capacity-clouds.yml.j2
@@ -9,5 +9,5 @@ clouds:
9
identity_api_version: 3
10
auth_type: "v3applicationcredential"
11
{% if not stackhpc_os_capacity_openstack_verify | bool %}
12
- verify: False
+ cacert: /etc/openstack/haproxy-internal.pem
13
{% endif %}
0 commit comments