Ensure we mount the certificates in container

We must ensure we actually mount the certificates in ceph boostrap
container when we have TLS involved.

Change-Id: I05c894b2fbd0795dd38b937a82e238b85235d6c3
(cherry picked from commit 55b47ddc36)
This commit is contained in:
Cédric Jeanneret 2021-11-05 08:59:46 +01:00 committed by Francesco Pantano
parent 1f134c554f
commit 62ced715bd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
vars:
mount_spec: true
sensitive_data: true
mount_certs: "{{ (tripleo_cephadm_dashboard_protocol == 'https' and tripleo_cephadm_dashboard_crt | length > 0 and tripleo_cephadm_dashboard_key | length > 0) | bool }}"
- name: Configure the Ceph Dashboard port
become: true