[DCAEGEN2] Updates for R10
[oom.git] / kubernetes / dcaegen2-services / components / dcae-tcagen2 / values.yaml
1 #============LICENSE_START========================================================
2 # ================================================================================
3 # Copyright (c) 2021 J. F. Lucas. All rights reserved.
4 # Copyright (c) 2021 AT&T Intellectual Property. All rights reserved.
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
25
26 #################################################################
27 # Filebeat configuration defaults.
28 #################################################################
29 filebeatConfig:
30   logstashServiceName: log-ls
31   logstashPort: 5044
32
33 #################################################################
34 # initContainer images.
35 #################################################################
36 tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
37 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1
38
39
40 #################################################################
41 # Application configuration defaults.
42 #################################################################
43 # application image
44 image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.1
45 pullPolicy: Always
46
47 # log directory where logging sidecar should look for log files
48 # if absent, no sidecar will be deployed
49 logDirectory: /opt/logs/dcae-analytics-tca
50
51 # directory where TLS certs should be stored
52 # if absent, no certs will be retrieved and stored
53 certDirectory: /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.
58 tlsServer: true
59
60 secrets:
61   - uid: &aaiCredsUID aaicreds
62     type: basicAuth
63     login: '{{ .Values.aaiCreds.user }}'
64     password: '{{ .Values.aaiCreds.password }}'
65     passwordPolicy: required
66
67 # dependencies
68 readinessCheck:
69   wait_for:
70     - dcae-config-binding-service
71     - aaf-cm
72
73 # probe configuration
74 readiness:
75   initialDelaySeconds: 10
76   periodSeconds: 30
77   path: /actuator/health
78   scheme: HTTP
79   port: 9091
80
81 # service configuration
82 service:
83   type: ClusterIP
84   name: dcae-tcagen2
85   ports:
86     - port: 9091
87       name: http
88
89 # mongoDB overrides
90 mongo:
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
104 # Policy configuraiton properties
105 # if enabled, policy-sync side car will be deployed
106 #dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
107 #policies:
108 #  duration: 300
109 #  policyRelease: "onap"
110 #  policyID: |
111 #    '["onap.vfirewall.tca","onap.vdns.tca"]'
112
113
114 aaiCreds:
115   user: DCAE
116   password: DCAE
117
118 credentials:
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
127 applicationConfig:
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}
154   tca.aai.url: https://aai:8443
155   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
162 flavor: small
163 # Segregation for Different environment (Small and Large)
164 resources:
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: {}
180
181 #Pods Service Account
182 serviceAccount:
183   nameOverride: dcae-tcagen2
184   roles:
185     - read