0b4c8a3c3d
From Ussuri, if CA certificates are copied into /etc/kolla/certificates/ca/, these should be copied into all containers. This is not being done for masakari currently. Additionally, we are not setting the [DEFAULT] nova_ca_certificates_file option in masakari.conf. This depends on masakari bug 1873736 being fixed to work. This change fixes these issues. Change-Id: I9a3633f58e5eb734fa32edc03a3022a500761bbb Closes-Bug: #1888655
7 lines
163 B
YAML
7 lines
163 B
YAML
---
|
|
- name: "Copy certificates and keys for {{ project_name }}"
|
|
import_role:
|
|
role: service-cert-copy
|
|
vars:
|
|
project_services: "{{ masakari_services }}"
|