Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | # ================================================================================ |
Jack Lucas | c979732 | 2022-03-18 12:32:59 -0400 | [diff] [blame] | 3 | # Copyright (c) 2021-2022 J. F. Lucas. All rights reserved. |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 4 | # Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 5 | # ================================================================================ |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | # ============LICENSE_END========================================================= |
| 18 | |
| 19 | ################################################################# |
| 20 | # Global configuration defaults. |
| 21 | ################################################################# |
| 22 | global: |
| 23 | nodePortPrefix: 302 |
| 24 | nodePortPrefixExt: 304 |
Maciej Wereski | 7000a7c | 2021-12-16 12:24:06 +0100 | [diff] [blame] | 25 | centralizedLoggingEnabled: true |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 26 | |
| 27 | ################################################################# |
| 28 | # Filebeat configuration defaults. |
| 29 | ################################################################# |
| 30 | filebeatConfig: |
| 31 | logstashServiceName: log-ls |
| 32 | logstashPort: 5044 |
| 33 | |
| 34 | ################################################################# |
| 35 | # initContainer images. |
| 36 | ################################################################# |
| 37 | tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 38 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 39 | ################################################################# |
| 40 | # Application configuration defaults. |
| 41 | ################################################################# |
| 42 | # application image |
Vijay Venkatesh Kumar | 0e73b02 | 2022-09-13 12:37:13 -0400 | [diff] [blame] | 43 | image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.4 |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 44 | pullPolicy: Always |
| 45 | |
| 46 | # log directory where logging sidecar should look for log files |
Maciej Wereski | 7000a7c | 2021-12-16 12:24:06 +0100 | [diff] [blame] | 47 | # if path is set to null sidecar won't be deployed in spite of |
| 48 | # global.centralizedLoggingEnabled setting. |
| 49 | log: |
| 50 | path: /opt/logs/dcae-analytics-tca |
| 51 | logConfigMapNamePrefix: '{{ include "common.fullname" . }}' |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 52 | |
| 53 | # directory where TLS certs should be stored |
| 54 | # if absent, no certs will be retrieved and stored |
| 55 | certDirectory: /etc/tca-gen2/ssl |
| 56 | |
| 57 | # TLS role -- set to true if microservice acts as server |
| 58 | # If true, an init container will retrieve a server cert |
| 59 | # and key from AAF and mount them in certDirectory. |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 60 | tlsServer: false |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 61 | |
| 62 | secrets: |
| 63 | - uid: &aaiCredsUID aaicreds |
| 64 | type: basicAuth |
| 65 | login: '{{ .Values.aaiCreds.user }}' |
| 66 | password: '{{ .Values.aaiCreds.password }}' |
| 67 | passwordPolicy: required |
| 68 | |
| 69 | # dependencies |
| 70 | readinessCheck: |
| 71 | wait_for: |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 72 | - message-router |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 73 | |
| 74 | # probe configuration |
| 75 | readiness: |
| 76 | initialDelaySeconds: 10 |
| 77 | periodSeconds: 30 |
| 78 | path: /actuator/health |
| 79 | scheme: HTTP |
| 80 | port: 9091 |
| 81 | |
| 82 | # service configuration |
| 83 | service: |
| 84 | type: ClusterIP |
| 85 | name: dcae-tcagen2 |
| 86 | ports: |
| 87 | - port: 9091 |
| 88 | name: http |
| 89 | |
Jack Lucas | ec09fd5 | 2021-11-01 16:54:12 -0400 | [diff] [blame] | 90 | # mongoDB overrides |
| 91 | mongo: |
| 92 | nameOverride: dcae-mongo |
| 93 | config: |
| 94 | dbName: dcaecommondb |
| 95 | service: |
| 96 | name: dcae-mongohost |
| 97 | internalPort: 27017 |
| 98 | nfsprovisionerPrefix: dcaemongo |
| 99 | sdnctlPrefix: tcagen2 |
| 100 | persistence: |
| 101 | mountSubPath: dcae/mongo/data |
| 102 | enabled: true |
| 103 | disableNfsProvisioner: true |
| 104 | |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 105 | # Policy configuraiton properties |
Vijay Venkatesh Kumar | 8c46517 | 2021-06-03 16:51:33 -0400 | [diff] [blame] | 106 | # if enabled, policy-sync side car will be deployed |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 107 | #dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1 |
| 108 | #policies: |
| 109 | # duration: 300 |
Vijay Venkatesh Kumar | 6259f50 | 2021-07-26 16:53:11 -0400 | [diff] [blame] | 110 | # policyRelease: "onap" |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 111 | # policyID: | |
Vijay Venkatesh Kumar | 6259f50 | 2021-07-26 16:53:11 -0400 | [diff] [blame] | 112 | # '["onap.vfirewall.tca","onap.vdns.tca"]' |
Vijay Venkatesh Kumar | 8eeeecd | 2021-09-13 17:02:05 -0400 | [diff] [blame] | 113 | |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 114 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 115 | aaiCreds: |
| 116 | user: DCAE |
| 117 | password: DCAE |
| 118 | |
| 119 | credentials: |
| 120 | - name: AAI_USERNAME |
| 121 | uid: *aaiCredsUID |
| 122 | key: login |
| 123 | - name: AAI_PASSWORD |
| 124 | uid: *aaiCredsUID |
| 125 | key: password |
| 126 | |
| 127 | # initial application configuration |
| 128 | applicationConfig: |
| 129 | service_calls: [] |
| 130 | streams_publishes: |
| 131 | tca_handle_out: |
| 132 | dmaap_info: |
| 133 | topic_url: http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT |
| 134 | type: message_router |
| 135 | streams_subscribes: |
| 136 | tca_handle_in: |
| 137 | dmaap_info: |
| 138 | topic_url: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT |
| 139 | type: message_router |
| 140 | spring.data.mongodb.uri: mongodb://dcae-mongohost/dcae-tcagen2 |
| 141 | streams_subscribes.tca_handle_in.consumer_group: cg1 |
| 142 | streams_subscribes.tca_handle_in.consumer_ids[0]: c0 |
| 143 | streams_subscribes.tca_handle_in.consumer_ids[1]: c1 |
| 144 | streams_subscribes.tca_handle_in.message_limit: 50000 |
| 145 | streams_subscribes.tca_handle_in.polling.auto_adjusting.max: 60000 |
| 146 | streams_subscribes.tca_handle_in.polling.auto_adjusting.min: 30000 |
| 147 | streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down: 30000 |
| 148 | streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up: 10000 |
| 149 | streams_subscribes.tca_handle_in.polling.fixed_rate: 0 |
| 150 | streams_subscribes.tca_handle_in.timeout: -1 |
| 151 | tca.aai.enable_enrichment: true |
| 152 | tca.aai.generic_vnf_path: aai/v11/network/generic-vnfs/generic-vnf |
| 153 | tca.aai.node_query_path: aai/v11/search/nodes-query |
| 154 | tca.aai.password: ${AAI_PASSWORD} |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 155 | tca.aai.url: http://aai-internal:80 |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 156 | tca.aai.username: ${AAI_USERNAME} |
Vijay Venkatesh Kumar | 0e73b02 | 2022-09-13 12:37:13 -0400 | [diff] [blame] | 157 | tca.policy: "[{\"domain\":\"measurementsForVfScaling\",\"violatedMetricsPerEventName\":[{\"eventName\":\"Mfvs_eNodeB_RANKPI\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"resource=vFirewall;type=configuration\",\"policyName\":\"configuration.dcae.microservice.tca.xml\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"CL-FRWL-LOW-TRAFFIC-SIG-d925ed73-8231-4d02-9545-db4e101f88f8\",\"closedLoopEventStatus\":\"ONSET\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated\",\"thresholdValue\":4000,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\"},{\"closedLoopControlName\":\"CL-FRWL-HIGH-TRAFFIC-SIG-EA36FE84-9342-5E13-A656-EC5F21309A09\",\"closedLoopEventStatus\":\"ONSET\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated\",\"thresholdValue\":20000,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"resource=vLoadBalancer;type=configuration\",\"policyName\":\"configuration.dcae.microservice.tca.xml\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"CL-LBAL-LOW-TRAFFIC-SIG-FB480F95-A453-6F24-B767-FD703241AB1A\",\"closedLoopEventStatus\":\"ONSET\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated\",\"thresholdValue\":500,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\"},{\"closedLoopControlName\":\"CL-LBAL-LOW-TRAFFIC-SIG-0C5920A6-B564-8035-C878-0E814352BC2B\",\"closedLoopEventStatus\":\"ONSET\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated\",\"thresholdValue\":5000,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\"}]}]},{\"domain\":\"measurement\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementFields.nicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementFields.nicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementFields.nicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}]" |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 158 | tca.processing_batch_size: 10000 |
| 159 | tca.enable_abatement: true |
| 160 | tca.enable_ecomp_logging: true |
| 161 | |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 162 | applicationEnv: |
| 163 | #Temporary Dummy CBS Port Value until internal SDK library is updated |
| 164 | CONFIG_BINDING_SERVICE_SERVICE_PORT: '0000' |
| 165 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 166 | # Resource Limit flavor -By Default using small |
| 167 | flavor: small |
| 168 | # Segregation for Different environment (Small and Large) |
| 169 | resources: |
| 170 | small: |
| 171 | limits: |
| 172 | cpu: 2 |
| 173 | memory: 2Gi |
| 174 | requests: |
| 175 | cpu: 1 |
| 176 | memory: 1Gi |
| 177 | large: |
| 178 | limits: |
| 179 | cpu: 4 |
| 180 | memory: 4Gi |
| 181 | requests: |
| 182 | cpu: 2 |
| 183 | memory: 2Gi |
| 184 | unlimited: {} |
farida azmy | cb03ac7 | 2021-09-12 16:14:12 +0200 | [diff] [blame] | 185 | |
| 186 | #Pods Service Account |
| 187 | serviceAccount: |
| 188 | nameOverride: dcae-tcagen2 |
| 189 | roles: |
| 190 | - read |