blob: 2afdb422cb7bfb36b42dc6a7b5baf56956189390 [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
Maciej Malewski955e39d2020-08-27 10:43:09 +02003# Modifications Copyright © 2020 Nokia
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
kj52dfb132018-03-27 15:50:39 +030017#################################################################
18# Global configuration defaults.
19#################################################################
EmmettCoxbca68e02020-02-27 14:20:52 +000020
kj52dfb132018-03-27 15:50:39 +030021global:
22 nodePortPrefix: 302
ChrisCec86a532020-03-19 15:53:31 -050023 # Readiness image
Sylvain Desbureaux1694e1d2020-08-21 09:58:25 +020024 readinessImage: onap/oom/readiness:3.0.1
ChrisCec86a532020-03-19 15:53:31 -050025 # Ubuntu Init image
Mike Elliottb35b5802018-05-08 14:22:13 -040026 ubuntuInitRepository: registry.hub.docker.com
27 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
ChrisCec86a532020-03-19 15:53:31 -050028 # Logging image
29 loggingRepository: docker.elastic.co
30 loggingImage: beats/filebeat:5.5.0
31 # BusyBox image
32 busyboxRepository: registry.hub.docker.com
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020033 busyboxImage: library/busybox:1.31
Mandeep Khinda60d36d42018-09-24 15:15:48 +000034 persistence:
Mahendra Raghuwanshiafb1e2a2018-05-03 12:15:03 +000035 enabled: true
Instrumental0c7bc942019-08-06 16:36:13 -050036 # Standard OOM
37 pullPolicy: "Always"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050038 repository: "nexus3.onap.org:10001"
Instrumental0c7bc942019-08-06 16:36:13 -050039
40 # Use Local
41 #pullPolicy: IfNotPresent
42 #repository: "nexus3.onap.org:10003"
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000043
EmmettCoxbca68e02020-02-27 14:20:52 +000044 cmpv2Enabled: true
45 addTestingComponents: false
Instrumentalcc3a0bd2019-05-01 14:18:49 -050046 aaf:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050047 readiness: false
ChrisC73876b42020-05-27 15:45:34 +020048 image: onap/aaf/aaf_core:2.1.23
Instrumentalcc3a0bd2019-05-01 14:18:49 -050049 aaf_env: "DEV"
50 public_fqdn: "aaf.osaaf.org"
ChrisC73876b42020-05-27 15:45:34 +020051 aaf_release: "Frankfurt"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050052 # DUBLIN ONLY - for M4 compatibility with Casablanca
Instrumental0c7bc942019-08-06 16:36:13 -050053 # aaf_locator_name: "public.%NS.%N"
54 # aaf_locator_name_oom: "%NS.%N"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050055 # EL ALTO and Beyond
Instrumental0c7bc942019-08-06 16:36:13 -050056 aaf_locator_name: "%NS.%N"
57 aaf_locator_name_oom: "%CNS.%NS.%N"
Mandeep Khinda6dcc80d2018-10-09 14:47:35 +000058 cadi_latitude: "38.0"
59 cadi_longitude: "-72.0"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050060 cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
61
Instrumental0c7bc942019-08-06 16:36:13 -050062 config:
ChrisC73876b42020-05-27 15:45:34 +020063 image: onap/aaf/aaf_config:2.1.23
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020064
Instrumentalcc3a0bd2019-05-01 14:18:49 -050065 service:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050066 fqdn: "aaf-service"
67 internal_port: 8100
68 public_port: 31110
69 locate:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050070 fqdn: "aaf-locate"
71 internal_port: 8095
72 public_port: 31111
73 oauth:
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +020074 fqdn: "aaf-oauth"
Instrumentalcc3a0bd2019-05-01 14:18:49 -050075 internal_port: 8140
76 public_port: 31112
ChrisCec86a532020-03-19 15:53:31 -050077# Note: as hello is a sample app, find values in charts/aaf-hello/values.yaml
78
kj52dfb132018-03-27 15:50:39 +030079#################################################################
80# Application configuration defaults.
81#################################################################
kj52dfb132018-03-27 15:50:39 +030082
dsingh.27864a34bf2018-09-21 05:11:00 -040083flavor: small
kj52dfb132018-03-27 15:50:39 +030084# default number of instances
85replicaCount: 1
86
87nodeSelector: {}
88
89affinity: {}
90
91# probe configuration parameters
92liveness:
Instrumentalcc3a0bd2019-05-01 14:18:49 -050093 initialDelaySeconds: 350
kj52dfb132018-03-27 15:50:39 +030094 periodSeconds: 10
95 # necessary to disable liveness probe when setting breakpoints
96 # in debugger so K8s doesn't restart unresponsive container
97 enabled: true
98
99readiness:
Instrumentalcc3a0bd2019-05-01 14:18:49 -0500100 initialDelaySeconds: 150
kj52dfb132018-03-27 15:50:39 +0300101 periodSeconds: 10
102
kj52dfb132018-03-27 15:50:39 +0300103ingress:
104 enabled: false
Lucjan Bryndza05649652020-04-29 08:52:33 +0000105 service:
106 - baseaddr: "aaf.api"
107 name: "aaf-service"
108 port: 8100
109 config:
110 ssl: "none"
kj52dfb132018-03-27 15:50:39 +0300111
Sylvain Desbureaux8f9ef352020-04-14 15:02:57 +0200112persistence: {}
ChrisCec86a532020-03-19 15:53:31 -0500113
Instrumental378109d2018-10-16 20:40:41 -0500114resources: {}