tripleo-heat-templates/deployment/deprecated
Takashi Kajinami ff83505e8a Replace hiera by lookup
The hiera function is deprecated and does not work with the latest
hieradata version 5. It should be replaced by the new lookup
function[1].

[1] https://puppet.com/docs/puppet/7/hiera_automatic.html

With the lookup function, we can define value type and merge behavior,
but these are kept default at this moment to limit scope of this change
to just simple replacement. Adding value type might be useful to make
sure the value is in expected type (especially when a boolean value is
expected), but we will revisit that later.

example:
lookup(<NAME>, [<VALUE TYPE>], [<MERGE BEHAVIOR>], [<DEFAULT VALUE>])

Change-Id: If5ac88ffccc1bb800d8af33c8896294a57e9b5fb
2022-04-14 17:07:52 +09:00
..
neutron Deprecate VPP service and Neutron ML2/VPP agent 2021-06-22 10:28:29 +02:00
nova Replace hiera by lookup 2022-04-14 17:07:52 +09:00
vpp Deprecate VPP service and Neutron ML2/VPP agent 2021-06-22 10:28:29 +02:00
multipathd-container.yaml Fix trailing slashes in bind-mounts and linting 2022-03-08 12:13:01 +00:00
README.rst Create deployment/deprecated directory 2019-02-20 16:57:58 -05:00

Deprecated services

This directory contains services that are deprecated and that will be removed in a future release.