RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Damien Ciabrini e09d2a192c HA: inject public certificates without blocking container
Do not inject public certificates in pacemaker bundles by means
of "podman cp", as this pauses the container for a short amount
of time and can make pacemaker operation fail during that time
window and impact cluster for no reason.

Keep "podman cp" for non-HA containers, as the freeze is short
and doesn't seem to impact podman monitoring anyway.

The new certificate injection only works for podman 1.9+, lower
version won't overwrite the existing certificate.

Adapted from Id7308f028f33716be5e3df6699c3f2c12e33e344, as the
same behaviour is implemented in puppet-tripleo before wallaby.

Change-Id: I14be16052677bf3426a88ec4b5299f9502007472
Related-Bug: #1917868
(cherry picked from commit f6c88d0146)
2021-05-13 07:59:13 +00:00
doc Follow the new PTI for document build 2018-02-28 14:42:12 +08:00
files HA: inject public certificates without blocking container 2021-05-13 07:59:13 +00:00
lib HA: ensure scaling up galera does not cause promotion errors 2020-08-25 07:36:34 +00:00
manifests Merge "Move stonith resource creation to step2" into stable/ussuri 2021-04-27 05:29:22 +00:00
releasenotes Merge "Add monitor interval for ovn dbs" into stable/ussuri 2021-03-22 18:06:51 +00:00
spec Merge "Always update the local certmonger ca cert" into stable/ussuri 2021-04-13 08:43:29 +00:00
templates Puppet config options for AMQP1 sensubility transport 2020-10-28 12:57:55 +00:00
zuul.d Use puppet-openstack-module-unit-jobs to define unit test jobs 2021-04-23 23:32:32 +09:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview Update .gitreview for stable/ussuri 2020-05-26 17:14:00 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Update Gemfile for stable/ussuri 2020-07-17 11:55:16 +09:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras stable-only: Pin puppetlabs-haproxy 2021-04-23 06:56:28 +00:00
README.md Add release note link in README 2018-06-27 22:47:34 +08: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 Bump metadata.json 12.6.0 for stable/ussuri release 2021-03-31 19:38:57 +03:00
setup.cfg Force to use markdown to prevent pypi issue 2019-07-01 20:45:00 +02:00
setup.py chmod +x setup.py 2017-10-06 12:28:56 -07:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/ussuri 2020-05-26 17:14:03 +00:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing