summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/cleanup-rancher
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Cleanup Rancher containers after Molecule convergeBartek Grzybowski1-0/+18
Rancher role test do remove rancher/agent and rancher/server containers at 'cleanup' stage but Rancher Agent spawned containers are left orphaned. This patch adds tasks to remove them. This patch also adds custom ansible module for listing docker containers (as of ansible 2.7.10 no upstream module provides that feature, even new docker_container_info info module in ansible's devel branch doesn't have it) Change-Id: I6325dc81063b55b70136280273f8f6138c7a0375 Issue-ID: OOM-1811 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>