blob: cb03d89d250fbe7bf0786733d1d4c77fb4805c7a [file] [log] [blame]
Jack Lucasd41dbdb2021-02-16 11:07:28 -05001#============LICENSE_START========================================================
2# ================================================================================
3# Copyright (c) 2021 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#################################################################
35# initContainer images.
36#################################################################
37tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
Jack Lucasd263e692021-08-16 16:02:23 -040038consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1
Jack Lucasd41dbdb2021-02-16 11:07:28 -050039
vv770de8c5c682021-04-15 12:21:36 -040040
Jack Lucasd41dbdb2021-02-16 11:07:28 -050041#################################################################
42# Application configuration defaults.
43#################################################################
44# application image
Remigiusz Janeczeke661a7d2021-09-08 11:09:56 +020045image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.1
Jack Lucasd41dbdb2021-02-16 11:07:28 -050046pullPolicy: Always
47
48# log directory where logging sidecar should look for log files
Maciej Wereski7000a7c2021-12-16 12:24:06 +010049# if path is set to null sidecar won't be deployed in spite of
50# global.centralizedLoggingEnabled setting.
51log:
52 path: /opt/logs/dcae-analytics-tca
53logConfigMapNamePrefix: '{{ include "common.fullname" . }}'
Jack Lucasd41dbdb2021-02-16 11:07:28 -050054
55# directory where TLS certs should be stored
56# if absent, no certs will be retrieved and stored
57certDirectory: /etc/tca-gen2/ssl
58
59# TLS role -- set to true if microservice acts as server
60# If true, an init container will retrieve a server cert
61# and key from AAF and mount them in certDirectory.
62tlsServer: true
63
64secrets:
65 - uid: &aaiCredsUID aaicreds
66 type: basicAuth
67 login: '{{ .Values.aaiCreds.user }}'
68 password: '{{ .Values.aaiCreds.password }}'
69 passwordPolicy: required
70
71# dependencies
72readinessCheck:
73 wait_for:
Jack Lucasd41dbdb2021-02-16 11:07:28 -050074 - aaf-cm
75
76# probe configuration
77readiness:
78 initialDelaySeconds: 10
79 periodSeconds: 30
80 path: /actuator/health
81 scheme: HTTP
82 port: 9091
83
84# service configuration
85service:
86 type: ClusterIP
87 name: dcae-tcagen2
88 ports:
89 - port: 9091
90 name: http
91
Jack Lucasec09fd52021-11-01 16:54:12 -040092# mongoDB overrides
93mongo:
94 nameOverride: dcae-mongo
95 config:
96 dbName: dcaecommondb
97 service:
98 name: dcae-mongohost
99 internalPort: 27017
100 nfsprovisionerPrefix: dcaemongo
101 sdnctlPrefix: tcagen2
102 persistence:
103 mountSubPath: dcae/mongo/data
104 enabled: true
105 disableNfsProvisioner: true
106
vv770de8c5c682021-04-15 12:21:36 -0400107# Policy configuraiton properties
Vijay Venkatesh Kumar8c465172021-06-03 16:51:33 -0400108# if enabled, policy-sync side car will be deployed
vv770de8c5c682021-04-15 12:21:36 -0400109#dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
110#policies:
111# duration: 300
Vijay Venkatesh Kumar6259f502021-07-26 16:53:11 -0400112# policyRelease: "onap"
vv770de8c5c682021-04-15 12:21:36 -0400113# policyID: |
Vijay Venkatesh Kumar6259f502021-07-26 16:53:11 -0400114# '["onap.vfirewall.tca","onap.vdns.tca"]'
Vijay Venkatesh Kumar8eeeecd2021-09-13 17:02:05 -0400115
vv770de8c5c682021-04-15 12:21:36 -0400116
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500117aaiCreds:
118 user: DCAE
119 password: DCAE
120
121credentials:
122- name: AAI_USERNAME
123 uid: *aaiCredsUID
124 key: login
125- name: AAI_PASSWORD
126 uid: *aaiCredsUID
127 key: password
128
129# initial application configuration
130applicationConfig:
131 service_calls: []
132 streams_publishes:
133 tca_handle_out:
134 dmaap_info:
135 topic_url: http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT
136 type: message_router
137 streams_subscribes:
138 tca_handle_in:
139 dmaap_info:
140 topic_url: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT
141 type: message_router
142 spring.data.mongodb.uri: mongodb://dcae-mongohost/dcae-tcagen2
143 streams_subscribes.tca_handle_in.consumer_group: cg1
144 streams_subscribes.tca_handle_in.consumer_ids[0]: c0
145 streams_subscribes.tca_handle_in.consumer_ids[1]: c1
146 streams_subscribes.tca_handle_in.message_limit: 50000
147 streams_subscribes.tca_handle_in.polling.auto_adjusting.max: 60000
148 streams_subscribes.tca_handle_in.polling.auto_adjusting.min: 30000
149 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down: 30000
150 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up: 10000
151 streams_subscribes.tca_handle_in.polling.fixed_rate: 0
152 streams_subscribes.tca_handle_in.timeout: -1
153 tca.aai.enable_enrichment: true
154 tca.aai.generic_vnf_path: aai/v11/network/generic-vnfs/generic-vnf
155 tca.aai.node_query_path: aai/v11/search/nodes-query
156 tca.aai.password: ${AAI_PASSWORD}
Remigiusz Janeczeke661a7d2021-09-08 11:09:56 +0200157 tca.aai.url: https://aai:8443
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500158 tca.aai.username: ${AAI_USERNAME}
159 tca.policy: '{"domain":"measurementsForVfScaling","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.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta","thresholdValue":300,"direction":"LESS_OR_EQUAL","severity":"MAJOR","closedLoopEventStatus":"ONSET"},{"closedLoopControlName":"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a","version":"1.0.2","fieldPath":"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].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.measurementsForVfScalingFields.vNicPerformanceArray[*].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.measurementsForVfScalingFields.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.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value","thresholdValue":0,"direction":"GREATER","severity":"CRITICAL","closedLoopEventStatus":"ONSET"}]}]}'
160 tca.processing_batch_size: 10000
161 tca.enable_abatement: true
162 tca.enable_ecomp_logging: true
163
164# Resource Limit flavor -By Default using small
165flavor: small
166# Segregation for Different environment (Small and Large)
167resources:
168 small:
169 limits:
170 cpu: 2
171 memory: 2Gi
172 requests:
173 cpu: 1
174 memory: 1Gi
175 large:
176 limits:
177 cpu: 4
178 memory: 4Gi
179 requests:
180 cpu: 2
181 memory: 2Gi
182 unlimited: {}
farida azmycb03ac72021-09-12 16:14:12 +0200183
184#Pods Service Account
185serviceAccount:
186 nameOverride: dcae-tcagen2
187 roles:
188 - read