1 # Copyright © 2017 Amdocs, Bell Canada
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
7 # http://www.apache.org/licenses/LICENSE-2.0
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.
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
20 readinessRepository: oomk8s
21 readinessImage: readiness-check:2.0.2
22 ubuntuInitRepository: registry.hub.docker.com
23 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
28 repository: "nexus3.onap.org:10001"
31 #pullPolicy: IfNotPresent
32 #repository: "nexus3.onap.org:10003"
36 image: onap/aaf/aaf_core:2.1.15
38 public_fqdn: "aaf.osaaf.org"
39 aaf_release: "El Alto"
40 # DUBLIN ONLY - for M4 compatibility with Casablanca
41 # aaf_locator_name: "public.%NS.%N"
42 # aaf_locator_name_oom: "%NS.%N"
44 aaf_locator_name: "%NS.%N"
45 aaf_locator_name_oom: "%CNS.%NS.%N"
47 cadi_longitude: "-72.0"
48 cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
51 image: onap/aaf/aaf_config:2.1.15
54 image: onap/aaf/aaf_cass:2.1.15
58 max_heap_size: "1024M"
60 ssl_storage_port: 7001
61 native_trans_port: 9042
97 #################################################################
98 # Application configuration defaults.
99 #################################################################
102 # default number of instances
109 # probe configuration parameters
111 initialDelaySeconds: 350
113 # necessary to disable liveness probe when setting breakpoints
114 # in debugger so K8s doesn't restart unresponsive container
118 initialDelaySeconds: 150
124 ## Persist data to a persitent volume
129 volumeReclaimPolicy: Delete
130 accessMode: ReadWriteMany
132 storageClass: "manual"
133 mountPath: "/mnt/data/aaf/config"
136 volumeReclaimPolicy: Retain
137 accessMode: ReadWriteMany
139 storageClass: "manual"
140 mountPath: "/mnt/data/aaf/logs"
142 volumeReclaimPolicy: Delete
143 accessMode: ReadWriteMany
145 storageClass: "manual"
146 mountPath: /dockerdata-nfs
147 mountSubPath: "status"
150 volumeReclaimPolicy: Retain
151 accessMode: ReadWriteOnce
153 storageClass: "manual"
154 mountPath: /dockerdata-nfs