tripleo-validations/roles/check_for_dangling_images
Gael Chamoulaud (Strider) 760e0b401c
Remove workaround for tox-ansible and global molecule config
[1] has been merged and released[2] in upstream tox-ansible and it is now
able to manage global molecule configuration. The workaround, which
consisted in adding the molecule driver name in each scenarios
molecule.yml files, is not necessary anymore.

This patch also removes all the relative symlink to the Dockerfile and
adds directly in the global molecule configuration file.

[1] https://github.com/ansible-community/tox-ansible/pull/89
[2] https://github.com/ansible-community/tox-ansible/releases/tag/v1.5.0

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I259c17b7a49ff5bf3476df4da399cc4b2782403d
(cherry picked from commit c551910cf5)
(cherry picked from commit f3cba823d7)
(cherry picked from commit 12dd20e3b5)
(cherry picked from commit 76eb983e98)
2021-07-02 09:51:27 +02:00
..
defaults Check for dangling images 2021-05-17 11:37:15 +02:00
molecule/default Remove workaround for tox-ansible and global molecule config 2021-07-02 09:51:27 +02:00
tasks Check for dangling images 2021-05-17 11:37:15 +02:00
README.md Check for dangling images 2021-05-17 11:37:15 +02:00

README.md

Check-for-dangling-images

Add Ansible role to check for dangling images

Requirements

This role will be executed pre Update.

Role Variables

  • check_for_dangling_images_debug: <'false'> -- debugging mode.

Dependencies

No Dependencies

Example Playbook

- hosts: servers
  roles:
  - { role: check_for_dangling_images, check_for_dangling_images_debug: true }

License

Apache

Author Information

Red Hat TripleO DFG:Upgrades