vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # |
| 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 |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 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. |
| 14 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 15 | ################################################################# |
| 16 | # Global configuration defaults. |
| 17 | ################################################################# |
| 18 | global: |
| 19 | nodePortPrefix: 302 |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 20 | readinessRepository: oomk8s |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 21 | readinessImage: readiness-check:2.0.2 |
Mike Elliott | b35b580 | 2018-05-08 14:22:13 -0400 | [diff] [blame] | 22 | ubuntuInitRepository: registry.hub.docker.com |
| 23 | ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |
Mandeep Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 24 | persistence: |
Mahendra Raghuwanshi | afb1e2a | 2018-05-03 12:15:03 +0000 | [diff] [blame] | 25 | enabled: true |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 26 | # Standard OOM |
| 27 | pullPolicy: "Always" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 28 | repository: "nexus3.onap.org:10001" |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 29 | |
| 30 | # Use Local |
| 31 | #pullPolicy: IfNotPresent |
| 32 | #repository: "nexus3.onap.org:10003" |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 33 | |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 34 | aaf: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 35 | readiness: false |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 36 | image: onap/aaf/aaf_core:2.1.15 |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 37 | aaf_env: "DEV" |
| 38 | public_fqdn: "aaf.osaaf.org" |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 39 | aaf_release: "El Alto" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 40 | # DUBLIN ONLY - for M4 compatibility with Casablanca |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 41 | # aaf_locator_name: "public.%NS.%N" |
| 42 | # aaf_locator_name_oom: "%NS.%N" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 43 | # EL ALTO and Beyond |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 44 | aaf_locator_name: "%NS.%N" |
| 45 | aaf_locator_name_oom: "%CNS.%NS.%N" |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 46 | cadi_latitude: "38.0" |
| 47 | cadi_longitude: "-72.0" |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 48 | cadi_x509_issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_7, OU=OSAAF, O=ONAP, C=US" |
| 49 | |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 50 | config: |
| 51 | image: onap/aaf/aaf_config:2.1.15 |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 52 | cass: |
| 53 | replicas: 1 |
Instrumental | 0c7bc94 | 2019-08-06 16:36:13 -0500 | [diff] [blame] | 54 | image: onap/aaf/aaf_cass:2.1.15 |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 55 | fqdn: "aaf-cass" |
| 56 | cluster_name: "osaaf" |
| 57 | heap_new_size: "512M" |
| 58 | max_heap_size: "1024M" |
| 59 | storage_port: 7000 |
| 60 | ssl_storage_port: 7001 |
| 61 | native_trans_port: 9042 |
| 62 | rpc_port: 9160 |
| 63 | dc: "dc1" |
| 64 | service: |
| 65 | replicas: 1 |
| 66 | fqdn: "aaf-service" |
| 67 | internal_port: 8100 |
| 68 | public_port: 31110 |
| 69 | locate: |
| 70 | replicas: 1 |
| 71 | fqdn: "aaf-locate" |
| 72 | internal_port: 8095 |
| 73 | public_port: 31111 |
| 74 | oauth: |
| 75 | replicas: 1 |
| 76 | fqdn: "aaf0oauth" |
| 77 | internal_port: 8140 |
| 78 | public_port: 31112 |
| 79 | gui: |
| 80 | replicas: 1 |
| 81 | fqdn: "aaf-gui" |
| 82 | internal_port: 8200 |
| 83 | public_port: 31113 |
| 84 | cm: |
| 85 | replicas: 1 |
| 86 | fqdn: "aaf-cm" |
| 87 | internal_port: 8150 |
| 88 | public_port: 31114 |
| 89 | fs: |
| 90 | replicas: 1 |
| 91 | fqdn: "aaf-fs" |
| 92 | internal_port: 8096 |
| 93 | public_port: 31115 |
| 94 | hello: |
| 95 | replicas: 0 |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 96 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 97 | ################################################################# |
| 98 | # Application configuration defaults. |
| 99 | ################################################################# |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 100 | |
dsingh.278 | 64a34bf | 2018-09-21 05:11:00 -0400 | [diff] [blame] | 101 | flavor: small |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 102 | # default number of instances |
| 103 | replicaCount: 1 |
| 104 | |
| 105 | nodeSelector: {} |
| 106 | |
| 107 | affinity: {} |
| 108 | |
| 109 | # probe configuration parameters |
| 110 | liveness: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 111 | initialDelaySeconds: 350 |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 112 | periodSeconds: 10 |
| 113 | # necessary to disable liveness probe when setting breakpoints |
| 114 | # in debugger so K8s doesn't restart unresponsive container |
| 115 | enabled: true |
| 116 | |
| 117 | readiness: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 118 | initialDelaySeconds: 150 |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 119 | periodSeconds: 10 |
| 120 | |
kj | 52dfb13 | 2018-03-27 15:50:39 +0300 | [diff] [blame] | 121 | ingress: |
| 122 | enabled: false |
| 123 | |
Mahendra Raghuwanshi | afb1e2a | 2018-05-03 12:15:03 +0000 | [diff] [blame] | 124 | ## Persist data to a persitent volume |
| 125 | persistence: |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 126 | enabled: true |
| 127 | config: |
| 128 | #existingClaim: |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 129 | volumeReclaimPolicy: Delete |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 130 | accessMode: ReadWriteMany |
| 131 | size: 2Gi |
Sylvain Desbureaux | 7a23575 | 2019-11-28 15:01:45 +0100 | [diff] [blame^] | 132 | mountPath: /dockerdata-nfs |
| 133 | mountSubPath: "config" |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 134 | logs: |
| 135 | #existingClaim: |
| 136 | volumeReclaimPolicy: Retain |
| 137 | accessMode: ReadWriteMany |
| 138 | size: 2Gi |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 139 | mountPath: "/mnt/data/aaf/logs" |
| 140 | status: |
| 141 | volumeReclaimPolicy: Delete |
| 142 | accessMode: ReadWriteMany |
| 143 | size: 2M |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 144 | mountPath: /dockerdata-nfs |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 145 | mountSubPath: "status" |
| 146 | cass: |
| 147 | #existingClaim: |
Mandeep Khinda | 6dcc80d | 2018-10-09 14:47:35 +0000 | [diff] [blame] | 148 | volumeReclaimPolicy: Retain |
| 149 | accessMode: ReadWriteOnce |
| 150 | size: 10Gi |
Instrumental | cc3a0bd | 2019-05-01 14:18:49 -0500 | [diff] [blame] | 151 | mountPath: /dockerdata-nfs |
| 152 | mountSubPath: "cass" |
Mahendra Raghuwanshi | afb1e2a | 2018-05-03 12:15:03 +0000 | [diff] [blame] | 153 | |
Instrumental | 378109d | 2018-10-16 20:40:41 -0500 | [diff] [blame] | 154 | resources: {} |