blob: 5099091b4a0892cbe4a64e1eb46f08fcf1c7971b [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
24#################################################################
25# Application configuration defaults.
26#################################################################
27# application image
28repository: nexus3.onap.org:10001
Ikramullah, Ikram6cde0b32019-04-24 22:24:08 +000029image: onap/optf-osdf:1.3.0-SNAPSHOT-latest
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040030pullPolicy: Always
31
32# flag to enable debugging - application support required
33debugEnabled: false
34
35# application configuration
36config:
Patel, Ankitkumard4b37e22018-05-29 16:56:30 -040037 msbgateway: msb-iag
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040038 msbPort: 80
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070039 placementVersioningEnabled: True
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070040 # Placement API latest version numbers to be set in HTTP header
41 placementMajorVersion: "1"
42 placementMinorVersion: "0"
43 placementPatchVersion: "0"
44 # Placement API default version numbers to be set in HTTP header
45 placementDefaultMajorVersion: "1"
46 placementDefaultMinorVersion: "0"
47 placementDefaultPatchVersion: "0"
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040048 # Credentials of the callback url for SO.
49 soUsername: "" # SO username for call back.
50 soPassword: "" # SO password for call back.
51 # Url and credentials for Conductor.
vrvarma8f500492019-04-25 23:08:01 -040052 conductorUrl: https://oof-has-api:8091/v1/plans/
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040053 conductorUsername: admin1
54 conductorPassword: plan.15
55 conductorPingWaitTime: 60
56 conductorMaxRetries: 30
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070057 # versions to be set in HTTP header
58 conductorMinorVersion: 0
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040059 # Url and credentials for the Policy Platform
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070060 policyPlatformUrl: https://pdp:8081/pdp/api/getConfig # Policy Dev platform URL
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040061 policyPlatformEnv: TEST # Environment for policy platform
62 policyPlatformUsername: testpdp # Policy platform username.
63 policyPlatformPassword: alpha123 # Policy platform password.
64 policyClientUsername: python # For use with ClientAuth
65 policyClientPassword: test # For use with ClientAuth
66 # Credentials for the message reader - A placeholder.
67 messageReaderHosts: NA
68 messageReaderTopic: NA
69 messageReaderAafUserId: NA
70 messageReaderAafPassword: NA
71 # Credentials for the SDC interface - A placeholder.
72 sdcUrl: NA
73 sdcUsername: NA
74 sdcPassword: NA
75 sdcONAPInstanceID: NA
76 # Credentials for the placement service – Generic.
77 osdfPlacementUsername: "test"
78 osdfPlacementPassword: "testpwd"
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070079 # Credentials for the OOF placement service – SO.
80 osdfPlacementSOUsername: so_test
81 osdfPlacementSOPassword: so_testpwd
82 # Credentials for the OOF placement service - VFC
83 osdfPlacementVFCUsername: vfc_test
84 osdfPlacementVFCPassword: vfc_testpwd
85 # Credentials for the OOF CM scheduling service – Generic.
86 osdfCMSchedulerUsername: test1
87 osdfCMSchedulerPassword: testpwd1
88 #AAF Authentication
89 is_aaf_enabled: False
vrvarma8f500492019-04-25 23:08:01 -040090 aaf_cache_expiry_mins: 5
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070091 aaf_url: https://aaf-service:8100
92 aaf_user_roles:
vrvarma8f500492019-04-25 23:08:01 -040093 - '/placement:org.onap.oof.access|*|read ALL'
94 - '/pci:org.onap.oof.access|*|read ALL'
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070095 # Secret Management Service from AAF
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070096 aaf_sms_url: https://aaf-sms
97 aaf_sms_port: 10443
Dileep Ranganathanf706ae12018-10-01 04:27:13 -070098 aaf_sms_timeout: 30
99 secret_domain: osdf
100 aaf_ca_certs: /opt/app/ssl_cert/aaf_root_ca.cer
101 # config db api
102 configDbUrl: http://config.db.url:8080
103 configDbUserName: osdf
104 configDbPassword: passwd
105 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList'
106 configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList'
107 # Credentials for PCIHandler
108 pciHMSUsername: "" # pcihandler username for call back.
109 pciHMSPassword: "" # pcihandler password for call back.
110 # Credentials for the OOF PCI Opt service
111 osdfPCIOptUsername: pci_test
112 osdfPCIOptPassword: pci_testpwd
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400113# default number of instances
114replicaCount: 1
115nodeSelector: {}
116affinity: {}
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000117# Resource Limit flavor -By Default using small
118flavor: small
119# Segregation for Different environment (Small and Large)
120resources:
121 small:
122 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -0700123 memory: 2Gi
124 cpu: 1000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000125 requests:
126 memory: 1Gi
127 cpu: 500m
128 large:
129 limits:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -0700130 memory: 4Gi
131 cpu: 2000m
Prateekinlinuxb84ba5e2018-09-20 12:07:08 +0000132 requests:
133 memory: 2Gi
134 cpu: 1000m
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000135 unlimited: {}
Ikram Ikramullah40b120b2018-05-01 11:35:40 -0400136# probe configuration parameters
137liveness:
138 initialDelaySeconds: 10
139 periodSeconds: 10
140 # necessary to disable liveness probe when setting breakpoints
141 # in debugger so K8s doesn't restart unresponsive container
142 enabled: true
143readiness:
144 initialDelaySeconds: 10
145 periodSeconds: 10
146service:
147 type: NodePort
148 name: oof-osdf
149 externalPort: 8698
150 internalPort: 8699
151 nodePort: 48
152ingress:
153 enabled: false