Skip to content

Commit b989ef1

Browse files
jackhodgkissbbezak
authored andcommitted
feat: add openbao_tls_ca for raft peers
1 parent 759761c commit b989ef1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/kayobe/ansible/openbao-deploy-overcloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
- name: Template out TLS key and cert
5353
ansible.builtin.copy:
54-
# Within the OpenBao container these uids & gids map to the vault user
54+
# Within the OpenBao container these uids & gids map to the openbao user
5555
src: "{{ kayobe_env_config_path }}/openbao/{{ item }}"
5656
dest: /opt/kayobe/openbao/{{ item }}
5757
owner: 100
@@ -60,6 +60,7 @@
6060
loop:
6161
- "{% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.crt"
6262
- "{% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.key"
63+
- "OS-TLS-INT.crt"
6364
become: true
6465

6566
- name: Apply OpenBao role
@@ -76,6 +77,7 @@
7677
openbao_docker_tag: "{{ overcloud_openbao_docker_tag }}"
7778
openbao_tls_cert: "{% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.crt"
7879
openbao_tls_key: "{% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.key"
80+
openbao_tls_ca: "OS-TLS-INT.crt"
7981
copy_self_signed_ca: true
8082
openbao_api_addr: https://{{ internal_net_name | net_ip }}:8200
8183
openbao_write_keys_file: true

0 commit comments

Comments
 (0)