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:
David Vallee Delisle 2021-02-05 19:51:55 -05:00
parent ee76c8f71e
commit e66a70df63
1 changed files with 2 additions and 2 deletions

View File

@ -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