diff options
author | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-06-26 10:48:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-26 10:48:52 +0000 |
commit | 39b0b7cd88912410c15c5f4d705c52e81c69c703 (patch) | |
tree | e6c7be2d23df873b7cbee1c49929914a902697b0 /ansible/test/play-infrastructure/molecule/default | |
parent | 97a93cad5286e57921b5e635379cbb7f1d843d55 (diff) | |
parent | 946fd08e2a7add3ce8ea5d933bd7ffc34dc1988f (diff) |
Merge "Streamline nexus role tests by using smaller test images"
Diffstat (limited to 'ansible/test/play-infrastructure/molecule/default')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/vars.yml | 6 |
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" |