RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Takashi Kajinami 8427725125 Pacemaker: Replace hiera by lookup (2)
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>])

This covers the remaining manifests to set up pacemaker resource.

Change-Id: I749b979a7333f68a646f36afa912603b1af0a943
2022-09-08 02:29:49 +09:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-03 20:33:05 +02:00
files Remove unused implementation to manage stunnel by systemd 2022-04-26 11:51:01 +09:00
lib Merge "Get rid of noop service provider" 2022-08-29 21:06:04 +00:00
manifests Pacemaker: Replace hiera by lookup (2) 2022-09-08 02:29:49 +09:00
releasenotes remove unicode from code 2022-08-25 11:03:35 +08:00
spec Merge "Remove unused class for cell v2 setup" 2022-08-24 03:12:22 +00:00
templates Remove implementations for Docker support 2022-06-20 17:29:07 +09:00
zuul.d Moves the shared zuul queue tripleo to the project level 2022-06-23 13:52:38 +03:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:27 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Use openstack_spec_helper from zuul checkout 2020-08-30 23:06:53 +02:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Remove unused puppet-ptp 2022-03-31 08:35:08 +09:00
README.md Add the missing ':' in README 2018-07-28 07:57:53 +00:00
Rakefile Composable HA 2017-01-25 19:32:31 +00:00
bindep.txt Add Puppet package to bindep, for module build 2017-10-27 13:50:15 -07:00
metadata.json Drop support of CentOS 8 and RHEL 8 2022-07-28 10:38:00 +09:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-11 20:43:31 +09:00
setup.py setuptools: Disable auto discovery 2022-03-29 09:13:03 +00:00
tox.ini Replace deprecated UPPER_CONSTRAINTS_FILE variable 2020-11-04 11:09:29 +01:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing