blob: 0cdfa9dfe7b706148d1681ab54526d5e0fad674d [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
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040020 readinessRepository: oomk8s
Gary Wubf4b4d82018-05-11 13:26:30 -070021 readinessImage: readiness-check:2.0.0
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040022 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
Sylvain Desbureauxb7ed2ee2019-11-29 11:35:13 +010024 persistence: {}
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040025#################################################################
26# Application configuration defaults.
27#################################################################
28# application image
29repository: nexus3.onap.org:10001
Krzysztof Opasiak1cddd1d2020-04-16 20:06:50 +020030image: onap/optf-osdf:2.0.3
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040031pullPolicy: Always
32
33# flag to enable debugging - application support required
34debugEnabled: false
35
36# application configuration
37config:
Patel, Ankitkumard4b37e22018-05-29 16:56:30 -040038 msbgateway: msb-iag
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040039 msbPort: 80
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070040 placementVersioningEnabled: True
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070041 # Placement API latest version numbers to be set in HTTP header
42 placementMajorVersion: "1"
43 placementMinorVersion: "0"
44 placementPatchVersion: "0"
45 # Placement API default version numbers to be set in HTTP header
46 placementDefaultMajorVersion: "1"
47 placementDefaultMinorVersion: "0"
48 placementDefaultPatchVersion: "0"
Krzysztof Opasiak1cddd1d2020-04-16 20:06:50 +020049
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040050 # Url and credentials for Conductor.
vrvarma8f500492019-04-25 23:08:01 -040051 conductorUrl: https://oof-has-api:8091/v1/plans/
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040052 conductorPingWaitTime: 60
53 conductorMaxRetries: 30
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070054 # versions to be set in HTTP header
55 conductorMinorVersion: 0
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040056 # Url and credentials for the Policy Platform
Krzysztof Opasiak1cddd1d2020-04-16 20:06:50 +020057 policyPlatformUrl: https://policy-xacml-pdp:6969/policy/pdpx/v1/decision # Policy Dev platform URL
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040058 policyPlatformEnv: TEST # Environment for policy platform
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040059 # Credentials for the message reader - A placeholder.
60 messageReaderHosts: NA
61 messageReaderTopic: NA
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040062 # Credentials for the SDC interface - A placeholder.
63 sdcUrl: NA
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040064 sdcONAPInstanceID: NA
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070065 #AAF Authentication
66 is_aaf_enabled: False
vrvarma8f500492019-04-25 23:08:01 -040067 aaf_cache_expiry_mins: 5
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070068 aaf_url: https://aaf-service:8100
69 aaf_user_roles:
vrvarma8f500492019-04-25 23:08:01 -040070 - '/placement:org.onap.oof.access|*|read ALL'
71 - '/pci:org.onap.oof.access|*|read ALL'
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070072 # Secret Management Service from AAF
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070073 aaf_sms_url: https://aaf-sms
74 aaf_sms_port: 10443
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070075 aaf_sms_timeout: 30
76 secret_domain: osdf
77 aaf_ca_certs: /opt/app/ssl_cert/aaf_root_ca.cer
78 # config db api
79 configDbUrl: http://config.db.url:8080
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070080 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList'
81 configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList'
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040082# default number of instances
83replicaCount: 1
84nodeSelector: {}
85affinity: {}
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +000086# Resource Limit flavor -By Default using small
87flavor: small
88# Segregation for Different environment (Small and Large)
89resources:
90 small:
91 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070092 memory: 2Gi
93 cpu: 1000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +000094 requests:
95 memory: 1Gi
96 cpu: 500m
97 large:
98 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070099 memory: 4Gi
100 cpu: 2000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000101 requests:
102 memory: 2Gi
103 cpu: 1000m
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000104 unlimited: {}
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400105# probe configuration parameters
106liveness:
107 initialDelaySeconds: 10
108 periodSeconds: 10
109 # necessary to disable liveness probe when setting breakpoints
110 # in debugger so K8s doesn't restart unresponsive container
111 enabled: true
112readiness:
113 initialDelaySeconds: 10
114 periodSeconds: 10
115service:
116 type: NodePort
117 name: oof-osdf
118 externalPort: 8698
119 internalPort: 8699
120 nodePort: 48
121ingress:
122 enabled: false
Lucjan Bryndzae529d752019-11-28 15:32:42 +0100123 service:
124 - baseaddr: "oofosdf"
125 name: "oof-osdf"
126 port: 8698
127 config:
128 ssl: "none"