vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
ChrisC | ec86a53 | 2020-03-19 15:53:31 -0500 | [diff] [blame] | 2 | # Modifications © 2020 AT&T |
Maciej Malewski | 955e39d | 2020-08-27 10:43:09 +0200 | [diff] [blame] | 3 | # Modifications Copyright © 2020 Nokia |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 4 | # |
| 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 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 17 | ################################################################# |
| 18 | # Global configuration defaults. |
| 19 | ################################################################# |
EmmettCox | bca68e0 | 2020-02-27 14:20:52 +0000 | [diff] [blame] | 20 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 21 | global: |
| 22 | nodePortPrefix: 302 |
ChrisC | ec86a53 | 2020-03-19 15:53:31 -0500 | [diff] [blame] | 23 | # Readiness image |
Sylvain Desbureaux | 1694e1d | 2020-08-21 09:58:25 +0200 | [diff] [blame] | 24 | readinessImage: onap/oom/readiness:3.0.1 |
ChrisC | ec86a53 | 2020-03-19 15:53:31 -0500 | [diff] [blame] | 25 | # Ubuntu Init image |
Mike Elliott | b35b580 | 2018-05-08 14:22:13 -0400 | [diff] [blame] | 26 | ubuntuInitRepository: registry.hub.docker.com |
| 27 | ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |
ChrisC | ec86a53 | 2020-03-19 15:53:31 -0500 | [diff] [blame] | 28 | # Logging image |
| 29 | loggingRepository: docker.elastic.co |
| 30 | loggingImage: beats/filebeat:5.5.0 |
| 31 | # BusyBox image |
| 32 | busyboxRepository: registry.hub.docker.com |
Sylvain Desbureaux | 8f9ef35 | 2020-04-14 15:02:57 +0200 | [diff] [blame] | 33 | busyboxImage: library/busybox:1.31 |
Mandeep Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 34 | persistence: |
Mahendra Raghuwanshi | afb1e2a | 2018-05-03 12:15:03 +0000 | [diff] [blame] | 35 | enabled: true |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 36 | # Standard OOM |
| 37 | pullPolicy: "Always" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 38 | repository: "nexus3.onap.org:10001" |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 39 | |
| 40 | # Use Local |
| 41 | #pullPolicy: IfNotPresent |
| 42 | #repository: "nexus3.onap.org:10003" |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 43 | |
EmmettCox | bca68e0 | 2020-02-27 14:20:52 +0000 | [diff] [blame] | 44 | cmpv2Enabled: true |
| 45 | addTestingComponents: false |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 46 | aaf: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 47 | readiness: false |
ChrisC | 73876b4 | 2020-05-27 15:45:34 +0200 | [diff] [blame] | 48 | image: onap/aaf/aaf_core:2.1.23 |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 49 | aaf_env: "DEV" |
| 50 | public_fqdn: "aaf.osaaf.org" |
ChrisC | 73876b4 | 2020-05-27 15:45:34 +0200 | [diff] [blame] | 51 | aaf_release: "Frankfurt" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 52 | # DUBLIN ONLY - for M4 compatibility with Casablanca |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 53 | # aaf_locator_name: "public.%NS.%N" |
| 54 | # aaf_locator_name_oom: "%NS.%N" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 55 | # EL ALTO and Beyond |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 56 | aaf_locator_name: "%NS.%N" |
| 57 | aaf_locator_name_oom: "%CNS.%NS.%N" |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 58 | cadi_latitude: "38.0" |
| 59 | cadi_longitude: "-72.0" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 60 | cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US" |
| 61 | |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 62 | config: |
ChrisC | 73876b4 | 2020-05-27 15:45:34 +0200 | [diff] [blame] | 63 | image: onap/aaf/aaf_config:2.1.23 |
Sylvain Desbureaux | 8f9ef35 | 2020-04-14 15:02:57 +0200 | [diff] [blame] | 64 | |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 65 | service: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 66 | fqdn: "aaf-service" |
| 67 | internal_port: 8100 |
| 68 | public_port: 31110 |
| 69 | locate: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 70 | fqdn: "aaf-locate" |
| 71 | internal_port: 8095 |
| 72 | public_port: 31111 |
| 73 | oauth: |
Sylvain Desbureaux | 8f9ef35 | 2020-04-14 15:02:57 +0200 | [diff] [blame] | 74 | fqdn: "aaf-oauth" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 75 | internal_port: 8140 |
| 76 | public_port: 31112 |
ChrisC | ec86a53 | 2020-03-19 15:53:31 -0500 | [diff] [blame] | 77 | # Note: as hello is a sample app, find values in charts/aaf-hello/values.yaml |
| 78 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 79 | ################################################################# |
| 80 | # Application configuration defaults. |
| 81 | ################################################################# |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 82 | |
dsingh.278 | 64a34bf | 2018-09-21 05:11:00 -0400 | [diff] [blame] | 83 | flavor: small |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 84 | # default number of instances |
| 85 | replicaCount: 1 |
| 86 | |
| 87 | nodeSelector: {} |
| 88 | |
| 89 | affinity: {} |
| 90 | |
| 91 | # probe configuration parameters |
| 92 | liveness: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 93 | initialDelaySeconds: 350 |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 94 | 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 | |
| 99 | readiness: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 100 | initialDelaySeconds: 150 |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 101 | periodSeconds: 10 |
| 102 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 103 | ingress: |
| 104 | enabled: false |
Lucjan Bryndza | 0564965 | 2020-04-29 08:52:33 +0000 | [diff] [blame] | 105 | service: |
| 106 | - baseaddr: "aaf.api" |
| 107 | name: "aaf-service" |
| 108 | port: 8100 |
| 109 | config: |
| 110 | ssl: "none" |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 111 | |
Sylvain Desbureaux | 8f9ef35 | 2020-04-14 15:02:57 +0200 | [diff] [blame] | 112 | persistence: {} |
ChrisC | ec86a53 | 2020-03-19 15:53:31 -0500 | [diff] [blame] | 113 | |
Instrumental | 378109d | 2018-10-16 20:40:41 -0500 | [diff] [blame] | 114 | resources: {} |