2 # Copyright © 2017 Amdocs, Bell Canada
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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.
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.2
23 ubuntuInitRepository: registry.hub.docker.com
24 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
29 repository: "nexus3.onap.org:10001"
32 #pullPolicy: IfNotPresent
33 #repository: "nexus3.onap.org:10003"
37 image: onap/aaf/aaf_core:2.1.15
39 public_fqdn: "aaf.osaaf.org"
40 aaf_release: "El Alto"
41 # DUBLIN ONLY - for M4 compatibility with Casablanca
42 # aaf_locator_name: "public.%NS.%N"
43 # aaf_locator_name_oom: "%NS.%N"
45 aaf_locator_name: "%NS.%N"
46 aaf_locator_name_oom: "%CNS.%NS.%N"
48 cadi_longitude: "-72.0"
49 cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US"
52 image: onap/aaf/aaf_config:2.1.15
55 image: onap/aaf/aaf_cass:2.1.15
59 max_heap_size: "1024M"
61 ssl_storage_port: 7001
62 native_trans_port: 9042
99 #################################################################
100 # Application configuration defaults.
101 #################################################################
110 # probe configuration parameters
112 initialDelaySeconds: 120
114 # necessary to disable liveness probe when setting breakpoints
115 # in debugger so K8s doesn't restart unresponsive container
119 initialDelaySeconds: 5
135 # Configure resource requests and limits
137 # Allow END users to do this, if they want. Detrimental to Test services