kolla-ansible/ansible/module_utils
Michal Arbet b1fd2b40f7 Fix long service restarts while using systemd
Some containers exiting with 143 instead of 0, but
this is still OK. This patch just allows
ExitCode 143 (SIGTERM) as fix. Details in
bugreport.

Services which exited with 143 (SIGTERM):

kolla-cron-container.service
kolla-designate_producer-container.service
kolla-keystone_fernet-container.service
kolla-letsencrypt_lego-container.service
kolla-magnum_api-container.service
kolla-mariadb_clustercheck-container.service
kolla-neutron_l3_agent-container.service
kolla-openvswitch_db-container.service
kolla-openvswitch_vswitchd-container.service
kolla-proxysql-container.service

Partial-Bug: #2048130
Change-Id: Ia8c85d03404cfb368e4013066c67acd2a2f68deb
2024-01-05 10:06:56 +01:00
..
kolla_container_worker.py Refactor DockerWorker into ContainerWorker 2023-02-20 14:12:00 +01:00
kolla_docker_worker.py Introduce oneshot docker_restart_policy 2023-11-14 15:17:50 +00:00
kolla_podman_worker.py Introduce oneshot docker_restart_policy 2023-11-14 15:17:50 +00:00
kolla_systemd_worker.py Fix long service restarts while using systemd 2024-01-05 10:06:56 +01:00