blob: 2ba8edbc680ddc3e5aa20ad637877674b7792d9a [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
25
26#################################################################
27# Filebeat configuration defaults.
28#################################################################
29filebeatConfig:
30 logstashServiceName: log-ls
31 logstashPort: 5044
32
33#################################################################
34# initContainer images.
35#################################################################
36tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
Jack Lucasd263e692021-08-16 16:02:23 -040037consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1
Jack Lucasd41dbdb2021-02-16 11:07:28 -050038
vv770de8c5c682021-04-15 12:21:36 -040039
Jack Lucasd41dbdb2021-02-16 11:07:28 -050040#################################################################
41# Application configuration defaults.
42#################################################################
43# application image
Remigiusz Janeczeke661a7d2021-09-08 11:09:56 +020044image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.1
Jack Lucasd41dbdb2021-02-16 11:07:28 -050045pullPolicy: Always
46
47# log directory where logging sidecar should look for log files
48# if absent, no sidecar will be deployed
49logDirectory: /opt/logs/dcae-analytics-tca
50
51# directory where TLS certs should be stored
52# if absent, no certs will be retrieved and stored
53certDirectory: /etc/tca-gen2/ssl
54
55# TLS role -- set to true if microservice acts as server
56# If true, an init container will retrieve a server cert
57# and key from AAF and mount them in certDirectory.
58tlsServer: true
59
60secrets:
61 - uid: &aaiCredsUID aaicreds
62 type: basicAuth
63 login: '{{ .Values.aaiCreds.user }}'
64 password: '{{ .Values.aaiCreds.password }}'
65 passwordPolicy: required
66
67# dependencies
68readinessCheck:
69 wait_for:
70 - dcae-config-binding-service
71 - aaf-cm
72
73# probe configuration
74readiness:
75 initialDelaySeconds: 10
76 periodSeconds: 30
77 path: /actuator/health
78 scheme: HTTP
79 port: 9091
80
81# service configuration
82service:
83 type: ClusterIP
84 name: dcae-tcagen2
85 ports:
86 - port: 9091
87 name: http
88
Jack Lucasec09fd52021-11-01 16:54:12 -040089# mongoDB overrides
90mongo:
91 nameOverride: dcae-mongo
92 config:
93 dbName: dcaecommondb
94 service:
95 name: dcae-mongohost
96 internalPort: 27017
97 nfsprovisionerPrefix: dcaemongo
98 sdnctlPrefix: tcagen2
99 persistence:
100 mountSubPath: dcae/mongo/data
101 enabled: true
102 disableNfsProvisioner: true
103
vv770de8c5c682021-04-15 12:21:36 -0400104# Policy configuraiton properties
Vijay Venkatesh Kumar8c465172021-06-03 16:51:33 -0400105# if enabled, policy-sync side car will be deployed
vv770de8c5c682021-04-15 12:21:36 -0400106#dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
107#policies:
108# duration: 300
Vijay Venkatesh Kumar6259f502021-07-26 16:53:11 -0400109# policyRelease: "onap"
vv770de8c5c682021-04-15 12:21:36 -0400110# policyID: |
Vijay Venkatesh Kumar6259f502021-07-26 16:53:11 -0400111# '["onap.vfirewall.tca","onap.vdns.tca"]'
Vijay Venkatesh Kumar8eeeecd2021-09-13 17:02:05 -0400112
vv770de8c5c682021-04-15 12:21:36 -0400113
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500114aaiCreds:
115 user: DCAE
116 password: DCAE
117
118credentials:
119- name: AAI_USERNAME
120 uid: *aaiCredsUID
121 key: login
122- name: AAI_PASSWORD
123 uid: *aaiCredsUID
124 key: password
125
126# initial application configuration
127applicationConfig:
128 service_calls: []
129 streams_publishes:
130 tca_handle_out:
131 dmaap_info:
132 topic_url: http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT
133 type: message_router
134 streams_subscribes:
135 tca_handle_in:
136 dmaap_info:
137 topic_url: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT
138 type: message_router
139 spring.data.mongodb.uri: mongodb://dcae-mongohost/dcae-tcagen2
140 streams_subscribes.tca_handle_in.consumer_group: cg1
141 streams_subscribes.tca_handle_in.consumer_ids[0]: c0
142 streams_subscribes.tca_handle_in.consumer_ids[1]: c1
143 streams_subscribes.tca_handle_in.message_limit: 50000
144 streams_subscribes.tca_handle_in.polling.auto_adjusting.max: 60000
145 streams_subscribes.tca_handle_in.polling.auto_adjusting.min: 30000
146 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down: 30000
147 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up: 10000
148 streams_subscribes.tca_handle_in.polling.fixed_rate: 0
149 streams_subscribes.tca_handle_in.timeout: -1
150 tca.aai.enable_enrichment: true
151 tca.aai.generic_vnf_path: aai/v11/network/generic-vnfs/generic-vnf
152 tca.aai.node_query_path: aai/v11/search/nodes-query
153 tca.aai.password: ${AAI_PASSWORD}
Remigiusz Janeczeke661a7d2021-09-08 11:09:56 +0200154 tca.aai.url: https://aai:8443
Jack Lucasd41dbdb2021-02-16 11:07:28 -0500155 tca.aai.username: ${AAI_USERNAME}
156 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"}]}]}'
157 tca.processing_batch_size: 10000
158 tca.enable_abatement: true
159 tca.enable_ecomp_logging: true
160
161# Resource Limit flavor -By Default using small
162flavor: small
163# Segregation for Different environment (Small and Large)
164resources:
165 small:
166 limits:
167 cpu: 2
168 memory: 2Gi
169 requests:
170 cpu: 1
171 memory: 1Gi
172 large:
173 limits:
174 cpu: 4
175 memory: 4Gi
176 requests:
177 cpu: 2
178 memory: 2Gi
179 unlimited: {}
farida azmycb03ac72021-09-12 16:14:12 +0200180
181#Pods Service Account
182serviceAccount:
183 nameOverride: dcae-tcagen2
184 roles:
185 - read