tripleo-heat-templates/releasenotes/notes/dynamic-hieradata-with-dots-deprecated-52d4c77e09821e87.yaml
Alex Schultz fb0e8f62fc Convert dynamic lookups to use colon notation
With the upgrade to puppet 5, we can no longer use dots in the hieradata
key lookups. This change updates the THT for firewall_rules,
haproxy_endpoints and haproxy_userlists to use the colon notation.

Change-Id: I6f67153e04aed191acb715fe8cfa976ee2e75878
Related-Bug: #1803024
2018-11-12 21:21:49 -07:00

11 lines
501 B
YAML

---
deprecations:
- |
The dynamic tripleo firewall_rules, haproxy_endpoints, haproxy_userlists
that are configured with dots are deprecated with the update to puppet 5.
They will no longer work and must be switched to the colon notation to
continue to function. For example `tripleo.core.firewall_rules` must
be converted to `tripleo::core::firewall_rules`. Similarly the haproxy
endpoints and userlists that are dynamic using dots must also be converted
to use colons.