From b9bc7ba9215ace35e7dd871e9bccb700e419e483 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Thu, 16 May 2019 15:29:10 +0200 Subject: Adding new simulated domains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because of some new images in Dublin and RKE there need to be simulated additional following domains: k8s.gcr.io pndareg.ctao6.net quay.io Issue-ID: OOM-1859 Change-Id: Ib6a0f50722a2d6f37acaef114f2d496a6c9d9028 Signed-off-by: Tomáš Levora --- ansible/group_vars/infrastructure.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ansible/group_vars') diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index d831cdba..66a00b5f 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -17,8 +17,11 @@ simulated_hosts: - docker.elastic.co - docker.io - gcr.io + - k8s.gcr.io - nexus.{{ ansible_nodename }} - nexus3.onap.org + - pndareg.ctao6.net + - quay.io - registry-1.docker.io - registry.hub.docker.com - registry.npmjs.org -- cgit 1.2.3-korg