blob: f8120973e2f2301de6c31bbd987b183b182e009f [file] [log] [blame]
vaibhav_16deca3e08b92018-03-22 09:07:12 +00001# 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
vaibhav_16dec22c7c252018-03-15 07:05:10 +000015#################################################################
16# Global configuration defaults.
17#################################################################
18global: # global defaults
19 nodePortPrefix: 302
Mandeep Khinda15b8fc52018-04-17 03:26:26 +000020 ubuntuInitRepository: registry.hub.docker.com
Mandeep Khinda80d2d722018-05-17 20:08:42 +000021 persistence: {}
vaibhav_16dec22c7c252018-03-15 07:05:10 +000022
23# application image
24repository: nexus3.onap.org:10001
mrichommec83c44b2021-01-12 10:49:32 +010025image: onap/testsuite:1.7.3
kerenj4b69a8c2017-08-23 12:46:02 +000026pullPolicy: Always
vaibhav_16dec22c7c252018-03-15 07:05:10 +000027
Mandeep Khinda15b8fc52018-04-17 03:26:26 +000028ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
29
vaibhav_16dec22c7c252018-03-15 07:05:10 +000030# flag to enable debugging - application support required
31debugEnabled: false
32
33#################################################################
34# Application configuration defaults.
35#################################################################
Mandeep Khinda15b8fc52018-04-17 03:26:26 +000036config:
Lucjan Bryndza77f1d252020-04-15 18:11:01 +020037 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
sekharhuaweic4aa2a92020-10-13 21:55:29 +0530185 so_nssmf_adapter:
186 enabled: false
Lucjan Bryndza77f1d252020-04-15 18:11:01 +0200187 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
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000208
Brian Freemanecdb6842020-03-30 11:53:19 -0500209# for access to test logs
210 robotWebUser: "test"
211 robotWebPassword: "test"
212
Brian Freeman1fd9af72018-09-10 07:53:22 -0500213# openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
214 openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
Brian Freemanc4783132019-07-11 21:52:46 -0500215 openStackSoEncryptedPassword: "SAME_STRING_AS_SO_JAVA_ENCRYPTED_PASSWORD"
Brian Freeman1fd9af72018-09-10 07:53:22 -0500216
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000217# Demo configuration
218# Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION
Brian Freeman79f65722020-11-16 09:31:44 -0500219# 1.6.0 Frankfurt change or override for your release to match demo:vnfs/vFW/scripts/pom.xml version
220demoArtifactsVersion: "1.7.0"
Gary Wu5df414c2018-11-20 13:07:16 -0800221# Nexus demo artifact URL.
222demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000223# Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR
vaibhav_16dec10d510b2018-01-17 15:40:59 +0000224openStackFlavourMedium: "m1.medium"
Brian Freemanc4783132019-07-11 21:52:46 -0500225
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
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000232# Openstack keystone URL. Maps to GLOBAL_INJECTED_KEYSTONE
vaibhav_16dec10d510b2018-01-17 15:40:59 +0000233openStackKeyStoneUrl: "http://1.2.3.4:5000"
Brian Freemanc4783132019-07-11 21:52:46 -0500234
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
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000257# UUID of the Openstack network that can assign floating ips. Maps to GLOBAL_INJECTED_PUBLIC_NET_ID
vaibhav_16dec10d510b2018-01-17 15:40:59 +0000258openStackPublicNetId: "e8f51958045716781ffc"
Michal Ptacek66b4e682019-07-16 14:07:31 +0000259openStackPublicNetworkName: "public"
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000260# Openstack region. Maps to GLOBAL_INJECTED_REGION
vaibhav_16dec10d510b2018-01-17 15:40:59 +0000261openStackRegion: "RegionOne"
Brian Freemanc4783132019-07-11 21:52:46 -0500262
263
Brian Freeman2f9822e2019-04-22 10:41:59 -0500264# 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"
Brian Freeman2f9822e2019-04-22 10:41:59 -0500269# this is the java encrypted password that is needed for SO
270openSackMsoEncryptdPasswordRegionThree: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
271openStackTenantIdRegionThree: "3583253e932845a09cd4c8ca2f31d095"
Gary Wu561a0d32019-06-21 15:13:38 -0700272openStackProjectNameRegionThree: "Integration-SB-RegionThree"
Brian Freeman64373532019-04-23 14:36:36 -0500273openStackDomainIdRegionThree: "Default"
Brian Freeman2f9822e2019-04-22 10:41:59 -0500274#
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000275# 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"
Brian Freemanb5488192020-04-27 18:26:07 -0500279# DANOS image and flavor references
280danosImage: "danos-ves-image"
281danosFlavor: "danos"
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000282# GLOBAL_INJECTED_SCRIPT_VERSION. Maps to GLOBAL_INJECTED_SCRIPT_VERSION
Brian Freeman79f65722020-11-16 09:31:44 -0500283# 1.6.0 Frankfurt change or override for your release to match demo:vnfs/vFW/scripts/pom.xml version
284scriptVersion: "1.7.0"
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000285# Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK
286openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
Gary Wu90a8dad2018-10-22 15:11:34 -0700287# Openstack security group for instantiating VNFs
288openStackSecurityGroup: "onap_sg"
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000289# 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"
Brian Freeman431689c2020-04-15 12:52:41 -0500297# 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: ""
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500301# VID protocol/port until Selenium issue with SSL resolved
302# https/8443 vs http/8080
Ittay Stern7ceca012019-08-04 14:10:00 +0300303vidServerProtocol: "https"
304vidServerPort: "8443"
Brian Freeman461e3462018-05-14 13:49:03 -0500305# Override with Pub Key for access to VNF
DR695H3fb73852019-07-15 13:33:52 -0400306vnfPubKey: "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"
Mandeep Khinda80d2d722018-05-17 20:08:42 +0000309# Override with DCAE VES Collector external IP
Brian Freeman461e3462018-05-14 13:49:03 -0500310dcaeCollectorIp: "FILL_IN_WITH_DCAE_VES_COLLECTOR_IP"
Brian Freemana7e566c2019-12-11 14:16:20 -0500311# kubernetes external IP for Portal GUI tests
312kubernetesExternalIp: "10.0.0.14"
313
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000314
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500315# Credentials for ONAP Component
316# AAF
317aafUsername: "demo@people.osaaf.org"
318aafPassword: "demo123456!"
319# AAI
320aaiUsername: "aai@aai.onap.org"
321aaiPassword: "demo123456!"
322# APPC
Gary Wu8392ef72018-10-31 14:49:37 -0700323appcUsername: "appc@appc.onap.org"
324appcPassword: "demo123456!"
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500325# DCAE
rajendrajaiswalff678652020-01-17 11:11:45 +0000326dcaeUsername: "dcae@dcae.onap.org"
327dcaePassword: "demo123456!"
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500328# DROOLS
329droolsUsername: "demo@people.osaaf.org"
330droolsPassword: "demo123456!"
Jerry Floodf76496a2019-04-30 15:30:04 -0400331# OOF
332oofCmsoUsername: "oof@oof.onap.org"
333oofCmsoPassword: "demo123456!"
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500334# POLICY
335policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
336policyClientAuth: "cHl0aG9uOnRlc3Q="
337policyUsername: "demo@people.osaaf.org"
338policyPassword: "demo123456!"
Bilal A5fbb2832019-05-07 10:11:27 -0400339policyComponentUsername: "healthcheck"
340policyComponentPassword: "zb!XztG34"
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500341# PORTAL
342portalUsername: "demo"
343portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"
344# SO
345soUsername: "InfraPortalClient"
346soPassword: "password1$"
347soCatdbUsername: "bpel"
348soCatdbPassword: "password1$"
349# SDNC
350sdncUsername: "admin"
351sdncPassword: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
352# VID
353vidUsername: "demo"
354vidPassword: "Kp8bJ4SXszM0WX"
355vidHealthUsername: "Default"
356vidHealthPassword: "AppPassword!1"
pkaras3f830a52019-04-10 10:49:18 +0200357# DMAAP BC
358bcUsername: "dmaap-bc@dmaap-bc.onap.org"
359bcPassword: "demo123456!"
marekpld1d85892019-05-10 12:39:31 +0200360# DMAAP KAFKA JAAS
361kafkaJaasUsername: "admin"
362kafkaJaasPassword: "admin_secret"
Brian Freeman1c00bbc2018-10-13 14:06:40 -0500363
vrvarmad9fa1842019-04-25 23:08:01 -0400364#OOF
365oofUsername: "oof@oof.onap.org"
366oofPassword: "demo123456!"
367cmsoUsername: "oof@oof.onap.org"
368cmsoPassword: "demo123456!"
DR695H16a64fa2019-06-17 12:07:19 -0400369oofOsdfPciOptUsername: "oof@oof.onap.org"
370oofOsdfPciOptPassword: "demo123456!"
DR695H0120ece2019-06-19 21:20:05 -0400371oofHomingUsername: "admin1"
372oofHomingPassword: "plan.15"
373
vrvarmad9fa1842019-04-25 23:08:01 -0400374
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000375# default number of instances
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000376replicaCount: 1
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000377
378nodeSelector: {}
379
380affinity: {}
381
Mandeep Khinda20b98282018-09-24 15:15:48 +0000382# Resource Limit flavor -By Default using small
vaibhav_16decea44b8e2018-09-19 02:36:17 +0000383flavor: small
384# Segregation for Different environment (Small and Large)
385resources:
386 small:
387 limits:
388 cpu: 2000m
389 memory: 4Gi
390 requests:
391 cpu: 500m
392 memory: 1Gi
393 large:
394 limits:
395 cpu: 4000m
396 memory: 8Gi
397 requests:
398 cpu: 1000m
399 memory: 2Gi
Mandeep Khinda20b98282018-09-24 15:15:48 +0000400 unlimited: {}
vaibhav_16decea44b8e2018-09-19 02:36:17 +0000401
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000402# probe configuration parameters
403liveness:
Gary Wu4d88f112018-10-08 13:22:12 -0700404 initialDelaySeconds: 180
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000405 periodSeconds: 10
406 # necessary to disable liveness probe when setting breakpoints
407 # in debugger so K8s doesn't restart unresponsive container
408 enabled: true
409
410readiness:
Gary Wu4d88f112018-10-08 13:22:12 -0700411 initialDelaySeconds: 180
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000412 periodSeconds: 10
413
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000414service:
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000415 name: robot
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000416 type: NodePort
417 portName: httpd
Brian Freemanecdb6842020-03-30 11:53:19 -0500418 externalPort: 443
419 internalPort: 443
Mandeep Khinda15b8fc52018-04-17 03:26:26 +0000420 nodePort: "09"
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000421
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000422ingress:
423 enabled: false
Lucjan Bryndzaa5eb5a02019-11-28 11:12:34 +0100424 service:
Lucjan Bryndza1bc31c72020-04-29 08:45:29 +0000425 - baseaddr: "robot.api"
Lucjan Bryndzaa5eb5a02019-11-28 11:12:34 +0100426 name: "robot"
Brian Freemanecdb6842020-03-30 11:53:19 -0500427 port: 443
Lucjan Bryndzaa5eb5a02019-11-28 11:12:34 +0100428 config:
Sylvain Desbureaux57e4ae72020-05-06 15:30:49 +0200429 ssl: "redirect"
Lucjan Bryndzaa5eb5a02019-11-28 11:12:34 +0100430
vaibhav_16dec22c7c252018-03-15 07:05:10 +0000431
Mandeep Khinda80d2d722018-05-17 20:08:42 +0000432## Persist data to a persitent volume
433persistence:
434 enabled: true
435
436 ## A manually managed Persistent Volume and Claim
437 ## Requires persistence.enabled: true
438 ## If defined, PVC must be created manually before volume will be bound
439 # existingClaim:
440 volumeReclaimPolicy: Retain
441
442 ## database data Persistent Volume Storage Class
443 ## If defined, storageClassName: <storageClass>
444 ## If set to "-", storageClassName: "", which disables dynamic provisioning
445 ## If undefined (the default) or set to null, no storageClassName spec is
446 ## set, choosing the default provisioner. (gp2 on AWS, standard on
447 ## GKE, AWS & OpenStack)
448 ##
449 # storageClass: "-"
Sylvain Desbureaux4bd799e2019-08-29 16:04:57 +0200450 accessMode: ReadWriteOnce
Mandeep Khinda80d2d722018-05-17 20:08:42 +0000451 size: 2Gi
452 mountPath: /dockerdata-nfs
Brian Freeman1fd9af72018-09-10 07:53:22 -0500453 mountSubPath: robot/logs