blob: af420818574f29524dabf46be26890a0846cfb46 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
ChrisCec86a532020-03-19 15:53:31 -05002# Modifications © 2020 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
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
kj52dfb132018-03-27 15:50:39 +030016#################################################################
17# Global configuration defaults.
18#################################################################
EmmettCoxbca68e02020-02-27 14:20:52 +000019
kj52dfb132018-03-27 15:50:39 +030020global:
21 nodePortPrefix: 302
ChrisCec86a532020-03-19 15:53:31 -050022 # Readiness image
Sylvain Desbureaux1694e1d2020-08-21 09:58:25 +020023 readinessImage: onap/oom/readiness:3.0.1
ChrisCec86a532020-03-19 15:53:31 -050024 # Ubuntu Init image
Mike Elliottb35b5802018-05-08 14:22:13 -040025 ubuntuInitRepository: registry.hub.docker.com
26 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
ChrisCec86a532020-03-19 15:53:31 -050027 # Logging image
28 loggingRepository: docker.elastic.co
29 loggingImage: beats/filebeat:5.5.0
30 # BusyBox image
31 busyboxRepository: registry.hub.docker.com
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020032 busyboxImage: library/busybox:1.31
Mandeep Khinda60d36d42018-09-24 15:15:48 +000033 persistence:
Mahendra Raghuwanshiafb1e2a2018-05-03 12:15:03 +000034 enabled: true
Instrumental0c7bc942019-08-06 16:36:13 -050035 # Standard OOM
36 pullPolicy: "Always"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050037 repository: "nexus3.onap.org:10001"
Instrumental0c7bc942019-08-06 16:36:13 -050038
39 # Use Local
40 #pullPolicy: IfNotPresent
41 #repository: "nexus3.onap.org:10003"
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000042
EmmettCoxbca68e02020-02-27 14:20:52 +000043 cmpv2Enabled: true
44 addTestingComponents: false
Instrumentalcc3a0bd2019-05-01 14:18:49 -050045 aaf:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050046 readiness: false
ChrisC73876b42020-05-27 15:45:34 +020047 image: onap/aaf/aaf_core:2.1.23
Instrumentalcc3a0bd2019-05-01 14:18:49 -050048 aaf_env: "DEV"
49 public_fqdn: "aaf.osaaf.org"
ChrisC73876b42020-05-27 15:45:34 +020050 aaf_release: "Frankfurt"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050051 # DUBLIN ONLY - for M4 compatibility with Casablanca
Instrumental0c7bc942019-08-06 16:36:13 -050052 # aaf_locator_name: "public.%NS.%N"
53 # aaf_locator_name_oom: "%NS.%N"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050054 # EL ALTO and Beyond
Instrumental0c7bc942019-08-06 16:36:13 -050055 aaf_locator_name: "%NS.%N"
56 aaf_locator_name_oom: "%CNS.%NS.%N"
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000057 cadi_latitude: "38.0"
58 cadi_longitude: "-72.0"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050059 cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
60
Instrumental0c7bc942019-08-06 16:36:13 -050061 config:
ChrisC73876b42020-05-27 15:45:34 +020062 image: onap/aaf/aaf_config:2.1.23
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020063
Instrumentalcc3a0bd2019-05-01 14:18:49 -050064 service:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050065 fqdn: "aaf-service"
66 internal_port: 8100
67 public_port: 31110
68 locate:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050069 fqdn: "aaf-locate"
70 internal_port: 8095
71 public_port: 31111
72 oauth:
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020073 fqdn: "aaf-oauth"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050074 internal_port: 8140
75 public_port: 31112
ChrisCec86a532020-03-19 15:53:31 -050076# Note: as hello is a sample app, find values in charts/aaf-hello/values.yaml
77
EmmettCoxbca68e02020-02-27 14:20:52 +000078 certServiceClient:
79 secret:
80 name: aaf-cert-service-client-tls-secret
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000081
kj52dfb132018-03-27 15:50:39 +030082#################################################################
83# Application configuration defaults.
84#################################################################
kj52dfb132018-03-27 15:50:39 +030085
dsingh.27864a34bf2018-09-21 05:11:00 -040086flavor: small
kj52dfb132018-03-27 15:50:39 +030087# default number of instances
88replicaCount: 1
89
90nodeSelector: {}
91
92affinity: {}
93
94# probe configuration parameters
95liveness:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050096 initialDelaySeconds: 350
kj52dfb132018-03-27 15:50:39 +030097 periodSeconds: 10
98 # necessary to disable liveness probe when setting breakpoints
99 # in debugger so K8s doesn't restart unresponsive container
100 enabled: true
101
102readiness:
Instrumentalcc3a0bd2019-05-01 14:18:49 -0500103 initialDelaySeconds: 150
kj52dfb132018-03-27 15:50:39 +0300104 periodSeconds: 10
105
kj52dfb132018-03-27 15:50:39 +0300106ingress:
107 enabled: false
Lucjan Bryndza05649652020-04-29 08:52:33 +0000108 service:
109 - baseaddr: "aaf.api"
110 name: "aaf-service"
111 port: 8100
112 config:
113 ssl: "none"
kj52dfb132018-03-27 15:50:39 +0300114
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +0200115persistence: {}
ChrisCec86a532020-03-19 15:53:31 -0500116
Instrumental378109d2018-10-16 20:40:41 -0500117resources: {}