blob: 66a00b5f8aa463c21513652889a38311694d1ef2 (
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
36
|
---
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
- k8s.gcr.io
- nexus.{{ ansible_nodename }}
- nexus3.onap.org
- pndareg.ctao6.net
- quay.io
- registry-1.docker.io
- registry.hub.docker.com
- registry.npmjs.org
all_simulated_hosts:
"{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}"
populate_nexus: false
helm_bin_dir: /usr/local/bin
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
|