summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars
diff options
context:
space:
mode:
authorTomáš Levora <t.levora@partner.samsung.com>2019-09-04 14:18:54 +0200
committerTomáš Levora <t.levora@partner.samsung.com>2019-10-15 12:31:56 +0000
commit9c5a68d7e04243684190a086786290f0eba3cc7c (patch)
treeccc438fa8d8e7033d436b3774b221ef47dd35fd7 /ansible/group_vars
parent1b402b0db23d65f9c6c716c803fa350839ff2f6b (diff)
Remove git repos list and simulation
As no external git repo should be required, removing the list and the simulation Issue-ID: OOM-2014 Change-Id: I7b8bbaab93db173bc3f1438592d288f6090d3641 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-xansible/group_vars/infrastructure.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml
index fc0699c5..fec242da 100755
--- a/ansible/group_vars/infrastructure.yml
+++ b/ansible/group_vars/infrastructure.yml
@@ -1,16 +1,8 @@
---
vnc_passwd: samsung
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,9 +15,8 @@ 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 }}"
+ "{{ simulated_hosts.http + simulated_hosts.nexus }}"
populate_nexus: false
helm_bin_dir: /usr/local/bin
helm_version: v2.12.3