From 946fd08e2a7add3ce8ea5d933bd7ffc34dc1988f Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 25 Jun 2019 11:56:59 +0200 Subject: 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 --- ansible/test/roles/prepare-nexus/defaults/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ansible/test/roles') 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" -- cgit 1.2.3-korg