diff options
author | Petr OspalĂ˝ <p.ospaly@partner.samsung.com> | 2019-10-15 13:18:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-15 13:18:01 +0000 |
commit | d1645f1dcadfa8ba5463a65bdb1e9532dd422229 (patch) | |
tree | d6a113701c3b08bac047d9e906a1cb584a64280d /ansible | |
parent | 1b402b0db23d65f9c6c716c803fa350839ff2f6b (diff) | |
parent | 0ba2d82c40043b6f31afb7b9584d7568071673a6 (diff) |
Merge "Remove patching from offline-installer"
Diffstat (limited to 'ansible')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index fc0699c5..50291ac2 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -4,13 +4,7 @@ simulated_hosts: git: - gerrit.onap.org http: - - git.onap.org - - nexus.onap.org - repo.infra-server - - www.getcloudify.org - - www.springframework.org - - repo.maven.apache.org - - repo1.maven.org nexus: - docker.elastic.co - docker.io @@ -23,7 +17,6 @@ simulated_hosts: - quay.io - registry-1.docker.io - registry.hub.docker.com - - registry.npmjs.org all_simulated_hosts: "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}" populate_nexus: false |