-
- Downloads
Refactor DockerWorker into ContainerWorker
Fourth part of patchset: https://review.opendev.org/c/openstack/kolla-ansible/+/799229/ which was suggested to be split into smaller patches. This commit refactors select methods from DockerWorker class into ContainerWorker class. New class contains Docker independent methods also used in Podman introduction and is inteded as a parent class for specific worker classes. Signed-off-by:Ivan Halomi <i.halomi@partner.samsung.com> Co-authored-by:
Martin Hiner <m.hiner@partner.samsung.com> Change-Id: I2dd5920410dda053f2dfedc4e2666c56b1a7095a
Showing
- ansible/library/kolla_docker.py 3 additions, 1 deletionansible/library/kolla_docker.py
- ansible/module_utils/kolla_container_worker.py 499 additions, 0 deletionsansible/module_utils/kolla_container_worker.py
- ansible/module_utils/kolla_docker_worker.py 8 additions, 381 deletionsansible/module_utils/kolla_docker_worker.py
- tests/kolla_docker_tests/__init__.py 0 additions, 0 deletionstests/kolla_docker_tests/__init__.py
- tests/kolla_docker_tests/test_docker_worker.py 1713 additions, 0 deletionstests/kolla_docker_tests/test_docker_worker.py
- tests/kolla_docker_tests/test_systemd.py 239 additions, 0 deletionstests/kolla_docker_tests/test_systemd.py
- tests/test_kolla_docker.py 3 additions, 1896 deletionstests/test_kolla_docker.py
Loading
Please register or sign in to comment