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 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 15 | ################################################################# |
| 16 | # Global configuration defaults. |
| 17 | ################################################################# |
| 18 | global: |
| 19 | nodePortPrefix: 302 |
jmac | 0e4f717 | 2018-09-07 18:06:43 +0000 | [diff] [blame] | 20 | nodePortPrefixExt: 304 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 21 | repository: nexus3.onap.org:10001 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 22 | readinessRepository: oomk8s |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 23 | readinessImage: readiness-check:2.0.2 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 24 | loggingRepository: docker.elastic.co |
| 25 | loggingImage: beats/filebeat:5.5.0 |
| 26 | persistence: |
| 27 | mountPath: /dockerdata-nfs |
| 28 | |
| 29 | ################################################################# |
| 30 | # Application configuration defaults. |
| 31 | ################################################################# |
| 32 | # application images |
| 33 | repository: nexus3.onap.org:10001 |
| 34 | pullPolicy: Always |
Timoney, Dan (dt5972) | 103b69b | 2019-08-08 13:21:16 -0400 | [diff] [blame] | 35 | image: onap/sdnc-image:1.6.1 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 36 | |
Timoney, Dan (dt5972) | a3bc1a5 | 2019-06-26 16:16:52 -0400 | [diff] [blame] | 37 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 38 | # flag to enable debugging - application support required |
| 39 | debugEnabled: false |
| 40 | |
| 41 | # application configuration |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 42 | config: |
Timoney, Dan (dt5972) | ba4d2eb | 2019-05-07 13:32:42 -0400 | [diff] [blame] | 43 | odlUid: 100 |
| 44 | odlGid: 101 |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 45 | odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 46 | dbRootPassword: secretpassword |
Timoney, Dan (dt5972) | a3bc1a5 | 2019-06-26 16:16:52 -0400 | [diff] [blame] | 47 | dbSdnctlUser: sdnctl |
| 48 | dbSdnctlDatabase: sdnctl |
jmac | 70863e1 | 2018-05-16 14:53:03 +0000 | [diff] [blame] | 49 | dbSdnctlPassword: gamma |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 50 | enableClustering: true |
Timoney, Dan (dt5972) | a3bc1a5 | 2019-06-26 16:16:52 -0400 | [diff] [blame] | 51 | sdncHome: /opt/onap/sdnc |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 52 | binDir: /opt/onap/sdnc/bin |
Timoney, Dan (dt5972) | a3bc1a5 | 2019-06-26 16:16:52 -0400 | [diff] [blame] | 53 | etcDir: /opt/onap/sdnc/data |
Trevor Tait | 567ff1e | 2018-05-01 16:20:54 -0400 | [diff] [blame] | 54 | geoEnabled: false |
Neha Jain | 7b0d6c6 | 2018-05-17 14:34:49 -0400 | [diff] [blame] | 55 | # if geoEnabled is set to true here, mysql.geoEnabled must be set to true |
Trevor Tait | 567ff1e | 2018-05-01 16:20:54 -0400 | [diff] [blame] | 56 | # if geoEnabled is set to true the following 3 values must be set to their proper values |
| 57 | myODLCluster: 127.0.0.1 |
| 58 | peerODLCluster: 127.0.0.1 |
Mohammadreza Pasandideh | b642ee5 | 2018-06-19 15:19:53 -0400 | [diff] [blame] | 59 | isPrimaryCluster: true |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 60 | configDir: /opt/onap/sdnc/data/properties |
| 61 | dmaapTopic: SUCCESS |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 62 | dmaapPort: 3904 |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 63 | logstashServiceName: log-ls |
| 64 | logstashPort: 5044 |
jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 65 | ansibleServiceName: sdnc-ansible-server |
| 66 | ansiblePort: 8000 |
Timoney, Dan (dt5972) | 6819bc9 | 2019-02-12 13:30:49 -0500 | [diff] [blame] | 67 | javaHome: /usr/lib/jvm/java-1.8-openjdk |
jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 68 | |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 69 | #local Mariadb-galera cluster |
| 70 | localDBCluster: false |
| 71 | |
| 72 | #Shared mariadb-galera details |
| 73 | mariadbGalera: |
| 74 | chartName: mariadb-galera |
| 75 | serviceName: mariadb-galera |
| 76 | internalPort: 3306 |
| 77 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 78 | # dependency / sub-chart configuration |
Sylvain Desbureaux | 7acab56 | 2019-03-01 09:26:13 +0100 | [diff] [blame] | 79 | cds: |
| 80 | enabled: true |
| 81 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 82 | dmaap-listener: |
| 83 | nameOverride: sdnc-dmaap-listener |
| 84 | config: |
| 85 | sdncChartName: sdnc |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 86 | mysqlChartName: mariadb-galera |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 87 | dmaapPort: 3904 |
| 88 | sdncPort: 8282 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 89 | configDir: /opt/onap/sdnc/data/properties |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 90 | odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 91 | |
| 92 | ueb-listener: |
| 93 | nameOverride: sdnc-ueb-listener |
| 94 | config: |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 95 | sdncPort: 8282 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 96 | sdncChartName: sdnc |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 97 | mysqlChartName: mariadb-galera |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 98 | configDir: /opt/onap/sdnc/data/properties |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 99 | odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 100 | |
| 101 | sdnc-portal: |
| 102 | config: |
| 103 | sdncChartName: sdnc |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 104 | mysqlChartName: mariadb-galera |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 105 | configDir: /opt/onap/sdnc/data/properties |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 106 | dbRootPassword: secretpassword |
jmac | 70863e1 | 2018-05-16 14:53:03 +0000 | [diff] [blame] | 107 | dbSdnctlPassword: gamma |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 108 | odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 109 | |
jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 110 | sdnc-ansible-server: |
| 111 | service: |
| 112 | name: sdnc-ansible-server |
| 113 | internalPort: 8000 |
| 114 | config: |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 115 | mysqlServiceName: mariadb-galera |
jmac | 7c43467 | 2018-05-11 20:14:17 +0000 | [diff] [blame] | 116 | |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 117 | mariadb-galera: |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 118 | nameOverride: sdnc-db |
| 119 | service: |
| 120 | name: sdnc-dbhost |
jmac | bc92d13 | 2018-04-07 03:46:12 +0000 | [diff] [blame] | 121 | internalPort: 3306 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 122 | sdnctlPrefix: sdnc |
| 123 | persistence: |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 124 | mountSubPath: sdnc/mariadb-galera |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 125 | enabled: true |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 126 | replicaCount: 1 |
| 127 | |
| 128 | dgbuilder: |
| 129 | nameOverride: sdnc-dgbuilder |
| 130 | config: |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 131 | dbPodName: mariadb-galera |
| 132 | dbServiceName: mariadb-galera |
| 133 | dbRootPassword: secretpassword |
jmac | 70863e1 | 2018-05-16 14:53:03 +0000 | [diff] [blame] | 134 | dbSdnctlPassword: gamma |
| 135 | dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 136 | service: |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 137 | name: sdnc-dgbuilder |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 138 | nodePort: "03" |
| 139 | |
| 140 | # default number of instances |
| 141 | replicaCount: 1 |
| 142 | |
| 143 | nodeSelector: {} |
| 144 | |
| 145 | affinity: {} |
| 146 | |
| 147 | # probe configuration parameters |
| 148 | liveness: |
| 149 | initialDelaySeconds: 10 |
| 150 | periodSeconds: 10 |
| 151 | # necessary to disable liveness probe when setting breakpoints |
| 152 | # in debugger so K8s doesn't restart unresponsive container |
| 153 | enabled: true |
| 154 | |
| 155 | readiness: |
| 156 | initialDelaySeconds: 10 |
| 157 | periodSeconds: 10 |
| 158 | |
| 159 | service: |
| 160 | type: NodePort |
| 161 | name: sdnc |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 162 | portName: sdnc |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 163 | internalPort: 8181 |
| 164 | internalPort2: 8101 |
| 165 | internalPort3: 8080 |
Timoney, Dan (dt5972) | c6de269 | 2019-08-14 14:22:37 -0400 | [diff] [blame^] | 166 | internalPort4: 8443 |
Mohammadreza Pasandideh | b756fb7 | 2018-04-03 10:06:45 -0400 | [diff] [blame] | 167 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 168 | #port |
| 169 | externalPort: 8282 |
| 170 | nodePort: "02" |
| 171 | |
| 172 | externalPort2: 8202 |
| 173 | nodePort2: "08" |
| 174 | |
| 175 | externalPort3: 8280 |
| 176 | nodePort3: 46 |
| 177 | |
jmac | a68f4cb | 2018-05-10 22:44:19 +0000 | [diff] [blame] | 178 | externalPort4: 8443 |
| 179 | nodePort4: 67 |
| 180 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 181 | clusterPort: 2550 |
Mohammadreza Pasandideh | b756fb7 | 2018-04-03 10:06:45 -0400 | [diff] [blame] | 182 | clusterPort2: 2650 |
| 183 | clusterPort3: 2681 |
| 184 | |
| 185 | geoNodePort1: 61 |
| 186 | geoNodePort2: 62 |
| 187 | geoNodePort3: 63 |
| 188 | geoNodePort4: 64 |
| 189 | geoNodePort5: 65 |
| 190 | geoNodePort6: 66 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 191 | |
jmac | 8d6dc96 | 2018-04-26 14:26:55 +0000 | [diff] [blame] | 192 | ## Persist data to a persitent volume |
| 193 | persistence: |
| 194 | enabled: true |
| 195 | |
| 196 | ## A manually managed Persistent Volume and Claim |
| 197 | ## Requires persistence.enabled: true |
| 198 | ## If defined, PVC must be created manually before volume will be bound |
| 199 | # existingClaim: |
| 200 | volumeReclaimPolicy: Retain |
| 201 | |
| 202 | ## database data Persistent Volume Storage Class |
| 203 | ## If defined, storageClassName: <storageClass> |
| 204 | ## If set to "-", storageClassName: "", which disables dynamic provisioning |
| 205 | ## If undefined (the default) or set to null, no storageClassName spec is |
| 206 | ## set, choosing the default provisioner. (gp2 on AWS, standard on |
| 207 | ## GKE, AWS & OpenStack) |
| 208 | accessMode: ReadWriteOnce |
| 209 | size: 1Gi |
| 210 | mountPath: /dockerdata-nfs |
| 211 | mountSubPath: sdnc/mdsal |
| 212 | mdsalPath: /opt/opendaylight/current/daexim |
| 213 | |
Rahul Tyagi | 44cc1ac | 2019-03-02 06:15:35 +0000 | [diff] [blame] | 214 | certpersistence: |
| 215 | enabled: true |
| 216 | |
| 217 | ## A manually managed Persistent Volume and Claim |
| 218 | ## Requires persistence.enabled: true |
| 219 | ## If defined, PVC must be created manually before volume will be bound |
| 220 | # existingClaim: |
| 221 | |
| 222 | volumeReclaimPolicy: Retain |
| 223 | accessMode: ReadWriteOnce |
| 224 | size: 50Mi |
| 225 | mountPath: /dockerdata-nfs |
| 226 | mountSubPath: sdnc/certs |
| 227 | certPath: /opt/opendaylight/current/certs |
| 228 | ##storageClass: "manual" |
| 229 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 230 | ingress: |
| 231 | enabled: false |
| 232 | |
toshrajbhardwaj | 72b5f0f | 2018-09-13 02:45:22 +0000 | [diff] [blame] | 233 | #Resource Limit flavor -By Default using small |
| 234 | flavor: small |
| 235 | #segregation for different envionment (Small and Large) |
| 236 | |
| 237 | resources: |
Mandeep Khinda | de04571 | 2018-09-19 18:11:57 +0000 | [diff] [blame] | 238 | small: |
| 239 | limits: |
| 240 | cpu: 2 |
| 241 | memory: 4Gi |
| 242 | requests: |
Mandeep Khinda | 3c13425 | 2018-09-19 23:56:37 +0000 | [diff] [blame] | 243 | cpu: 1 |
| 244 | memory: 2Gi |
Mandeep Khinda | de04571 | 2018-09-19 18:11:57 +0000 | [diff] [blame] | 245 | large: |
| 246 | limits: |
| 247 | cpu: 4 |
| 248 | memory: 8Gi |
| 249 | requests: |
Mandeep Khinda | 3c13425 | 2018-09-19 23:56:37 +0000 | [diff] [blame] | 250 | cpu: 2 |
| 251 | memory: 4Gi |
Mandeep Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 252 | unlimited: {} |