kolla-ansible/tests/kolla_docker_tests
Michal Nasiadka cea076f379 Introduce oneshot docker_restart_policy
docker_restart_policy: no causes systemd units to not get created
and we use it in CI to disable restarts on services.

Introducing oneshot policy to not create systemd unit for oneshot
containers (those that are running bootstrap tasks, like db
bootstrap and don't need a systemd unit), but still create systemd
units for long lived containers but with Restart=No.

Change-Id: I9e0d656f19143ec2fcad7d6d345b2c9387551604
2023-11-14 15:17:50 +00:00
..
__init__.py Refactor DockerWorker into ContainerWorker 2023-02-20 14:12:00 +01:00
test_docker_worker.py Introduce oneshot docker_restart_policy 2023-11-14 15:17:50 +00:00
test_podman_worker.py Introduce oneshot docker_restart_policy 2023-11-14 15:17:50 +00:00
test_systemd.py Refactor DockerWorker into ContainerWorker 2023-02-20 14:12:00 +01:00