Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | # ================================================================================ |
Jack Lucas | 64da4e7 | 2023-03-03 14:46:05 -0500 | [diff] [blame] | 3 | # Copyright (c) 2021-2023 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. |
sushant53 | 65b1403 | 2023-04-13 11:42:59 +0530 | [diff] [blame^] | 5 | # Copyright (c) 2023 Deutsche Telekom AG. 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 | ################################################################# |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 36 | # Application configuration defaults. |
| 37 | ################################################################# |
| 38 | # application image |
sushant53 | 65b1403 | 2023-04-13 11:42:59 +0530 | [diff] [blame^] | 39 | image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.4.0 |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 40 | pullPolicy: Always |
| 41 | |
| 42 | # log directory where logging sidecar should look for log files |
Maciej Wereski | 7000a7c | 2021-12-16 12:24:06 +0100 | [diff] [blame] | 43 | # if path is set to null sidecar won't be deployed in spite of |
| 44 | # global.centralizedLoggingEnabled setting. |
| 45 | log: |
| 46 | path: /opt/logs/dcae-analytics-tca |
| 47 | logConfigMapNamePrefix: '{{ include "common.fullname" . }}' |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 48 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 49 | secrets: |
| 50 | - uid: &aaiCredsUID aaicreds |
| 51 | type: basicAuth |
| 52 | login: '{{ .Values.aaiCreds.user }}' |
| 53 | password: '{{ .Values.aaiCreds.password }}' |
| 54 | passwordPolicy: required |
| 55 | |
| 56 | # dependencies |
| 57 | readinessCheck: |
| 58 | wait_for: |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 59 | - message-router |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 60 | |
| 61 | # probe configuration |
| 62 | readiness: |
| 63 | initialDelaySeconds: 10 |
| 64 | periodSeconds: 30 |
| 65 | path: /actuator/health |
| 66 | scheme: HTTP |
| 67 | port: 9091 |
| 68 | |
| 69 | # service configuration |
| 70 | service: |
| 71 | type: ClusterIP |
| 72 | name: dcae-tcagen2 |
| 73 | ports: |
| 74 | - port: 9091 |
| 75 | name: http |
| 76 | |
Jack Lucas | ec09fd5 | 2021-11-01 16:54:12 -0400 | [diff] [blame] | 77 | # mongoDB overrides |
| 78 | mongo: |
| 79 | nameOverride: dcae-mongo |
| 80 | config: |
| 81 | dbName: dcaecommondb |
| 82 | service: |
| 83 | name: dcae-mongohost |
| 84 | internalPort: 27017 |
| 85 | nfsprovisionerPrefix: dcaemongo |
| 86 | sdnctlPrefix: tcagen2 |
| 87 | persistence: |
| 88 | mountSubPath: dcae/mongo/data |
| 89 | enabled: true |
| 90 | disableNfsProvisioner: true |
| 91 | |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 92 | # Policy configuraiton properties |
Vijay Venkatesh Kumar | 8c46517 | 2021-06-03 16:51:33 -0400 | [diff] [blame] | 93 | # if enabled, policy-sync side car will be deployed |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 94 | #dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1 |
| 95 | #policies: |
| 96 | # duration: 300 |
Vijay Venkatesh Kumar | 6259f50 | 2021-07-26 16:53:11 -0400 | [diff] [blame] | 97 | # policyRelease: "onap" |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 98 | # policyID: | |
Vijay Venkatesh Kumar | 6259f50 | 2021-07-26 16:53:11 -0400 | [diff] [blame] | 99 | # '["onap.vfirewall.tca","onap.vdns.tca"]' |
Vijay Venkatesh Kumar | 8eeeecd | 2021-09-13 17:02:05 -0400 | [diff] [blame] | 100 | |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 101 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 102 | aaiCreds: |
| 103 | user: DCAE |
| 104 | password: DCAE |
| 105 | |
| 106 | credentials: |
| 107 | - name: AAI_USERNAME |
| 108 | uid: *aaiCredsUID |
| 109 | key: login |
| 110 | - name: AAI_PASSWORD |
| 111 | uid: *aaiCredsUID |
| 112 | key: password |
| 113 | |
| 114 | # initial application configuration |
| 115 | applicationConfig: |
| 116 | service_calls: [] |
| 117 | streams_publishes: |
| 118 | tca_handle_out: |
| 119 | dmaap_info: |
| 120 | topic_url: http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT |
| 121 | type: message_router |
| 122 | streams_subscribes: |
| 123 | tca_handle_in: |
| 124 | dmaap_info: |
| 125 | topic_url: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT |
| 126 | type: message_router |
| 127 | spring.data.mongodb.uri: mongodb://dcae-mongohost/dcae-tcagen2 |
| 128 | streams_subscribes.tca_handle_in.consumer_group: cg1 |
| 129 | streams_subscribes.tca_handle_in.consumer_ids[0]: c0 |
| 130 | streams_subscribes.tca_handle_in.consumer_ids[1]: c1 |
| 131 | streams_subscribes.tca_handle_in.message_limit: 50000 |
| 132 | streams_subscribes.tca_handle_in.polling.auto_adjusting.max: 60000 |
| 133 | streams_subscribes.tca_handle_in.polling.auto_adjusting.min: 30000 |
| 134 | streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down: 30000 |
| 135 | streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up: 10000 |
| 136 | streams_subscribes.tca_handle_in.polling.fixed_rate: 0 |
| 137 | streams_subscribes.tca_handle_in.timeout: -1 |
| 138 | tca.aai.enable_enrichment: true |
| 139 | tca.aai.generic_vnf_path: aai/v11/network/generic-vnfs/generic-vnf |
| 140 | tca.aai.node_query_path: aai/v11/search/nodes-query |
| 141 | tca.aai.password: ${AAI_PASSWORD} |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 142 | tca.aai.url: http://aai-internal:80 |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 143 | tca.aai.username: ${AAI_USERNAME} |
Vijay Venkatesh Kumar | 0e73b02 | 2022-09-13 12:37:13 -0400 | [diff] [blame] | 144 | 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] | 145 | tca.processing_batch_size: 10000 |
| 146 | tca.enable_abatement: true |
| 147 | tca.enable_ecomp_logging: true |
| 148 | |
rope252 | 5a7fbee | 2022-07-25 20:00:36 +0100 | [diff] [blame] | 149 | applicationEnv: |
| 150 | #Temporary Dummy CBS Port Value until internal SDK library is updated |
| 151 | CONFIG_BINDING_SERVICE_SERVICE_PORT: '0000' |
| 152 | |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 153 | # Resource Limit flavor -By Default using small |
| 154 | flavor: small |
| 155 | # Segregation for Different environment (Small and Large) |
| 156 | resources: |
| 157 | small: |
| 158 | limits: |
| 159 | cpu: 2 |
| 160 | memory: 2Gi |
| 161 | requests: |
| 162 | cpu: 1 |
| 163 | memory: 1Gi |
| 164 | large: |
| 165 | limits: |
| 166 | cpu: 4 |
| 167 | memory: 4Gi |
| 168 | requests: |
| 169 | cpu: 2 |
| 170 | memory: 2Gi |
| 171 | unlimited: {} |
farida azmy | cb03ac7 | 2021-09-12 16:14:12 +0200 | [diff] [blame] | 172 | |
| 173 | #Pods Service Account |
| 174 | serviceAccount: |
| 175 | nameOverride: dcae-tcagen2 |
| 176 | roles: |
| 177 | - read |