9da515031db3fc26ddbe1e12f331035d17ff1d8e
[integration.git] / deployment / heat / onap-rke / env / windriver / onap-oom.env
1 parameters:
2
3   ubuntu_1804_image: ubuntu-18.04
4
5   apt_proxy: 10.12.5.2:8000
6   docker_proxy: 10.12.5.2:5000
7
8   nfs_vm_flavor: m1.lm.xlarge
9   k8s_vm_flavor: m1.lm.xlarge
10   orch_vm_flavor: m1.lm.medium
11
12   public_net_id: 971040b2-7059-49dc-b220-4fab50cb2ad4
13
14   oam_network_cidr: 10.0.0.0/16
15   oam_ext_network_cidr: 10.100.0.0/16
16
17   integration_gerrit_branch: master
18
19   helm_deploy_delay: 30s
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: "http://10.12.25.2:5000"
31       openStackPublicNetId: "__public_net_id__"
32       openStackTenantId: "${OS_PROJECT_ID}"
33       openStackUserName: "${OS_USERNAME}"
34       openStackUserDomain: "${OS_USER_DOMAIN_NAME}"
35       openStackProjectName: "${OS_PROJECT_NAME}"
36       ubuntu14Image: "ubuntu-14-04-cloud-amd64"
37       ubuntu16Image: "ubuntu-16-04-cloud-amd64"
38       openStackPrivateNetId: "__oam_network_id__"
39       openStackPrivateSubnetId: "__oam_subnet_id__"
40       openStackPrivateNetCidr: "__oam_network_cidr__"
41       openStackSecurityGroup: "__sec_group__"
42       openStackOamNetworkCidrPrefix: "10.0"
43       dcaeCollectorIp: "__k8s_01_vm_ip__"
44       vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
45       demoArtifactsVersion: "1.4.0"
46       demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
47       scriptVersion: "1.4.0"
48       nfsIpAddress: "__nfs_ip_addr__"
49       config:
50         openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED_FOR_ROBOT}"
51         openStackSoEncryptedPassword: "${OS_PASSWORD_ENCRYPTED}"
52     so:
53       enabled: true
54       so-catalog-db-adapter:
55         config:
56           openStackUserName: "${OS_USERNAME}"
57           openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
58           openStackEncryptedPasswordHere: "${OS_PASSWORD_ENCRYPTED}"
59     appc:
60       enabled: true
61       replicaCount: 3
62       config:
63         enableClustering: true
64         openStackType: "OpenStackProvider"
65         openStackName: "OpenStack"
66         openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
67         openStackServiceTenantName: "${OS_PROJECT_NAME}"
68         openStackDomain: "${OS_USER_DOMAIN_NAME}"
69         openStackUserName: "${OS_USERNAME}"
70         openStackEncryptedPassword: "${OS_PASSWORD}"
71       mariadb-galera:
72         liveness:
73           initialDelaySeconds: 180
74           periodSeconds: 60
75     sdnc:
76       enabled: true
77       replicaCount: 3
78       config:
79         enableClustering: true
80       mariadb-galera:
81         liveness:
82           initialDelaySeconds: 180
83           periodSeconds: 60
84     aai:
85       enabled: true
86       liveness:
87         initialDelaySeconds: 120
88       aai-data-router:
89         liveness:
90           initialDelaySeconds: 120
91       aai-sparky-be:
92         liveness:
93           initialDelaySeconds: 120
94       aai-spike:
95         liveness:
96           initialDelaySeconds: 120
97       aai-cassandra:
98         replicaCount: 3
99         liveness:
100           periodSeconds: 120
101         readiness:
102           periodSeconds: 60
103     portal:
104       enabled: true
105       portal-cassandra:
106         liveness:
107           periodSeconds: 120
108         readiness:
109           periodSeconds: 60
110     vid:
111       enabled: true
112     aaf:
113       enabled: true
114     cassandra:
115       enabled: true
116       liveness:
117         periodSeconds: 120
118       readiness:
119         periodSeconds: 60
120     clamp:
121       enabled: true
122     cli:
123       enabled: true
124     consul:
125       enabled: true
126     contrib:
127       enabled: true
128     dcaegen2:
129       enabled: true
130     dmaap:
131       enabled: true
132       dmaap-dr-prov:
133         mariadb:
134           liveness:
135             initialDelaySeconds: 180
136             periodSeconds: 60
137     esr:
138       enabled: true
139     log:
140       enabled: false
141       log-logstash:
142         replicaCount: 1
143     sniro-emulator:
144       enabled: true
145     oof:
146       enabled: true
147       oof-has:
148         music:
149           music-cassandra:
150             replicaCount: 3
151             liveness:
152               periodSeconds: 120
153             readiness:
154               periodSeconds: 60
155           music-tomcat:
156             replicaCount: 1
157     mariadb-galera:
158       enabled: true
159       liveness:
160         initialDelaySeconds: 180
161         periodSeconds: 60
162     modeling:
163       enabled: true
164       mariadb-galera:
165         liveness:
166           initialDelaySeconds: 180
167           periodSeconds: 60
168     msb:
169       enabled: true
170     multicloud:
171       enabled: true
172     nbi:
173       enabled: true
174     policy:
175       enabled: true
176     pomba:
177       enabled: false
178     sdc:
179       enabled: true
180       sdc-cs:
181         liveness:
182           periodSeconds: 120
183         readiness:
184           periodSeconds: 60
185     uui:
186       enabled: true
187     vfc:
188       enabled: true
189       mariadb-galera:
190         liveness:
191           initialDelaySeconds: 180
192           periodSeconds: 60
193     vnfsdk:
194       enabled: true