blob: e94170e3cc1b9161cd24c3b7ff5231fcc4aa7d34 (
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
|
parameters:
ubuntu_1604_image: "Ubuntu 16.04 LTS Generic"
apt_proxy: 192.168.31.204:3142
docker_proxy: 192.168.31.204:5000
rancher_vm_flavor: m1.xlarge
k8s_vm_flavor: m1.xlarge
public_net_id: fbe8fd92-6636-4e63-ab28-bb6a5b0888a9
oam_network_cidr: 10.0.0.0/16
integration_override_yaml: >
global:
repository: 192.168.31.204:5000
pullPolicy: Always
robot:
openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000"
openStackPublicNetId: "fbe8fd92-6636-4e63-ab28-bb6a5b0888a9"
openStackPassword: "${OS_PASSWORD}"
openStackTenantId: "${OS_PROJECT_ID}"
openStackUserName: "${OS_USERNAME}"
ubuntu14Image: "Ubuntu 14.04 LTS Generic"
ubuntu16Image: "Ubuntu 16.04 LTS Generic"
openStackPrivateNetId: "__oam_network_id__"
openStackPrivateSubnetId: "__oam_subnet_id__"
openStackPrivateNetCidr: "10.0.0.0/16"
openStackOamNetworkCidrPrefix: "10.0"
so:
config:
openStackUserName: "${OS_USERNAME}"
openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000"
openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
|