cd682e2ab4f4d9bdc2e7a42eedf6ff93de9d1819
[oom/offline-installer.git] / ansible / group_vars / infrastructure.yml
1 ---
2 vnc_passwd: samsung
3 simulated_hosts:
4   git:
5     - gerrit.onap.org
6     - git.rancher.io
7     - github.com
8   http:
9     - git.onap.org
10     - nexus.onap.org
11     - repo.infra-server
12     - www.getcloudify.org
13     - www.springframework.org
14     - repo.maven.apache.org
15     - repo1.maven.org
16   nexus:
17     - docker.elastic.co
18     - docker.io
19     - gcr.io
20     - nexus.{{ ansible_nodename }}
21     - nexus3.onap.org
22     - registry-1.docker.io
23     - registry.hub.docker.com
24     - registry.npmjs.org
25 all_simulated_hosts:
26     "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}"
27 rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080"
28 rancher_remove_other_env: yes
29 rancher_redeploy_k8s_env: yes
30 populate_nexus: no
31 kube_directory: /root/.kube
32 kubectl_bin_dir: /usr/local/bin
33 helm_bin_dir: /usr/local/bin
34 helm_repository_name: local
35 helm_repository_url: http://127.0.0.1:8879