diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-05-20 12:28:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-20 12:28:10 +0000 |
commit | 0fd7a5a84706db4083f514dd1cefc205fa43b7c6 (patch) | |
tree | 3735af7f04792a5ab06e3ec6a8b9e1f946915ea6 | |
parent | 67acfb594844515aa07f5d292f334a93ab92f0a2 (diff) | |
parent | b9bc7ba9215ace35e7dd871e9bccb700e419e483 (diff) |
Merge "Adding new simulated domains"
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index a812d6b0..66a00b5f 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -20,6 +20,8 @@ simulated_hosts: - 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 |