summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-infrastructure/molecule
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2019-06-24 15:14:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-24 15:14:47 +0000
commitf196161829439aa64613fd729e9d34b05ed937df (patch)
tree34127699723e0c5889c443349c0df608f86ddbce /ansible/test/play-infrastructure/molecule
parent4ea85321ebdd8b24b3cb732776e3847a03c993e7 (diff)
parent7238ccf32f392fb7805e1ae2f3f951c39237de57 (diff)
Merge "Add cleanup stage to 'nexus' role test"
Diffstat (limited to 'ansible/test/play-infrastructure/molecule')
-rw-r--r--ansible/test/play-infrastructure/molecule/default/cleanup.yml5
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