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 8490b74 commit e2f2903Copy full SHA for e2f2903
etc/kayobe/ansible/deploy-os-capacity-exporter.yml
@@ -13,6 +13,12 @@
13
src: templates/os_capacity-clouds.yml.j2
14
dest: /opt/kayobe/os-capacity/clouds.yaml
15
16
+ - name: Copy haproxy certificate to monitoring nodes
17
+ ansible.builtin.copy:
18
+ src: ../kolla/certificates/haproxy-internal.pem
19
+ dest: /opt/kayobe/os-capacity/haproxy-internal.pem
20
+ when: not stackhpc_os_capacity_openstack_verify
21
+
22
- name: Ensure os_capacity container is running
23
docker_container:
24
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
{% endif %}
0 commit comments