RETIRED, Lightweight composition layer for Puppet TripleO
Go to file
Jakub Libosvar 5863f5ff63 Remove side-car containers in Create status
The change Ib3c41a8bee349856d21f360595e41a9eafd79323 added a mechanism
to remove side-car containers before spawning a new one for the same
network.

For dnsmasq side-car, it matches on container statuses Exited
and Created, while all remaining containers match on Exited only.
However if a node running side-car is shut down ungracefully, containers
end in Created status and wrapper script won't be able to start the
containers because they already exist.

This change goes only to Train because in current master (Ussuri) these
wrappers were replaced by ansible.

Closes-bug: #1862010

Change-Id: I7909cd18c7a123d64d24ebc33167d415a8cfb228
(cherry picked from commit 378580d3d8)
2020-02-05 12:02:29 +00:00
doc Follow the new PTI for document build 2018-02-28 14:42:12 +08:00
files Qdr: InternalTLS support. 2019-03-28 16:28:05 -04:00
lib Fix upper case checks for SRIOV interface 2019-10-30 11:09:29 +00:00
manifests Merge "Add short node name override support to manila" into stable/stein 2020-01-22 01:12:20 +00:00
releasenotes Add configurable monitor timeouts for ovn dbs 2019-11-18 15:16:45 +01:00
spec Add short node name override support to manila 2020-01-15 16:23:46 +00:00
templates Remove side-car containers in Create status 2020-02-05 12:02:29 +00:00
zuul.d Remove scenario008 jobs 2019-06-13 22:18:32 +00:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:08 +08:00
.gitreview Merge "Update .gitreview for stable/stein" into stable/stein 2019-04-25 22:46:28 +00:00
.sync.yml Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
Gemfile Load puppet-openstack_spec_helper locally during tests 2018-02-12 10:53:40 +08:00
LICENSE Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
Puppetfile_extras Pin modules to versions shipped 2019-12-10 09:10:33 -07: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 update metadata for a version bump 2019-11-26 11:31:50 -07:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:46:02 +08:00
setup.py chmod +x setup.py 2017-10-06 12:28:56 -07:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/stein 2019-04-18 14:56:51 +00:00

README.md

Team and repository tags

Team and repository tags

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Contributing