Merge "Move CA cert injection to host_prep_tasks"

This commit is contained in:
Zuul 2020-12-17 14:13:25 +00:00 committed by Gerrit Code Review
commit 666091c949
1 changed files with 11 additions and 3 deletions

View File

@ -42,6 +42,14 @@ outputs:
value:
service_name: ca_certs
config_settings:
tripleo::trusted_cas::ca_map: {get_param: CAMap}
step_config: |
include tripleo::trusted_cas
description: Extra hieradata needed to inject CA certificates
value: null
host_prep_tasks:
description: Extra ansible tasks needed to inject CA certificates
value:
- name: inject CA certs into the system store
import_role:
name: tripleo_update_trusted_cas
vars:
tripleo_update_trusted_cas_ca_map: {get_param: CAMap}