blob: d2a8c29e56a1d512e7b4b70e937fec44e1bd218d [file] [log] [blame]
Gary Wu19c81b42018-04-17 11:35:48 -07001parameters:
2
Gary Wu19c81b42018-04-17 11:35:48 -07003 ubuntu_1604_image: ubuntu-16-04-cloud-amd64
Gary Wu19c81b42018-04-17 11:35:48 -07004
Gary Wu19c81b42018-04-17 11:35:48 -07005 apt_proxy: 10.12.5.2:3142
6 docker_proxy: 10.12.5.2:5000
7
Gary Wu14a6b302018-05-01 15:59:28 -07008 rancher_vm_flavor: m1.xlarge
9 k8s_vm_flavor: m1.xlarge
Gary Wu19c81b42018-04-17 11:35:48 -070010
11 public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
Gary Wu19c81b42018-04-17 11:35:48 -070012
Gary Wu11c98742018-05-02 16:19:04 -070013 oam_network_cidr: 10.0.0.0/16
14
15 integration_override_yaml: >
16 global:
17 repository: 10.12.5.2:5000
18 pullPolicy: IfNotPresent
19 robot:
20 openStackKeyStoneUrl: "http://10.12.25.2:5000"
21 openStackPublicNetId: "971040b2-7059-49dc-b220-4fab50cb2ad4"
22 openStackPassword: "${OS_PASSWORD}"
23 openStackTenantId: "${OS_PROJECT_ID}"
24 openStackUserName: "${OS_USERNAME}"
25 ubuntu14Image: "ubuntu-14-04-cloud-amd64"
26 ubuntu16Image: "ubuntu-16-04-cloud-amd64"
27 openStackPrivateNetId: "__oam_network_id__"
28 openStackPrivateSubnetId: "__oam_subnet_id__"
29 openStackPrivateNetCidr: "10.0.0.0/16"
30 openStackOamNetworkCidrPrefix: "10.0"
31 so:
32 config:
33 openStackUserName: "${OS_USERNAME}"
34 openStackKeyStoneUrl: "http://10.12.25.2:5000"
35 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"