Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 1 | parameters: |
| 2 | |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 3 | ubuntu_1604_image: "Ubuntu 16.04 LTS Generic" |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 4 | |
Gary Wu | f03a1dd | 2018-02-15 10:34:10 -0800 | [diff] [blame] | 5 | apt_proxy: 192.168.31.204:3142 |
| 6 | docker_proxy: 192.168.31.204:5000 |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 7 | |
Gary Wu | 14a6b30 | 2018-05-01 15:59:28 -0700 | [diff] [blame] | 8 | rancher_vm_flavor: m1.xlarge |
| 9 | k8s_vm_flavor: m1.xlarge |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 10 | |
| 11 | public_net_id: fbe8fd92-6636-4e63-ab28-bb6a5b0888a9 |
Gary Wu | 669e36a | 2018-02-07 12:51:46 -0800 | [diff] [blame] | 12 | |
| 13 | oam_network_cidr: 10.0.0.0/16 |
Gary Wu | 11c9874 | 2018-05-02 16:19:04 -0700 | [diff] [blame^] | 14 | |
| 15 | integration_override_yaml: > |
| 16 | global: |
| 17 | repository: 192.168.31.204:5000 |
| 18 | pullPolicy: IfNotPresent |
| 19 | robot: |
| 20 | openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000" |
| 21 | openStackPublicNetId: "fbe8fd92-6636-4e63-ab28-bb6a5b0888a9" |
| 22 | openStackPassword: "${OS_PASSWORD}" |
| 23 | openStackTenantId: "${OS_PROJECT_ID}" |
| 24 | openStackUserName: "${OS_USERNAME}" |
| 25 | ubuntu14Image: "Ubuntu 14.04 LTS Generic" |
| 26 | ubuntu16Image: "Ubuntu 16.04 LTS Generic" |
| 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: "https://bdc1tlab01.research.att.com:5000" |
| 35 | openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}" |