Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | # ================================================================================ |
| 3 | # Copyright (c) 2021 J. F. Lucas. All rights reserved. |
Tomasz Wrobel | 0d893db | 2022-02-17 11:50:43 +0100 | [diff] [blame^] | 4 | # Copyright (c) 2021-2022 Nokia. All rights reserved. |
vv770d | 62d5378 | 2022-01-03 14:35:11 +0000 | [diff] [blame] | 5 | # Copyright (c) 2022 AT&T Intellectual Property. All rights reserved. |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 6 | # ================================================================================ |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | # you may not use this file except in compliance with the License. |
| 9 | # You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | # See the License for the specific language governing permissions and |
| 17 | # limitations under the License. |
| 18 | # ============LICENSE_END========================================================= |
| 19 | |
| 20 | ################################################################# |
| 21 | # Global configuration defaults. |
| 22 | ################################################################# |
| 23 | global: |
| 24 | nodePortPrefix: 302 |
| 25 | nodePortPrefixExt: 304 |
Maciej Wereski | 7000a7c | 2021-12-16 12:24:06 +0100 | [diff] [blame] | 26 | centralizedLoggingEnabled: true |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 27 | |
| 28 | ################################################################# |
| 29 | # Filebeat configuration defaults. |
| 30 | ################################################################# |
| 31 | filebeatConfig: |
| 32 | logstashServiceName: log-ls |
| 33 | logstashPort: 5044 |
| 34 | |
| 35 | ################################################################# |
| 36 | # initContainer images. |
| 37 | ################################################################# |
| 38 | tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 |
Jack Lucas | d263e69 | 2021-08-16 16:02:23 -0400 | [diff] [blame] | 39 | consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1 |
Tomasz Wrobel | 1c39a90 | 2022-01-12 10:49:51 +0100 | [diff] [blame] | 40 | certPostProcessorImage: onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.5.0 |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 41 | |
| 42 | ################################################################# |
| 43 | # Application configuration defaults. |
| 44 | ################################################################# |
| 45 | # application image |
Tomasz Wrobel | 0d893db | 2022-02-17 11:50:43 +0100 | [diff] [blame^] | 46 | image: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.11.0 |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 47 | pullPolicy: Always |
| 48 | |
| 49 | # log directory where logging sidecar should look for log files |
Maciej Wereski | 7000a7c | 2021-12-16 12:24:06 +0100 | [diff] [blame] | 50 | # if path is set to null sidecar won't be deployed in spite of |
| 51 | # global.centralizedLoggingEnabled setting. |
| 52 | log: |
| 53 | path: /opt/app/VESCollector/logs |
| 54 | logConfigMapNamePrefix: '{{ include "common.fullname" . }}' |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 55 | |
| 56 | # directory where TLS certs should be stored |
| 57 | # if absent, no certs will be retrieved and stored |
| 58 | certDirectory: /opt/app/dcae-certificate |
| 59 | |
| 60 | # TLS role -- set to true if microservice acts as server |
| 61 | # If true, an init container will retrieve a server cert |
| 62 | # and key from AAF and mount them in certDirectory. |
| 63 | tlsServer: true |
| 64 | |
Remigiusz Janeczek | 9b00b56 | 2021-04-26 14:37:57 +0200 | [diff] [blame] | 65 | # CMPv2 certificate |
Remigiusz Janeczek | 7b09503 | 2021-05-20 19:39:44 +0200 | [diff] [blame] | 66 | # It is used only when: |
| 67 | # - certDirectory is set |
| 68 | # - global cmpv2Enabled flag is set to true |
Remigiusz Janeczek | 7b09503 | 2021-05-20 19:39:44 +0200 | [diff] [blame] | 69 | # - flag useCmpv2Certificates is set to true |
Piotr Marcinkiewicz | 7062518 | 2021-04-29 17:02:37 +0200 | [diff] [blame] | 70 | # Disabled by default |
Remigiusz Janeczek | 7b09503 | 2021-05-20 19:39:44 +0200 | [diff] [blame] | 71 | useCmpv2Certificates: false |
Remigiusz Janeczek | 9b00b56 | 2021-04-26 14:37:57 +0200 | [diff] [blame] | 72 | certificates: |
| 73 | - mountPath: /opt/app/dcae-certificate/external |
| 74 | commonName: dcae-ves-collector |
| 75 | dnsNames: |
| 76 | - dcae-ves-collector |
| 77 | - ves-collector |
| 78 | - ves |
| 79 | keystore: |
| 80 | outputType: |
| 81 | - jks |
| 82 | passwordSecretRef: |
| 83 | name: ves-cmpv2-keystore-password |
| 84 | key: password |
| 85 | create: true |
| 86 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 87 | # dependencies |
| 88 | readinessCheck: |
| 89 | wait_for: |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 90 | - aaf-cm |
| 91 | |
| 92 | # probe configuration |
| 93 | initialDelaySeconds: 5 |
| 94 | periodSeconds: 15 |
| 95 | path: /healthcheck |
| 96 | scheme: HTTP |
| 97 | port: 8080 |
| 98 | |
| 99 | # service configuration |
| 100 | service: |
| 101 | type: NodePort |
| 102 | name: dcae-ves-collector |
| 103 | ports: |
| 104 | - name: http |
| 105 | port: 8443 |
| 106 | plain_port: 8080 |
| 107 | port_protocol: http |
| 108 | nodePort: 17 |
| 109 | useNodePortExt: true |
| 110 | |
Piotr Marcinkiewicz | 3a9b994 | 2021-08-31 08:56:43 +0200 | [diff] [blame] | 111 | # application environments |
| 112 | applicationEnv: |
| 113 | CBS_CLIENT_CONFIG_PATH: '/app-config-input/application_config.yaml' |
Vijay Venkatesh Kumar | 5e13811 | 2021-12-14 11:41:36 -0500 | [diff] [blame] | 114 | LOG4J_FORMAT_MSG_NO_LOOKUPS: 'true' |
Piotr Marcinkiewicz | 3a9b994 | 2021-08-31 08:56:43 +0200 | [diff] [blame] | 115 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 116 | # initial application configuration |
| 117 | applicationConfig: |
| 118 | collector.dmaap.streamid: fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurement=ves-measurement|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance |
| 119 | collector.inputQueue.maxPending: "8096" |
| 120 | collector.keystore.file.location: /opt/app/dcae-certificate/cert.jks |
| 121 | collector.keystore.passwordfile: /opt/app/dcae-certificate/jks.pass |
| 122 | collector.truststore.file.location: /opt/app/dcae-certificate/trust.jks |
| 123 | collector.truststore.passwordfile: /opt/app/dcae-certificate/trust.pass |
| 124 | collector.schema.checkflag: "1" |
Remigiusz Janeczek | e2bb52d | 2021-03-24 12:32:41 +0100 | [diff] [blame] | 125 | collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}" |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 126 | collector.externalSchema.checkflag: 1 |
| 127 | collector.externalSchema.schemasLocation: "./etc/externalRepo/" |
| 128 | collector.externalSchema.mappingFileLocation: "./etc/externalRepo/schema-map.json" |
| 129 | event.externalSchema.schemaRefPath: $.event.stndDefinedFields.schemaReference |
| 130 | event.externalSchema.stndDefinedDataPath: $.event.stndDefinedFields.data |
| 131 | collector.service.port: "8080" |
| 132 | collector.service.secure.port: "8443" |
| 133 | event.transform.flag: "0" |
| 134 | auth.method: "certBasicAuth" |
| 135 | header.authlist: "sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6|demouser,$2a$10$1cc.COcqV/d3iT2N7BjPG.S6ZKv2jpb9a5MV.o7lMih/GpjJRX.Ce" |
| 136 | services_calls: [] |
| 137 | streams_publishes: |
| 138 | ves-fault: |
| 139 | dmaap_info: |
| 140 | topic_url: |
| 141 | "http://message-router:3904/events/unauthenticated.SEC_FAULT_OUTPUT" |
| 142 | type: message_router |
| 143 | ves-measurement: |
| 144 | dmaap_info: |
| 145 | topic_url: |
| 146 | "http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT" |
| 147 | type: message_router |
| 148 | ves-notification: |
| 149 | dmaap_info: |
| 150 | topic_url: |
| 151 | "http://message-router:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT" |
| 152 | type: message_router |
| 153 | ves-pnfRegistration: |
| 154 | dmaap_info: |
| 155 | topic_url: |
| 156 | "http://message-router:3904/events/unauthenticated.VES_PNFREG_OUTPUT" |
| 157 | type: message_router |
| 158 | ves-heartbeat: |
| 159 | dmaap_info: |
| 160 | topic_url: |
| 161 | "http://message-router:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT" |
| 162 | type: message_router |
| 163 | ves-other: |
| 164 | dmaap_info: |
| 165 | topic_url: |
| 166 | "http://message-router:3904/events/unauthenticated.SEC_OTHER_OUTPUT" |
| 167 | type: message_router |
| 168 | ves-3gpp-fault-supervision: |
| 169 | dmaap_info: |
| 170 | topic_url: |
| 171 | "http://message-router:3904/events/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT" |
| 172 | type: message_router |
| 173 | ves-3gpp-provisioning: |
| 174 | dmaap_info: |
| 175 | topic_url: |
| 176 | "http://message-router:3904/events/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT" |
| 177 | type: message_router |
| 178 | ves-3gpp-heartbeat: |
| 179 | dmaap_info: |
| 180 | topic_url: |
| 181 | "http://message-router:3904/events/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT" |
| 182 | type: message_router |
| 183 | ves-3gpp-performance-assurance: |
| 184 | dmaap_info: |
| 185 | topic_url: |
| 186 | "http://message-router:3904/events/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT" |
| 187 | type: message_router |
| 188 | collector.dynamic.config.update.frequency: "5" |
| 189 | # Resource Limit flavor -By Default using small |
| 190 | flavor: small |
| 191 | # Segregation for Different environment (Small and Large) |
| 192 | resources: |
| 193 | small: |
| 194 | limits: |
| 195 | cpu: 2 |
| 196 | memory: 2Gi |
| 197 | requests: |
| 198 | cpu: 1 |
| 199 | memory: 1Gi |
| 200 | large: |
| 201 | limits: |
| 202 | cpu: 4 |
| 203 | memory: 4Gi |
| 204 | requests: |
| 205 | cpu: 2 |
| 206 | memory: 2Gi |
| 207 | unlimited: {} |
farida azmy | cb03ac7 | 2021-09-12 16:14:12 +0200 | [diff] [blame] | 208 | |
| 209 | #Pods Service Account |
| 210 | serviceAccount: |
| 211 | nameOverride: dcae-ves-collector |
| 212 | roles: |
| 213 | - read |