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