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/roles/prepare-nexus | |
parent | 97a93cad5286e57921b5e635379cbb7f1d843d55 (diff) | |
parent | 946fd08e2a7add3ce8ea5d933bd7ffc34dc1988f (diff) |
Merge "Streamline nexus role tests by using smaller test images"
Diffstat (limited to 'ansible/test/roles/prepare-nexus')
-rw-r--r-- | ansible/test/roles/prepare-nexus/defaults/main.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ansible/test/roles/prepare-nexus/defaults/main.yml b/ansible/test/roles/prepare-nexus/defaults/main.yml index be6bd523..4e76f603 100644 --- a/ansible/test/roles/prepare-nexus/defaults/main.yml +++ b/ansible/test/roles/prepare-nexus/defaults/main.yml @@ -7,7 +7,6 @@ prepare_nexus_images: tag: latest archive_path: /tmp/busybox.tar dest: "{{ aux_data_path }}/busybox.tar" - - name: nexus3.onap.org:10001/aaionap/haproxy - tag: 1.2.4 - archive_path: /tmp/haproxy.tar - dest: "{{ aux_data_path }}/aaionap-haproxy.tar" + - name: nexus3.onap.org:10001/library/alpine + archive_path: /tmp/alpine.tar + dest: "{{ aux_data_path }}/alpine.tar" |