summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-infrastructure
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-06-25 11:56:59 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-06-25 14:51:45 +0200
commit946fd08e2a7add3ce8ea5d933bd7ffc34dc1988f (patch)
treefe81722f096e8959c41ca7a66e9f48b292abd233 /ansible/test/play-infrastructure
parentf196161829439aa64613fd729e9d34b05ed937df (diff)
Streamline nexus role tests by using smaller test images
A 140mb haproxy image was substituted with tiny alpine image to make CI tests faster. Change-Id: Ic1a234df8f293e12a6e864817a19bf5445f10fe9 Issue-ID: OOM-1942 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/play-infrastructure')
-rw-r--r--ansible/test/play-infrastructure/molecule/default/vars.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/test/play-infrastructure/molecule/default/vars.yml b/ansible/test/play-infrastructure/molecule/default/vars.yml
index 6ca5a1ad..8aa774b4 100644
--- a/ansible/test/play-infrastructure/molecule/default/vars.yml
+++ b/ansible/test/play-infrastructure/molecule/default/vars.yml
@@ -18,7 +18,7 @@ runtime_images:
registry: "{{ molecule_test_registry }}"
path: "/busybox"
tag: "latest"
- aaionap-haproxy:
+ alpine:
registry: "{{ molecule_test_registry }}"
- path: "/aaionap/haproxy"
- tag: "1.2.4"
+ path: "/library/alpine"
+ tag: "latest"