diff options
author | Petr OspalĂ˝ <p.ospaly@partner.samsung.com> | 2019-10-15 13:23:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-15 13:23:55 +0000 |
commit | 6dcfa709d6d09089a8da817db5e477922a3f4885 (patch) | |
tree | 7c5bf47d2bbfff84beafcd0e19933292ae9cb9d6 /ansible/group_vars | |
parent | 78f4d8d40c86d809e2709429dd03d0aa10c16253 (diff) | |
parent | 9c5a68d7e04243684190a086786290f0eba3cc7c (diff) |
Merge "Remove git repos list and simulation"
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 50291ac2..fec242da 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -1,8 +1,6 @@ --- vnc_passwd: samsung simulated_hosts: - git: - - gerrit.onap.org http: - repo.infra-server nexus: @@ -18,7 +16,7 @@ simulated_hosts: - registry-1.docker.io - registry.hub.docker.com 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 |