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