Skip to content

Commit 9e2331d

Browse files
committed
Test mariadb cert config change
1 parent e485890 commit 9e2331d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

etc/kayobe/ansible/openbao-generate-backend-tls.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,12 @@
8181
{{ backend_cert.data.private_key }}
8282
mode: "0600"
8383
delegate_to: localhost
84+
85+
- name: Copy intermediate CA
86+
no_log: true
87+
ansible.builtin.copy:
88+
remote: true
89+
src: "{{ kayobe_env_config_path }}/openbao/OS-TLS-INT.crt"
90+
dest: "{{ kayobe_env_config_path }}/kolla/certificates/int.crt"
91+
mode: "0600"
92+
delegate_to: localhost

etc/kayobe/ansible/vault-generate-backend-tls.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,12 @@
8080
{{ backend_cert.data.private_key }}
8181
mode: "0600"
8282
delegate_to: localhost
83+
84+
- name: Copy intermediate CA
85+
no_log: true
86+
ansible.builtin.copy:
87+
remote: true
88+
src: "{{ kayobe_env_config_path }}/openbao/OS-TLS-INT.crt"
89+
dest: "{{ kayobe_env_config_path }}/kolla/certificates/int.crt"
90+
mode: "0600"
91+
delegate_to: localhost

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ stackhpc_kolla_source_version: stackhpc/20.0.0.14
145145

146146
# Kolla Ansible source repository.
147147
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
148-
stackhpc_kolla_ansible_source_version: rabbitmq-stream-fix
148+
stackhpc_kolla_ansible_source_version: test-mariadb-cert
149149

150150
###############################################################################
151151
# Container image registry

0 commit comments

Comments
 (0)