tripleo-heat-templates/deployment/deprecated
Damien Ciabrini 594662cc28 Less agressive cleanup of docker containers in post_upgrade_tasks
"system prune -a -f" deletes unused container images, as well as
containers which are stopped. This removes useful HA containers
*_init_bundle and *_restart_bundle, which makes debugging more
complex. This also removes tags whose image id are used by
pacemaker HA container.

Reduce the effect of cleanup by keeping stopped containers, which
in effect ensures that we also keep the tags used by HA containers.

Note: keep the aggressive cleanup for upgrade_tasks, because
they are always followed by deployed tasks, which recreate the
missing containers.

Note2: This doesn't apply for podman containers, whose cleanup
looks similar but is not as aggressive.

Change-Id: I936fb965687b961602e677bcca72f403121cbb0d
Closes-Bug: #1846368
(cherry picked from commit ae453229a8)
2019-10-23 12:23:50 +00:00
..
aide Convert aide puppet to ansible 2019-05-30 19:38:40 +00:00
docker Less agressive cleanup of docker containers in post_upgrade_tasks 2019-10-23 12:23:50 +00:00
ec2 Convert container environment from a list to a dict 2019-10-16 01:29:31 +00:00
kernel Set bridge-nf-call-* values to 1 2019-10-16 09:29:43 -05:00
kubernetes Deprecate kubespray kubernetes install 2019-10-15 08:16:38 -04:00
neutron Fixed the path for neutron-base.yaml 2019-09-24 14:28:37 +00:00
opendaylight Convert container environment from a list to a dict 2019-10-16 01:29:31 +00:00
securetty Configure securetty using tripleo-ansible 2019-09-04 01:22:40 +00:00
time Manage system timezone with ansible 2019-03-13 08:21:35 -04:00
tuned Convert tuned puppet to ansible 2019-05-30 14:40:41 +00:00
README.rst Create deployment/deprecated directory 2019-02-20 16:57:58 -05:00

README.rst

Deprecated services

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