Merge "Update INFO.yaml file"
[integration.git] / deployment / heat / onap-oom / env / tlab / onap-oom.env
1 parameters:
2
3   ubuntu_1604_image: "Ubuntu 16.04 LTS Generic"
4
5   apt_proxy: 192.168.31.204:8000
6   docker_proxy: 192.168.31.204:5000
7
8   rancher_vm_flavor: m1.large
9   k8s_vm_flavor: m4.xlarge
10   etcd_vm_flavor: m1.medium
11   orch_vm_flavor: m1.medium
12
13   public_net_id: fbe8fd92-6636-4e63-ab28-bb6a5b0888a9
14
15   oam_network_cidr: 10.0.0.0/16
16
17   integration_gerrit_branch: master
18
19   helm_deploy_delay: 4m
20
21   integration_override_yaml: >
22     global:
23       repository: __docker_proxy__
24       pullPolicy: IfNotPresent
25     robot:
26       enabled: true
27       flavor: large
28       appcUsername: "appc@appc.onap.org"
29       appcPassword: "demo123456!"
30       openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000"
31       openStackPublicNetId: "__oam_network_id__" # NOTE: for TLAB, openStackPublicNetId needs to be oam_network_id instead of public_net_id
32       openStackTenantId: "${OS_PROJECT_ID}"
33       openStackUserName: "${OS_USERNAME}"
34       ubuntu14Image: "Ubuntu 14.04 LTS Generic"
35       ubuntu16Image: "Ubuntu 16.04 LTS Generic"
36       openStackPrivateNetId: "__oam_network_id__"
37       openStackPrivateSubnetId: "__oam_subnet_id__"
38       openStackPrivateNetCidr: "__oam_network_cidr__"
39       openStackOamNetworkCidrPrefix: "10.0"
40       dcaeCollectorIp: "__k8s_01_vm_ip__"
41       vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
42       demoArtifactsVersion: "1.3.0"
43       demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
44       scriptVersion: "1.3.0"
45       rancherIpAddress: "__rancher_ip_addr__"
46       config:
47         openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
48     so:
49       enabled: true
50       so-catalog-db-adapter:
51         config:
52           openStackUserName: "${OS_USERNAME}"
53           openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000/v2.0"
54           openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
55     appc:
56       enabled: true
57       replicaCount: 3
58       config:
59         enableClustering: true
60         openStackType: "OpenStackProvider"
61         openStackName: "OpenStack"
62         openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000/v2.0"
63         openStackServiceTenantName: "${OS_PROJECT_NAME}"
64         openStackDomain: "${OS_USER_DOMAIN_NAME}"
65         openStackUserName: "${OS_USERNAME}"
66         openStackEncryptedPassword: "${OS_PASSWORD}"
67     sdnc:
68       enabled: true
69       replicaCount: 3
70       config:
71         enableClustering: true
72     aai:
73       enabled: true
74       liveness:
75         initialDelaySeconds: 120
76       aai-data-router:
77         liveness:
78           initialDelaySeconds: 120
79       aai-sparky-be:
80         liveness:
81           initialDelaySeconds: 120
82       aai-spike:
83         liveness:
84           initialDelaySeconds: 120
85     portal:
86       enabled: true
87       global:
88         portalHostName: "__portal_hostname__"
89       portal-mariadb:
90         config:
91           sdcFeHostName: "__portal_hostname__"
92           papHostName: "__portal_hostname__"
93           vidHostName: "__portal_hostname__"
94           aaiSparkyHostName: "__portal_hostname__"
95           cliHostName: "__portal_hostname__"
96           portalSdkHostName: "__portal_hostname__"
97           dmaapBcHostName: "__portal_hostname__"
98           msbHostName: "__portal_hostname__"
99     vid:
100       enabled: true
101       config:
102         portalhost: "__portal_hostname__"
103
104     aaf:
105       enabled: true
106     cassandra:
107       enabled: true
108     clamp:
109       enabled: true
110     cli:
111       enabled: true
112     consul:
113       enabled: true
114     contrib:
115       enabled: true
116     dcaegen2:
117       enabled: true
118     dmaap:
119       enabled: true
120     esr:
121       enabled: true
122     log:
123       enabled: true
124     sniro-emulator:
125       enabled: true
126     oof:
127       enabled: true
128     msb:
129       enabled: true
130     multicloud:
131       enabled: true
132     nbi:
133       enabled: true
134     policy:
135       enabled: true
136     pomba:
137       enabled: true
138     sdc:
139       enabled: true
140     uui:
141       enabled: true
142     vfc:
143       enabled: true
144     vnfsdk:
145       enabled: true