blob: 00f59a650c17dc57bb5a3c397451c3fa561d23b0 [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:
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040019 readinessRepository: oomk8s
Gary Wubf4b4d82018-05-11 13:26:30 -070020 readinessImage: readiness-check:2.0.0
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:
Gary Wubf4b4d82018-05-11 13:26:30 -070026 readiness: oomk8s/readiness-check:2.0.0
Gary Wu3c45f8c2018-05-11 08:43:33 -070027 optf_has: onap/optf-has:latest
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040028 filebeat: docker.elastic.co/beats/filebeat:5.5.0
29
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040030pullPolicy: Always
31nodePortPrefix: 302
32dataRootDir: /dockerdata-nfs
Ritu Sood3a63d432018-05-24 08:23:14 -070033config:
34 aai:
35 serviceName: aai
36 port: 8443
37 msb:
38 serviceName: msb-iag
39 port: 80
40