blob: a6f516c9b9e147894a95aa48aacad8446bded5b1 [file] [log] [blame]
Ikram Ikramullah40b120b2018-05-01 11:35:40 -04001# Copyright © 2017 Amdocs, AT&T, Bell Canada, VMware
Dileep Ranganathan61225cb2018-10-01 08:14:16 -07002# Modifications Copyright © 2018 Intel Corporation
Ikram Ikramullah40b120b2018-05-01 11:35:40 -04003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16#################################################################
17# Global configuration defaults.
18#################################################################
19global:
Sylvain Desbureaux1694e1d2020-08-21 09:58:25 +020020 readinessImage: onap/oom/readiness:3.0.1
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040021 loggingRepository: docker.elastic.co
22 loggingImage: beats/filebeat:5.5.0
23 repository: nexus3.onap.org:10001
24 commonConfigPrefix: onap-oof-has
25 image:
vrvarma96294cd2020-05-25 12:36:54 -040026 optf_has: onap/optf-has:2.0.4
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040027 filebeat: docker.elastic.co/beats/filebeat:5.5.0
28
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040029pullPolicy: Always
30nodePortPrefix: 302
31dataRootDir: /dockerdata-nfs
Ritu Sood3a63d432018-05-24 08:23:14 -070032config:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070033 aaf:
34 serviceName: aaf-service
35 port: 8100
Ritu Sood3a63d432018-05-24 08:23:14 -070036 aai:
37 serviceName: aai
38 port: 8443
39 msb:
40 serviceName: msb-iag
41 port: 80
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070042 music:
Tschaen, Brendan08d7b632020-04-02 19:49:13 +000043 serviceName: music
44 port: 8443
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070045 sms:
46 serviceName: aaf-sms
47 port: 10443
48# Resource Limit flavor -By Default using small
49flavor: small
50# Segregation for Different environment (Small and Large)
51resources:
52 small:
53 limits:
54 memory: 2Gi
55 cpu: 1000m
56 requests:
57 memory: 1Gi
58 cpu: 500m
59 large:
60 limits:
61 memory: 4Gi
62 cpu: 2000m
63 requests:
64 memory: 2Gi
65 cpu: 1000m
66 unlimited: {}