Problematic nested quotes in hieradata file list
We shouldn't be double quoting the hieradata files in overcloud.j2.yaml. Related: https://bugzilla.redhat.com/1924862 Change-Id: I042c26ac5a488bbd9f9d3802cfe6ea95c7ab0380
This commit is contained in:
parent
ee76c8f71e
commit
e66a70df63
@ -703,7 +703,7 @@ resources:
|
||||
- {get_param: {{role.name}}ExtraConfig}
|
||||
extraconfig: {get_param: ExtraConfig}
|
||||
hieradata_files:
|
||||
- '"%{::uuid}"'
|
||||
- '%{::uuid}'
|
||||
- fqdn
|
||||
- docker_puppet # Optionally provided by container-puppet.sh
|
||||
- ansible_managed
|
||||
@ -719,7 +719,7 @@ resources:
|
||||
- all_nodes # provided by tripleo_hieradata
|
||||
- vip_data # provided by tripleo_hieradata
|
||||
- net_ip_map
|
||||
- '"%{::osfamily}"'
|
||||
- '%{::osfamily}'
|
||||
# The following are required for compatibility with the Controller role
|
||||
# where some vendor integrations added hieradata via ExtraConfigPre
|
||||
- neutron_bigswitch_data # Optionally provided by Controller/ComputeExtraConfigPre
|
||||
|
Loading…
Reference in New Issue
Block a user