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