[DMAAP] Remove AAF dependency
[oom.git] / kubernetes / robot / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
18 global: # global defaults
19   nodePortPrefix: 302
20   ubuntuInitRepository: registry.hub.docker.com
21   persistence: {}
22
23 # application image
24 repository: nexus3.onap.org:10001
25 image: onap/testsuite:1.11.1
26 pullPolicy: Always
27
28 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
29
30 # flag to enable debugging - application support required
31 debugEnabled: false
32
33 #################################################################
34 # Application configuration defaults.
35 #################################################################
36 config:
37   useIngressHost:
38       enabled: false
39       aaf_service:
40         enabled: true
41         https: true
42         hostname: aafservice
43       aai:
44         enabled: true
45         https: true
46         hostname: aai.api.sparky
47       clamp:
48         enabled: true
49         https: true
50       cli:
51         enabled: true
52         https: true
53       dcae_healthcheck:
54         enabled: false
55       dcae_ves_collector:
56         enabled: false
57       dcae_ves_colector_https:
58         enabled: false
59         https: true
60       message_router:
61         enabled: false
62         https: false
63       dmaap_bc:
64         enabled: true
65         https: false
66         hostname: dmaapbc
67       dmaap_dr_prov:
68         enabled: true
69         https: false
70         hostname: dmaapdrprov
71       dmaap_dr_node:
72         enabled: true
73         https: false
74         hostname: dmaapdrnode
75       log_es:
76         enabled: false
77       log_kibana:
78         enabled: false
79       log_ls_http:
80         enabled: false
81       pomba_aaictxbuilder:
82         enabled: false
83       pomba_sdctxbuilder:
84         enabled: false
85       pomba_networkdiscoveryctxbuilder:
86         enabled: false
87       pomba_servicedecomposition:
88         enabled: false
89       pomba_sdncctxbuilder:
90         enabled: false
91       pomba_networkdiscovery:
92         enabled: false
93       pomba_validation_service:
94         enabled: false
95       pomba_kibana:
96         enabled: false
97       pomba_es:
98         enabled: false
99       pomba_contextaggregator:
100         enabled: false
101       music:
102         enabled: false
103         https: true
104       nbi:
105         enabled: false
106         https: true
107       oof_has_api:
108         enabled: true
109         https: true
110       oof_osdf:
111         enabled: true
112         https: true
113         hostname: oofsdf
114       oof_cmso:
115         enabled: false
116         https: true
117       msb_iag:
118         enabled: false
119       pdp:
120         enabled: false
121       drools:
122         enabled: false
123       policy_api:
124         enabled: false
125       policy_pap:
126         enabled: false
127       policy_distribution:
128         enabled: false
129       policy_xacml_pdp:
130         enabled: false
131       policy_apex_pdp:
132         enabled: false
133       policy_distribution:
134         enabled: false
135       portal_app:
136         enabled: false
137         https: true
138         hostname: portal.api
139       sdc_be:
140         enabled: true
141         https: true
142       sdc_onboarding_be:
143         enabled: false
144         https: true
145       sdc_fe:
146         enabled: true
147         hostname: sdc.api.fe
148         https: true
149       sdc_dcae_be:
150         enabled: false
151         https: true
152       sdnc:
153         enabled: false
154         https: true
155       sdnc_portal:
156         enabled: false
157         https: true
158       so:
159         enabled: true
160         hostname: so.api
161       so_sdc_controller:
162         enabled: false
163       so_pbmn_infra:
164         enabled: false
165       so_catalog_db_adapter:
166         enabled: false
167       so_openstack_adapter:
168         enabled: false
169       so_request_db_adapter:
170         enabled: false
171       so_sdnc_adapter:
172         enabled: false
173       so_vfc_adapter:
174         enabled: false
175       so_vnfm_adapter:
176         enabled: false
177       so_nssmf_adapter:
178         enabled: false
179       vid:
180         enabled: false
181       refrepo:
182         enabled: true
183         https: true
184       cds_blueprints_processor_http:
185         enabled: true
186         hostname: blueprintsprocessorhttp
187       dcae_hv_ves_collector:
188         enabled: false
189       inventory:
190         enabled: false
191         https: true
192       deployment-handler:
193         enabled: false
194         https: true
195       aaf_sms:
196         enabled: false
197         https: true
198
199 # for access to test logs
200   robotWebUser: "test"
201   robotWebPassword: "test"
202
203 # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
204   openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
205   openStackSoEncryptedPassword: "SAME_STRING_AS_SO_JAVA_ENCRYPTED_PASSWORD"
206
207 # Demo configuration
208 # Nexus demo artifact version.  Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION
209 #    1.6.0 Frankfurt change or override for your release to match demo:vnfs/vFW/scripts/pom.xml version
210 demoArtifactsVersion: "1.7.0"
211 # Nexus demo artifact URL.
212 demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
213 # Openstack medium sized flavour name.  Maps GLOBAL_INJECTED_VM_FLAVOR
214 openStackFlavourMedium: "m1.medium"
215
216 #################  Openstack .RC Parameters ################################333
217 # KEYSTONE Version 3  Required for Rocky and beyond
218 # Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION
219 openStackKeystoneAPIVersion: "v2.0"
220
221 # OS_AUTH_URL without the /v3 or /v2.0 from the openstack .RC file
222 # Openstack keystone URL.  Maps to GLOBAL_INJECTED_KEYSTONE
223 openStackKeyStoneUrl: "http://1.2.3.4:5000"
224
225 # OS_PROJECT_ID from the openstack .RC file
226 # Openstack tenant UUID where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_TENANT_ID
227 openStackTenantId: "47899782ed714295b1151681fdfd51f5"
228
229 #  OS_PROJECT_NAME from the openstack .RC file
230 # Project name of Openstack where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PROJECT_NAME
231 openStackProjectName: "onap"
232
233 # OS_USERNAME from the openstack .RC file
234 # username for Openstack tenant where VNFs will be spawned.  Maps to GLOBAL_INJECTED_OPENSTACK_USERNAME
235 openStackUserName: "tenantUsername"
236
237 #  OS_PROJECT_DOMAIN_ID from the openstack .RC file
238 #  in some environments it is a string but in other environmens it may be a numeric
239 # Domain id of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_DOMAIN_ID
240 openStackDomainId: "default"
241
242 #  OS_USER_DOMAIN from the openstack .RC file
243 # Use Domain of openstack where VNFs will be deployed. Maps to GLOBAL_INJECTED_OPENSTACK_USER_DOMAIN
244 openStackUserDomain:  "Default"
245
246
247 # UUID of the Openstack network that can assign floating ips.  Maps to GLOBAL_INJECTED_PUBLIC_NET_ID
248 openStackPublicNetId: "e8f51958045716781ffc"
249 openStackPublicNetworkName: "public"
250 # Openstack region.  Maps to GLOBAL_INJECTED_REGION
251 openStackRegion: "RegionOne"
252
253
254 # Values for second cloud instante for VNF instantiatioen testing and keystone v3
255 openStackRegionRegionThree: "RegionThree"
256 openStackKeyStoneUrlRegionThree: "http://1.2.3.4:5000"
257 openStackKeystoneAPIVersionRegionThree: "v3"
258 openStackUserNameRegionThree: "demo"
259 # this is the java encrypted password that is needed for SO
260 openSackMsoEncryptdPasswordRegionThree: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
261 openStackTenantIdRegionThree: "3583253e932845a09cd4c8ca2f31d095"
262 openStackProjectNameRegionThree: "Integration-SB-RegionThree"
263 openStackDomainIdRegionThree: "Default"
264 #
265 # Openstack glance image name for Ubuntu 14.  Maps to GLOBAL_INJECTED_UBUNTU_1404_IMAGE
266 ubuntu14Image: "Ubuntu_14_trusty"
267 # Openstack glance image name for Ubuntu 16.  Maps to GLOBAL_INJECTED_UBUNTU_1604_IMAGE
268 ubuntu16Image: "Ubuntu_16_xenial"
269 # DANOS image and flavor references
270 danosImage: "danos-ves-image"
271 danosFlavor: "danos"
272 # GLOBAL_INJECTED_SCRIPT_VERSION.  Maps to GLOBAL_INJECTED_SCRIPT_VERSION
273 #    1.6.0 Frankfurt change or override for your release to match demo:vnfs/vFW/scripts/pom.xml version
274 scriptVersion: "1.7.0"
275 # Openstack network to which VNFs will bind their primary (first) interface.  Maps to GLOBAL_INJECTED_NETWORK
276 openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
277 # Openstack security group for instantiating VNFs
278 openStackSecurityGroup: "onap_sg"
279 # SDNC Preload configuration
280 # Openstack subnet UUID for the network defined by openStackPrivateNetId.  Maps to onap_private_subnet_id
281 openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc"
282 # CIDR notation for the Openstack private network where VNFs will be spawned.  Maps to onap_private_net_cidr
283 openStackPrivateNetCidr: "10.0.0.0/8"
284 # The first 2 octets of the private Openstack subnet where VNFs will be spawned.
285 # Needed because sdnc preload templates hardcodes things like this 10.0.${ecompnet}.X
286 openStackOamNetworkCidrPrefix: "10.0"
287 # If you network allowed a /16 for the ONAP OAM then leave blank and robot will assign
288 # a random variable to be able to instantiate multple vFWCL, vLB etc in your environemtn
289 # if you only provided a /24 then provide the 3rd octet you use for your /24
290 openStackOamNetwork3rdOctet: ""
291 # VID protocol/port until Selenium issue with SSL resolved
292 # https/8443 vs http/8080
293 vidServerProtocol:  "https"
294 vidServerPort:  "8443"
295 # Override with Pub Key for access to VNF
296 vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh imported-openssh-key"
297 # Override with Private Key for access to VNF
298 vnfPrivateKey: "onap_dev.yaml"
299 # Override with DCAE VES Collector external IP
300 dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP"
301 # kubernetes external IP for Portal GUI tests
302 kubernetesExternalIp: "10.0.0.14"
303
304
305 # Credentials for ONAP Component
306 # AAF
307 aafUsername: "demo@people.osaaf.org"
308 aafPassword: "demo123456!"
309 # AAI
310 aaiUsername: "aai@aai.onap.org"
311 aaiPassword: "demo123456!"
312 # SDC
313 sdcUsername: "beep"
314 sdcPassword: "boop"
315 # DCAE
316 dcaeUsername: "dcae@dcae.onap.org"
317 dcaePassword: "demo123456!"
318 dcaeMsUsername: "dcae@dcae.onap.org"
319 dcaeMsPassword: "demo123456!"
320 # DROOLS
321 droolsUsername: "demo@people.osaaf.org"
322 droolsPassword: "demo123456!"
323 # OOF
324 oofCmsoUsername: "oof@oof.onap.org"
325 oofCmsoPassword: "demo123456!"
326 # POLICY
327 policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
328 policyClientAuth: "cHl0aG9uOnRlc3Q="
329 policyUsername: "demo@people.osaaf.org"
330 policyPassword: "demo123456!"
331 policyComponentUsername: "healthcheck"
332 policyComponentPassword: "zb!XztG34"
333 policyAdminUsername: "policyadmin"
334 policyAdminPassword: "zb!XztG34"
335 # PORTAL
336 portalUsername: "demo"
337 portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"
338 # SO
339 soUsername: "InfraPortalClient"
340 soPassword: "password1$"
341 soCatdbUsername: "bpel"
342 soCatdbPassword: "password1$"
343 # SDNC
344 sdncUsername: "admin"
345 sdncPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
346 # VID
347 vidUsername: "demo"
348 vidPassword: "Kp8bJ4SXszM0WX"
349 vidHealthUsername: "Default"
350 vidHealthPassword: "AppPassword!1"
351
352 # DMAAP BC
353 bcUsername: "dmaap-bc@dmaap-bc.onap.org"
354 bcPassword: "demo123456!"
355
356 # STRIMZI KAFKA
357 strimziKafkaUsername: "strimzi-kafka-admin"
358
359 #OOF
360 oofUsername: "oof@oof.onap.org"
361 oofPassword: "demo123456!"
362 cmsoUsername: "oof@oof.onap.org"
363 cmsoPassword: "demo123456!"
364 oofOsdfPciOptUsername: "oof@oof.onap.org"
365 oofOsdfPciOptPassword: "demo123456!"
366 oofHomingUsername: "admin1"
367 oofHomingPassword: "plan.15"
368
369 #K8S chart repository - ChartMuseum
370 k8sChartRepoUsername: "onapinitializer"
371 k8sChartRepoPassword: "demo123456!"
372
373
374 # default number of instances
375 replicaCount: 1
376
377 nodeSelector: {}
378
379 affinity: {}
380
381 # Resource Limit flavor -By Default using small
382 flavor: small
383 # Segregation for Different environment (Small and Large)
384 resources:
385   small:
386     limits:
387       cpu: 2000m
388       memory: 4Gi
389     requests:
390       cpu: 500m
391       memory: 1Gi
392   large:
393     limits:
394       cpu: 4000m
395       memory: 8Gi
396     requests:
397       cpu: 1000m
398       memory: 2Gi
399   unlimited: {}
400
401 # probe configuration parameters
402 liveness:
403   initialDelaySeconds: 180
404   periodSeconds: 10
405   # necessary to disable liveness probe when setting breakpoints
406   # in debugger so K8s doesn't restart unresponsive container
407   enabled: true
408
409 readiness:
410   initialDelaySeconds: 180
411   periodSeconds: 10
412
413 service:
414   name: robot
415   type: ClusterIP
416   portName: httpd
417   externalPort: 443
418   internalPort: 443
419   nodePort: "09"
420
421 ingress:
422   enabled: false
423   service:
424     - baseaddr: "robot-api"
425       name: "robot"
426       port: 443
427   config:
428     ssl: "redirect"
429
430
431 ## Persist data to a persitent volume
432 persistence:
433   enabled: true
434
435   ## A manually managed Persistent Volume and Claim
436   ## Requires persistence.enabled: true
437   ## If defined, PVC must be created manually before volume will be bound
438   # existingClaim:
439   volumeReclaimPolicy: Retain
440
441   ## database data Persistent Volume Storage Class
442   ## If defined, storageClassName: <storageClass>
443   ## If set to "-", storageClassName: "", which disables dynamic provisioning
444   ## If undefined (the default) or set to null, no storageClassName spec is
445   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
446   ##   GKE, AWS & OpenStack)
447   ##
448   # storageClass: "-"
449   accessMode: ReadWriteOnce
450   size: 2Gi
451   mountPath: /dockerdata-nfs
452   mountSubPath: robot/logs
453
454 #Pods Service Account
455 serviceAccount:
456   nameOverride: robot
457   roles:
458     - read