Merge "Add THT Jinja2 data sources as stack output"

This commit is contained in:
Zuul 2021-06-25 00:49:48 +00:00 committed by Gerrit Code Review
commit 3e284ecaa7
1 changed files with 5 additions and 0 deletions

View File

@ -1362,3 +1362,8 @@ outputs:
map_merge:
- {get_attr: [AnsibleHostVars, value]}
- {get_param: ExtraAnsibleHostVars}
TripleoHeatTemplatesJinja2RenderingDataSources:
description: The role_data and the network_data used when rendering the THT Jinja2 templates
value:
roles_data: {{ roles }}
networks_data: {{ networks }}