blob: e540aa096a0f95d9bbdc188cf085cb74712eafac [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
vrvarma8ace69e2019-08-09 12:59:09 -040030image: onap/optf-osdf:1.3.4
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"
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040049 # Credentials of the callback url for SO.
50 soUsername: "" # SO username for call back.
51 soPassword: "" # SO password for call back.
52 # Url and credentials for Conductor.
vrvarma8f500492019-04-25 23:08:01 -040053 conductorUrl: https://oof-has-api:8091/v1/plans/
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040054 conductorUsername: admin1
55 conductorPassword: plan.15
56 conductorPingWaitTime: 60
57 conductorMaxRetries: 30
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070058 # versions to be set in HTTP header
59 conductorMinorVersion: 0
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040060 # Url and credentials for the Policy Platform
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070061 policyPlatformUrl: https://pdp:8081/pdp/api/getConfig # Policy Dev platform URL
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040062 policyPlatformEnv: TEST # Environment for policy platform
63 policyPlatformUsername: testpdp # Policy platform username.
64 policyPlatformPassword: alpha123 # Policy platform password.
65 policyClientUsername: python # For use with ClientAuth
66 policyClientPassword: test # For use with ClientAuth
67 # Credentials for the message reader - A placeholder.
68 messageReaderHosts: NA
69 messageReaderTopic: NA
70 messageReaderAafUserId: NA
71 messageReaderAafPassword: NA
72 # Credentials for the SDC interface - A placeholder.
73 sdcUrl: NA
74 sdcUsername: NA
75 sdcPassword: NA
76 sdcONAPInstanceID: NA
77 # Credentials for the placement service – Generic.
78 osdfPlacementUsername: "test"
79 osdfPlacementPassword: "testpwd"
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070080 # Credentials for the OOF placement service – SO.
81 osdfPlacementSOUsername: so_test
82 osdfPlacementSOPassword: so_testpwd
83 # Credentials for the OOF placement service - VFC
84 osdfPlacementVFCUsername: vfc_test
85 osdfPlacementVFCPassword: vfc_testpwd
86 # Credentials for the OOF CM scheduling service – Generic.
87 osdfCMSchedulerUsername: test1
88 osdfCMSchedulerPassword: testpwd1
89 #AAF Authentication
90 is_aaf_enabled: False
vrvarma8f500492019-04-25 23:08:01 -040091 aaf_cache_expiry_mins: 5
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070092 aaf_url: https://aaf-service:8100
93 aaf_user_roles:
vrvarma8f500492019-04-25 23:08:01 -040094 - '/placement:org.onap.oof.access|*|read ALL'
95 - '/pci:org.onap.oof.access|*|read ALL'
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070096 # Secret Management Service from AAF
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070097 aaf_sms_url: https://aaf-sms
98 aaf_sms_port: 10443
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070099 aaf_sms_timeout: 30
100 secret_domain: osdf
101 aaf_ca_certs: /opt/app/ssl_cert/aaf_root_ca.cer
102 # config db api
103 configDbUrl: http://config.db.url:8080
104 configDbUserName: osdf
105 configDbPassword: passwd
106 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList'
107 configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList'
108 # Credentials for PCIHandler
109 pciHMSUsername: "" # pcihandler username for call back.
110 pciHMSPassword: "" # pcihandler password for call back.
111 # Credentials for the OOF PCI Opt service
112 osdfPCIOptUsername: pci_test
113 osdfPCIOptPassword: pci_testpwd
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400114# default number of instances
115replicaCount: 1
116nodeSelector: {}
117affinity: {}
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000118# Resource Limit flavor -By Default using small
119flavor: small
120# Segregation for Different environment (Small and Large)
121resources:
122 small:
123 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -0700124 memory: 2Gi
125 cpu: 1000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000126 requests:
127 memory: 1Gi
128 cpu: 500m
129 large:
130 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -0700131 memory: 4Gi
132 cpu: 2000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000133 requests:
134 memory: 2Gi
135 cpu: 1000m
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000136 unlimited: {}
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400137# probe configuration parameters
138liveness:
139 initialDelaySeconds: 10
140 periodSeconds: 10
141 # necessary to disable liveness probe when setting breakpoints
142 # in debugger so K8s doesn't restart unresponsive container
143 enabled: true
144readiness:
145 initialDelaySeconds: 10
146 periodSeconds: 10
147service:
148 type: NodePort
149 name: oof-osdf
150 externalPort: 8698
151 internalPort: 8699
152 nodePort: 48
153ingress:
154 enabled: false
Lucjan Bryndzae529d752019-11-28 15:32:42 +0100155 service:
156 - baseaddr: "oofosdf"
157 name: "oof-osdf"
158 port: 8698
159 config:
160 ssl: "none"