diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-06-13 11:41:24 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-06-24 14:57:29 +0200 |
commit | 7238ccf32f392fb7805e1ae2f3f951c39237de57 (patch) | |
tree | f42c973a75b07bb0bc63beac6013cbd8e405e972 /ansible/test/play-infrastructure/molecule | |
parent | 70f9f3024318d7e85c3dabe430175dcf03540a0e (diff) |
Add cleanup stage to 'nexus' role test
List of docker images to download/cleanup by the
prepare and cleanup stages is now defined in one
place (prepare-nexus role defaults) for clarity and
ease of management.
Change-Id: I4c18912fd8c5eadc4d68e1bc10f5c2251d58634e
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/play-infrastructure/molecule')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/cleanup.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ansible/test/play-infrastructure/molecule/default/cleanup.yml b/ansible/test/play-infrastructure/molecule/default/cleanup.yml index 107ec8ca..008543bd 100644 --- a/ansible/test/play-infrastructure/molecule/default/cleanup.yml +++ b/ansible/test/play-infrastructure/molecule/default/cleanup.yml @@ -1,7 +1,10 @@ --- - name: Cleanup - hosts: all + hosts: infrastructure ignore_unreachable: true + vars_files: + - ../../../../roles/nexus/defaults/main.yml roles: - cleanup-nginx + - cleanup-nexus - cleanup-vncserver |