bc195e670be3588e9d6f5c2afd42345dee6890c5
[integration.git] / deployment / heat / onap-oom / env / huawei / onap-beijing-oom.env
1 parameters:
2
3   ubuntu_1604_image: xenial
4
5   apt_proxy: 10.145.122.118:3142
6   docker_proxy: 10.145.122.118:5000
7
8   rancher_vm_flavor: m1.xlarge
9   k8s_vm_flavor: m1.xlarge
10
11   public_net_id: 3a6247f1-fac6-4167-a49f-33cc8415ccf4
12
13   oam_network_cidr: 10.0.0.0/16
14
15   integration_override_yaml: >
16     global:
17       repository: 10.145.122.118:5000
18       pullPolicy: Always
19     robot:
20       openStackKeyStoneUrl: "http://10.145.122.117:5000"
21       openStackPublicNetId: "3a6247f1-fac6-4167-a49f-33cc8415ccf4"
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://10.145.122.117:5000"
35         openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"