blob: d973f90fea18e2cdcf5670f931c411e58ae7e9a3 [file] [log] [blame]
Gary Wuccd529b2018-01-16 18:31:01 -08001parameters:
2
Gary Wub4b4f312018-01-19 12:28:33 -08003 ubuntu_1604_image: xenial
Gary Wub4b4f312018-01-19 12:28:33 -08004
5 apt_proxy: 192.168.1.51:3142
6 docker_proxy: 192.168.1.51:5000
7
Gary Wu14a6b302018-05-01 15:59:28 -07008 rancher_vm_flavor: m1.xlarge
9 k8s_vm_flavor: m1.xlarge
Gary Wub4b4f312018-01-19 12:28:33 -080010
11 public_net_id: 024582bd-ef9b-48b9-9e70-e6732559d9df
Gary Wub4b4f312018-01-19 12:28:33 -080012
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: 192.168.1.51:5000
18 pullPolicy: IfNotPresent
19 robot:
20 openStackKeyStoneUrl: "http://192.168.1.11:5000"
21 openStackPublicNetId: "024582bd-ef9b-48b9-9e70-e6732559d9df"
22 openStackPassword: "${OS_PASSWORD}"
23 openStackTenantId: "${OS_PROJECT_ID}"
24 openStackUserName: "${OS_USERNAME}"
25 ubuntu14Image: "trusty"
26 ubuntu16Image: "xenial"
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://192.168.1.11:5000"
35 openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"