Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Problematic nested quotes in hieradata file list
Browse files Browse the repository at this point in the history
We shouldn't be double quoting the hieradata files in overcloud.j2.yaml.

Related: https://bugzilla.redhat.com/1924862
Change-Id: I042c26ac5a488bbd9f9d3802cfe6ea95c7ab0380
(cherry picked from commit e66a70d)
  • Loading branch information
valleedelisle authored and stuggi committed Feb 11, 2021
1 parent 5e4d71b commit e300018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overcloud.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,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
Expand All @@ -723,7 +723,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
Expand Down

0 comments on commit e300018

Please sign in to comment.