diff options
Diffstat (limited to 'ansible/test')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/vars.yml | 6 | ||||
-rw-r--r-- | ansible/test/roles/prepare-nexus/defaults/main.yml | 7 |
2 files changed, 6 insertions, 7 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" 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" |