blob: f6867bd8bf2ecfe2dc22e47f71781b42782f352b [file] [log] [blame]
Ikram Ikramullah40b120b2018-05-01 11:35:40 -04001# Copyright © 2017 Amdocs, AT&T, Bell Canada, VMware
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:
19 nodePortPrefix: 302
Sylvain Desbureauxb7ed2ee2019-11-29 11:35:13 +010020 persistence: {}
krishnaa9624a7ef32020-10-09 12:01:05 +053021
22#################################################################
23# Secrets metaconfig
24#################################################################
25secrets:
26 - uid: oof-onap-certs
27 name: &oof-certs '{{ include "common.release" . }}-oof-onap-certs'
28 externalSecret: '{{ tpl (default "" .Values.certSecret) . }}'
29 type: generic
30 filePaths:
31 - resources/config/certs/intermediate_root_ca.pem
32 - resources/config/certs/aaf_root_ca.cer
33
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040034#################################################################
35# Application configuration defaults.
36#################################################################
37# application image
malar8c4999a2022-09-22 11:41:32 +000038image: onap/optf-osdf:3.0.7
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040039pullPolicy: Always
40
41# flag to enable debugging - application support required
42debugEnabled: false
43
44# application configuration
45config:
Patel, Ankitkumard4b37e22018-05-29 16:56:30 -040046 msbgateway: msb-iag
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040047 msbPort: 80
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070048 placementVersioningEnabled: True
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070049 # Placement API latest version numbers to be set in HTTP header
50 placementMajorVersion: "1"
51 placementMinorVersion: "0"
52 placementPatchVersion: "0"
53 # Placement API default version numbers to be set in HTTP header
54 placementDefaultMajorVersion: "1"
55 placementDefaultMinorVersion: "0"
56 placementDefaultPatchVersion: "0"
Krzysztof Opasiak1cddd1d2020-04-16 20:06:50 +020057
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040058 # Url and credentials for Conductor.
amatthews379daac2022-08-18 15:31:12 +010059 conductorUrl:
60 https: https://oof-has-api:8091/v1/plans/
61 http: http://oof-has-api:8091/v1/plans/
vrvarma96294cd2020-05-25 12:36:54 -040062 conductorPingWaitTime: 10
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040063 conductorMaxRetries: 30
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070064 # versions to be set in HTTP header
65 conductorMinorVersion: 0
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040066 # Url and credentials for the Policy Platform
amatthews379daac2022-08-18 15:31:12 +010067 policyPlatformUrl:
68 https: https://policy-xacml-pdp:6969/policy/pdpx/v1/decision # Policy Dev platform URL
69 http: http://policy-xacml-pdp:8080/policy/pdpx/v1/decision
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040070 policyPlatformEnv: TEST # Environment for policy platform
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040071 # Credentials for the message reader - A placeholder.
72 messageReaderHosts: NA
73 messageReaderTopic: NA
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040074 # Credentials for the SDC interface - A placeholder.
75 sdcUrl: NA
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040076 sdcONAPInstanceID: NA
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070077 #AAF Authentication
78 is_aaf_enabled: False
vrvarma8f500492019-04-25 23:08:01 -040079 aaf_cache_expiry_mins: 5
amatthews379daac2022-08-18 15:31:12 +010080 aaf_url:
81 https: https://aaf-service:8100
82 http: http://aaf-service:8080
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070083 aaf_user_roles:
vrvarma8f500492019-04-25 23:08:01 -040084 - '/placement:org.onap.oof.access|*|read ALL'
85 - '/pci:org.onap.oof.access|*|read ALL'
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070086 # Secret Management Service from AAF
amatthews379daac2022-08-18 15:31:12 +010087 aaf_sms_url:
88 https: https://aaf-sms
89 http: http://aaf-sms
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070090 aaf_sms_port: 10443
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070091 aaf_sms_timeout: 30
92 secret_domain: osdf
93 aaf_ca_certs: /opt/app/ssl_cert/aaf_root_ca.cer
krishnaa9607fc3ea2021-08-02 11:19:16 +053094 configClientType: cps
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070095 # config db api
krishnaa96c1e3e0c2020-12-07 12:54:32 +053096 configDbUrl: http://configdb:8080
97 configDbGetCellListUrl: 'api/sdnc-config-db/v3/getCellList'
98 configDbGetNbrListUrl: 'api/sdnc-config-db/v3/getNbrList'
krishnaa9607fc3ea2021-08-02 11:19:16 +053099 # cps api
100 cps:
101 url: cps-tbdmt:8080/execute
102 cellListUrl: 'ran-network/getCellList'
103 nbrListUrl: 'ran-network/getNbrList'
104
krishnaa96dd54b962020-09-21 14:52:16 +0530105 #aai api
amatthews379daac2022-08-18 15:31:12 +0100106 aaiUrl:
107 https: https://aai:8443
108 http: http://aai:8080
krishnaa96dd54b962020-09-21 14:52:16 +0530109 aaiGetLinksUrl: /aai/v16/network/logical-links
110 aaiServiceInstanceUrl : /aai/v20/nodes/service-instances/service-instance/
111 aaiGetControllersUrl: /aai/v19/external-system/esr-thirdparty-sdnc-list
112 controllerQueryUrl: /aai/v19/query?format=resource
113 aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up
114 #des api
amatthews379daac2022-08-18 15:31:12 +0100115 desUrl:
116 https: https://des.url:9000
117 http: http://des.url:8080
krishnaa96dd54b962020-09-21 14:52:16 +0530118 desApiPath: /datalake/v1/exposure/
krishnaa96bdad8552020-11-17 12:52:56 +0530119 desUsername: ''
120 desPassword: ''
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400121# default number of instances
122replicaCount: 1
123nodeSelector: {}
124affinity: {}
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000125# Resource Limit flavor -By Default using small
126flavor: small
krishnaa96dbcd1ca2020-08-11 10:26:50 +0530127
128#sub-charts configuration
129certInitializer:
130 nameOverride: oof-osdf-cert-initializer
131 fqdn: "oof.onap"
132 app_ns: "org.osaaf.aaf"
133 fqi: "oof@oof.onap.org"
134 fqi_namespace: org.onap.oof
135 public_fqdn: "oof.onap.org"
136 aafDeployFqi: "deployer@people.osaaf.org"
137 aafDeployPass: demo123456!
138 cadi_latitude: "0.0"
139 cadi_longitude: "0.0"
140 credsPath: /opt/app/osaaf/local
141 appMountPath: /opt/osdf/osaaf
142 aaf_add_config: >
143 chmod 444 {{ .Values.credsPath }}/{{ .Values.fqi_namespace }}.key;
144
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000145# Segregation for Different environment (Small and Large)
146resources:
147 small:
148 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -0700149 memory: 2Gi
150 cpu: 1000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000151 requests:
152 memory: 1Gi
153 cpu: 500m
154 large:
155 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -0700156 memory: 4Gi
157 cpu: 2000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000158 requests:
159 memory: 2Gi
160 cpu: 1000m
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000161 unlimited: {}
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400162# probe configuration parameters
163liveness:
164 initialDelaySeconds: 10
165 periodSeconds: 10
166 # necessary to disable liveness probe when setting breakpoints
167 # in debugger so K8s doesn't restart unresponsive container
168 enabled: true
169readiness:
170 initialDelaySeconds: 10
171 periodSeconds: 10
172service:
173 type: NodePort
174 name: oof-osdf
175 externalPort: 8698
176 internalPort: 8699
177 nodePort: 48
178ingress:
179 enabled: false
Lucjan Bryndzae529d752019-11-28 15:32:42 +0100180 service:
Andreas Geissler51900a92022-08-03 13:10:35 +0200181 - baseaddr: "oof-osdf-api"
Lucjan Bryndzae529d752019-11-28 15:32:42 +0100182 name: "oof-osdf"
183 port: 8698
184 config:
Sylvain Desbureauxa64c46d2020-05-06 15:22:29 +0200185 ssl: "redirect"
krishnaa96dbcd1ca2020-08-11 10:26:50 +0530186
187#component overrides
188
krishnaa96dbcd1ca2020-08-11 10:26:50 +0530189oof-has:
190 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +0530191 certSecret: *oof-certs
farida azmyb3e25ca2021-10-27 15:56:35 +0200192
193#Pods Service Account
194serviceAccount:
195 nameOverride: oof
196 roles:
197 - read