summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars/infrastructure.yml
blob: cd682e2ab4f4d9bdc2e7a42eedf6ff93de9d1819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
vnc_passwd: samsung
simulated_hosts:
  git:
    - gerrit.onap.org
    - git.rancher.io
    - github.com
  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
    - gcr.io
    - nexus.{{ ansible_nodename }}
    - nexus3.onap.org
    - registry-1.docker.io
    - registry.hub.docker.com
    - registry.npmjs.org
all_simulated_hosts:
    "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}"
rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080"
rancher_remove_other_env: yes
rancher_redeploy_k8s_env: yes
populate_nexus: no
kube_directory: /root/.kube
kubectl_bin_dir: /usr/local/bin
helm_bin_dir: /usr/local/bin
helm_repository_name: local
helm_repository_url: http://127.0.0.1:8879