summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars/infrastructure.yml
blob: 50291ac2ec8754b362fbf5b59e05b99b29513bec (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
---
vnc_passwd: samsung
simulated_hosts:
  git:
    - gerrit.onap.org
  http:
    - repo.infra-server
  nexus:
    - docker.elastic.co
    - docker.io
    - index.docker.io
    - gcr.io
    - k8s.gcr.io
    - nexus.{{ ansible_nodename }}
    - nexus3.onap.org
    - pndareg.ctao6.net
    - quay.io
    - registry-1.docker.io
    - registry.hub.docker.com
all_simulated_hosts:
  "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}"
populate_nexus: false
helm_bin_dir: /usr/local/bin
helm_version: v2.12.3
rancher_server_image: rancher/server:v1.6.22
vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0
nexus3_image: sonatype/nexus3:3.15.2
dns_server_image: andyshinn/dnsmasq:2.76
nginx_server_image: own_nginx:2.0.0