blob: 40a7c13dcac2344ab2f8ac81722339d94737bfcb [file] [log] [blame]
Jack Lucasd41dbdb2021-02-16 11:07:28 -05001#============LICENSE_START========================================================
2# ================================================================================
Jack Lucas64da4e72023-03-03 14:46:05 -05003# Copyright (c) 2021-2023 J. F. Lucas. All rights reserved.
vv770de8c5c682021-04-15 12:21:36 -04004# Copyright (c) 2021 AT&T Intellectual Property. All rights reserved.
Jack Lucasd41dbdb2021-02-16 11:07:28 -05005# ================================================================================
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#################################################################
22global:
23 nodePortPrefix: 302
24 nodePortPrefixExt: 304
Maciej Wereski7000a7c2021-12-16 12:24:06 +010025 centralizedLoggingEnabled: true
Jack Lucasd41dbdb2021-02-16 11:07:28 -050026
27#################################################################
28# Filebeat configuration defaults.
29#################################################################
30filebeatConfig:
31 logstashServiceName: log-ls
32 logstashPort: 5044
33
34#################################################################
Jack Lucasd41dbdb2021-02-16 11:07:28 -050035# Application configuration defaults.
36#################################################################
37# application image
Vijay Venkatesh Kumar0e73b022022-09-13 12:37:13 -040038image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.4
Jack Lucasd41dbdb2021-02-16 11:07:28 -050039pullPolicy: Always
40
41# log directory where logging sidecar should look for log files
Maciej Wereski7000a7c2021-12-16 12:24:06 +010042# if path is set to null sidecar won't be deployed in spite of
43# global.centralizedLoggingEnabled setting.
44log:
45 path: /opt/logs/dcae-analytics-tca
46logConfigMapNamePrefix: '{{ include "common.fullname" . }}'
Jack Lucasd41dbdb2021-02-16 11:07:28 -050047
Jack Lucasd41dbdb2021-02-16 11:07:28 -050048secrets:
49 - uid: &aaiCredsUID aaicreds
50 type: basicAuth
51 login: '{{ .Values.aaiCreds.user }}'
52 password: '{{ .Values.aaiCreds.password }}'
53 passwordPolicy: required
54
55# dependencies
56readinessCheck:
57 wait_for:
rope2525a7fbee2022-07-25 20:00:36 +010058 - message-router
Jack Lucasd41dbdb2021-02-16 11:07:28 -050059
60# probe configuration
61readiness:
62 initialDelaySeconds: 10
63 periodSeconds: 30
64 path: /actuator/health
65 scheme: HTTP
66 port: 9091
67
68# service configuration
69service:
70 type: ClusterIP
71 name: dcae-tcagen2
72 ports:
73 - port: 9091
74 name: http
75
Jack Lucasec09fd52021-11-01 16:54:12 -040076# mongoDB overrides
77mongo:
78 nameOverride: dcae-mongo
79 config:
80 dbName: dcaecommondb
81 service:
82 name: dcae-mongohost
83 internalPort: 27017
84 nfsprovisionerPrefix: dcaemongo
85 sdnctlPrefix: tcagen2
86 persistence:
87 mountSubPath: dcae/mongo/data
88 enabled: true
89 disableNfsProvisioner: true
90
vv770de8c5c682021-04-15 12:21:36 -040091# Policy configuraiton properties
Vijay Venkatesh Kumar8c465172021-06-03 16:51:33 -040092# if enabled, policy-sync side car will be deployed
vv770de8c5c682021-04-15 12:21:36 -040093#dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
94#policies:
95# duration: 300
Vijay Venkatesh Kumar6259f502021-07-26 16:53:11 -040096# policyRelease: "onap"
vv770de8c5c682021-04-15 12:21:36 -040097# policyID: |
Vijay Venkatesh Kumar6259f502021-07-26 16:53:11 -040098# '["onap.vfirewall.tca","onap.vdns.tca"]'
Vijay Venkatesh Kumar8eeeecd2021-09-13 17:02:05 -040099
vv770de8c5c682021-04-15 12:21:36 -0400100
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500101aaiCreds:
102 user: DCAE
103 password: DCAE
104
105credentials:
106- name: AAI_USERNAME
107 uid: *aaiCredsUID
108 key: login
109- name: AAI_PASSWORD
110 uid: *aaiCredsUID
111 key: password
112
113# initial application configuration
114applicationConfig:
115 service_calls: []
116 streams_publishes:
117 tca_handle_out:
118 dmaap_info:
119 topic_url: http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT
120 type: message_router
121 streams_subscribes:
122 tca_handle_in:
123 dmaap_info:
124 topic_url: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT
125 type: message_router
126 spring.data.mongodb.uri: mongodb://dcae-mongohost/dcae-tcagen2
127 streams_subscribes.tca_handle_in.consumer_group: cg1
128 streams_subscribes.tca_handle_in.consumer_ids[0]: c0
129 streams_subscribes.tca_handle_in.consumer_ids[1]: c1
130 streams_subscribes.tca_handle_in.message_limit: 50000
131 streams_subscribes.tca_handle_in.polling.auto_adjusting.max: 60000
132 streams_subscribes.tca_handle_in.polling.auto_adjusting.min: 30000
133 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down: 30000
134 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up: 10000
135 streams_subscribes.tca_handle_in.polling.fixed_rate: 0
136 streams_subscribes.tca_handle_in.timeout: -1
137 tca.aai.enable_enrichment: true
138 tca.aai.generic_vnf_path: aai/v11/network/generic-vnfs/generic-vnf
139 tca.aai.node_query_path: aai/v11/search/nodes-query
140 tca.aai.password: ${AAI_PASSWORD}
rope2525a7fbee2022-07-25 20:00:36 +0100141 tca.aai.url: http://aai-internal:80
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500142 tca.aai.username: ${AAI_USERNAME}
Vijay Venkatesh Kumar0e73b022022-09-13 12:37:13 -0400143 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 Lucasd41dbdb2021-02-16 11:07:28 -0500144 tca.processing_batch_size: 10000
145 tca.enable_abatement: true
146 tca.enable_ecomp_logging: true
147
rope2525a7fbee2022-07-25 20:00:36 +0100148applicationEnv:
149 #Temporary Dummy CBS Port Value until internal SDK library is updated
150 CONFIG_BINDING_SERVICE_SERVICE_PORT: '0000'
151
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500152# Resource Limit flavor -By Default using small
153flavor: small
154# Segregation for Different environment (Small and Large)
155resources:
156 small:
157 limits:
158 cpu: 2
159 memory: 2Gi
160 requests:
161 cpu: 1
162 memory: 1Gi
163 large:
164 limits:
165 cpu: 4
166 memory: 4Gi
167 requests:
168 cpu: 2
169 memory: 2Gi
170 unlimited: {}
farida azmycb03ac72021-09-12 16:14:12 +0200171
172#Pods Service Account
173serviceAccount:
174 nameOverride: dcae-tcagen2
175 roles:
176 - read