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)
(cherry picked from commit e300018)
  • Loading branch information
valleedelisle committed Feb 11, 2021
1 parent 2be083b commit 633ad77
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 @@ -614,7 +614,7 @@ resources:
- {get_param: {{role.name}}ExtraConfig}
extraconfig: {get_param: ExtraConfig}
hieradata_files:
- '"%{::uuid}"'
- '%{::uuid}'
- fqdn
- docker_puppet # Optionally provided by container-puppet.py
- ansible_managed
Expand All @@ -630,7 +630,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 633ad77

Please sign in to comment.