vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 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 | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 16 | # Default values for aai. |
| 17 | # This is a YAML-formatted file. |
| 18 | # Declare variables to be passed into your templates. |
| 19 | global: # global defaults |
| 20 | nodePortPrefix: 302 |
| 21 | repository: nexus3.onap.org:10001 |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 22 | dockerhubRepository: docker.io |
| 23 | busyboxImage: busybox |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 24 | |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 25 | readinessRepository: oomk8s |
BorislavG | 3d6f937 | 2018-04-15 11:55:39 +0000 | [diff] [blame] | 26 | readinessImage: readiness-check:2.0.0 |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 27 | |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 28 | loggingRepository: docker.elastic.co |
| 29 | loggingImage: beats/filebeat:5.5.0 |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 30 | |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 31 | restartPolicy: Always |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 32 | |
Ravi Geda | c6b5e85 | 2018-09-30 21:14:41 +0100 | [diff] [blame] | 33 | installSidecarSecurity: false |
Kajur, Harish (vk250x) | 829a7b3 | 2018-11-07 12:51:35 -0500 | [diff] [blame] | 34 | aafEnabled: true |
Ravi Geda | c6b5e85 | 2018-09-30 21:14:41 +0100 | [diff] [blame] | 35 | |
| 36 | fproxy: |
| 37 | name: forward-proxy |
| 38 | activeSpringProfiles: noHostVerification,cadi |
| 39 | image: onap/fproxy:2.1-STAGING-latest |
| 40 | port: 10680 |
| 41 | |
| 42 | rproxy: |
| 43 | name: reverse-proxy |
| 44 | activeSpringProfiles: noHostVerification,cadi |
| 45 | image: onap/rproxy:2.1-STAGING-latest |
| 46 | port: 10692 |
| 47 | |
| 48 | tproxyConfig: |
| 49 | name: init-tproxy-config |
| 50 | image: onap/tproxy-config:2.1-STAGING-latest |
| 51 | |
| 52 | # AAF server details. Only needed if the AAF DNS does not resolve from the pod |
| 53 | aaf: |
| 54 | serverIp: 10.12.6.214 |
| 55 | serverHostname: aaf.osaaf.org |
| 56 | serverPort: 30247 |
| 57 | |
vagrant | 1a3a355 | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 58 | cassandra: |
Keren Joseph | 5689d5f | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 59 | serviceName: aai-cassandra |
vagrant | 1a3a355 | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 60 | replicas: 3 |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 61 | |
Keren Joseph | 5689d5f | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 62 | aai: |
BorislavG | 2d4426e | 2018-05-22 11:31:39 +0000 | [diff] [blame] | 63 | serviceName: aai |
Keren Joseph | 5689d5f | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 64 | babel: |
| 65 | serviceName: aai-babel |
| 66 | champ: |
| 67 | serviceName: aai-champ |
| 68 | aaiElasticsearch: |
| 69 | serviceName: aai-elasticsearch |
Keren Joseph | 5689d5f | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 70 | resources: |
| 71 | serviceName: aai-resources |
| 72 | sparkyBe: |
| 73 | serviceName: aai-sparky-be |
| 74 | dataRouter: |
| 75 | serviceName: aai-data-router |
| 76 | gizmo: |
| 77 | serviceName: aai-gizmo |
| 78 | modelloader: |
| 79 | serviceName: aai-modelloader |
| 80 | searchData: |
| 81 | serviceName: aai-search-data |
| 82 | traversal: |
| 83 | serviceName: aai-traversal |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 84 | graphadmin: |
| 85 | serviceName: aai-graphadmin |
Michael Arrastia | f0b74b1 | 2018-08-21 13:36:27 +0100 | [diff] [blame] | 86 | spike: |
| 87 | serviceName: aai-spike |
Keren Joseph | 5689d5f | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 88 | |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 89 | initContainers: |
| 90 | enabled: true |
| 91 | # Specifies a list of jobs to be run |
| 92 | jobs: |
| 93 | # When enabled, it will create the schema based on oxm and edge rules |
| 94 | createSchema: |
| 95 | enabled: true |
| 96 | # When enabled, it will create the widget models via REST API to haproxy |
| 97 | updateQueryData: |
| 98 | enabled: true |
| 99 | |
| 100 | # Common configuration for resources traversal and graphadmin |
| 101 | config: |
| 102 | # User information for the admin user in container |
| 103 | userId: 1000 |
| 104 | groupId: 1000 |
| 105 | |
| 106 | # Specifies that the cluster connected to a dynamic |
| 107 | # cluster being spinned up by kubernetes deployment |
| 108 | cluster: |
| 109 | cassandra: |
| 110 | dynamic: true |
| 111 | |
| 112 | # If cluster.cassandra.dynamic is set to false |
| 113 | # Then the following configuration should be uncommented |
| 114 | # This is if you are planning to connect to a existing |
| 115 | # Cassandra cluster instead of doing the deployment |
| 116 | #storage: |
| 117 | # backend: cassandra |
| 118 | # hostname: somehost1,somehost2,somehost3 |
| 119 | # connectionTimeout: 100000 |
| 120 | # cacheSize: 1000000 |
| 121 | # clusterName: someClusterName |
| 122 | # localDataCenter: someDataCenter |
| 123 | # keyConsistent: true |
| 124 | # # If backend is cql or cassandra it should be keyspace name |
| 125 | # # else backend is hbase it should be hbase table name |
| 126 | # name: your_hbase_table_or_keyspace_name |
| 127 | |
| 128 | # # CQL driver specific properties for janusgraph |
| 129 | # cql: |
| 130 | # # Name of the Cassandra Cluster |
| 131 | # cluster: someclustername |
| 132 | # readConsistency: QUORUM |
| 133 | # writeConsistency: QUORUM |
| 134 | # replicationFactor: 3 |
| 135 | # localConsistencyForSysOps: true |
| 136 | |
| 137 | # # Cassandra driver specific properties for janusgraph |
| 138 | # cassandra: |
| 139 | # # Name of the Cassandra Cluster |
| 140 | # cluster: someclustername |
| 141 | # readConsistency: LOCAL_QUORUM |
| 142 | # writeConsistency: LOCAL_QUORUM |
| 143 | # replicationFactor: 3 |
| 144 | |
| 145 | # Specifies if the basic authorization is enabled |
| 146 | basic: |
| 147 | auth: |
| 148 | enabled: true |
| 149 | username: AAI |
| 150 | passwd: AAI |
| 151 | |
| 152 | # Active spring profiles for the resources microservice |
| 153 | profiles: |
Kajur, Harish (vk250x) | b6b6adc | 2018-10-25 18:08:18 -0400 | [diff] [blame] | 154 | active: production,dmaap,aaf-auth |
Kajur, Harish (vk250x) | 00107b5 | 2018-09-06 14:44:40 -0400 | [diff] [blame] | 155 | |
| 156 | # Notification event specific properties |
| 157 | notification: |
| 158 | eventType: AAI-EVENT |
| 159 | domain: dev |
| 160 | |
| 161 | # Schema specific properties that include supported versions of api |
| 162 | schema: |
| 163 | source: |
| 164 | # Specifies which folder to take a look at |
| 165 | name: onap |
| 166 | uri: |
| 167 | # Base URI Path of the application |
| 168 | base: |
| 169 | path: /aai |
| 170 | version: |
| 171 | # Current version of the REST API |
| 172 | api: |
| 173 | default: v14 |
| 174 | # Specifies which version the depth parameter is configurable |
| 175 | depth: v9 |
| 176 | # List of all the supported versions of the API |
| 177 | list: v8,v9,v10,v11,v12,v13,v14 |
| 178 | # Specifies from which version related link should appear |
| 179 | related: |
| 180 | link: v10 |
| 181 | # Specifies from which version the app root change happened |
| 182 | app: |
| 183 | root: v11 |
| 184 | # Specifies from which version the xml namespace changed |
| 185 | namespace: |
| 186 | change: v12 |
| 187 | # Specifies from which version the edge label appeared in API |
| 188 | edge: |
| 189 | label: v12 |
| 190 | |
| 191 | # Keystore configuration password and filename |
| 192 | keystore: |
| 193 | filename: aai_keystore |
| 194 | passwd: OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 |
| 195 | |
| 196 | # Truststore configuration password and filename |
| 197 | truststore: |
| 198 | filename: aai_keystore |
| 199 | passwd: OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 |
| 200 | |
| 201 | # Specifies a list of files to be included in auth volume |
| 202 | auth: |
| 203 | files: |
| 204 | - aai_keystore |
| 205 | |
| 206 | # Specifies which clients should always default to realtime graph connection |
| 207 | realtime: |
| 208 | clients: SDNC,MSO,SO,robot-ete |
| 209 | |
| 210 | # Logback debug enabled |
| 211 | logback: |
| 212 | console: |
| 213 | # If enabled, container will print all logback to standard output |
| 214 | # This will make debugging much easier but it should only be done |
| 215 | # when debugging the issue and changed back as it can affect performance |
| 216 | # since when this is enabled, it prints a lot of information to console |
| 217 | enabled: false |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 218 | |
| 219 | # application image |
| 220 | dockerhubRepository: registry.hub.docker.com |
Jimmy Forsyth | f461397 | 2018-06-08 14:30:27 -0400 | [diff] [blame] | 221 | image: aaionap/haproxy:1.2.4 |
kerenj | fdc1762 | 2017-08-24 11:32:22 +0000 | [diff] [blame] | 222 | pullPolicy: Always |
Alexis de Talhouët | df4db0b | 2017-12-11 08:36:25 -0500 | [diff] [blame] | 223 | |
rajeshkalai | 0e89201 | 2018-09-18 16:55:39 -0400 | [diff] [blame] | 224 | flavor: small |
| 225 | |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 226 | # flag to enable debugging - application support required |
| 227 | debugEnabled: false |
Jerome Doucerain | 7c0f04b | 2018-03-17 14:18:41 -0400 | [diff] [blame] | 228 | |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 229 | # application configuration |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 230 | config: |
| 231 | logstashServiceName: log-ls |
| 232 | logstashPort: 5044 |
| 233 | |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 234 | # default number of instances |
| 235 | replicaCount: 1 |
| 236 | |
| 237 | nodeSelector: {} |
| 238 | |
| 239 | affinity: {} |
| 240 | |
| 241 | # probe configuration parameters |
| 242 | liveness: |
| 243 | initialDelaySeconds: 10 |
| 244 | periodSeconds: 10 |
| 245 | # necessary to disable liveness probe when setting breakpoints |
| 246 | # in debugger so K8s doesn't restart unresponsive container |
| 247 | enabled: true |
| 248 | |
| 249 | readiness: |
| 250 | initialDelaySeconds: 10 |
| 251 | periodSeconds: 10 |
| 252 | |
| 253 | service: |
| 254 | type: NodePort |
BorislavG | 2d4426e | 2018-05-22 11:31:39 +0000 | [diff] [blame] | 255 | portName: aai |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 256 | externalPort: 8080 |
| 257 | internalPort: 8080 |
| 258 | nodePort: 32 |
BorislavG | 2d4426e | 2018-05-22 11:31:39 +0000 | [diff] [blame] | 259 | portName2: aai-ssl |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 260 | externalPort2: 8443 |
| 261 | internalPort2: 8443 |
| 262 | nodePort2: 33 |
BorislavG | 2d4426e | 2018-05-22 11:31:39 +0000 | [diff] [blame] | 263 | # POLICY hotfix - Note this must be temporary |
| 264 | # See https://jira.onap.org/browse/POLICY-510 |
| 265 | aaiServiceClusterIp: |
kj | 9bf2731 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 266 | |
| 267 | ingress: |
| 268 | enabled: false |
| 269 | |
rajeshkalai | 0e89201 | 2018-09-18 16:55:39 -0400 | [diff] [blame] | 270 | resources: |
| 271 | small: |
| 272 | limits: |
| 273 | cpu: 2 |
| 274 | memory: 4Gi |
| 275 | requests: |
Mandeep Khinda | 3c13425 | 2018-09-19 23:56:37 +0000 | [diff] [blame] | 276 | cpu: 1 |
| 277 | memory: 1Gi |
rajeshkalai | 0e89201 | 2018-09-18 16:55:39 -0400 | [diff] [blame] | 278 | large: |
| 279 | limits: |
| 280 | cpu: 4 |
| 281 | memory: 8Gi |
| 282 | requests: |
Mandeep Khinda | 3c13425 | 2018-09-19 23:56:37 +0000 | [diff] [blame] | 283 | cpu: 2 |
| 284 | memory: 2Gi |
Ravi Geda | c6b5e85 | 2018-09-30 21:14:41 +0100 | [diff] [blame] | 285 | unlimited: {} |