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