summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/TestCases/ves/blueprints/vesK8sWithDmaap.yaml
blob: 601690efda16a859cd765e48d3adaf994615b44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
#  ============LICENSE_START=======================================================
#    org.onap.dcae
#    ================================================================================
#    Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
#    ================================================================================
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#    ============LICENSE_END=========================================================
#
#description: Collector for receiving VES events through restful interface
#blueprint_version: 1.5.0
---
tosca_definitions_version: cloudify_dsl_1_3
description: Collector for receiving VES events through restful interface
imports:
- http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml
- https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml
inputs:
  collector.dmaap.streamid:
    type: string
    default: "fault=ves-fault,ves-fault-secondary|syslog=ves-syslog,ves-syslog-secondary|heartbeat=ves-heartbeat,ves-heartbeat-secondary|measurementsForVfScaling=ves-measurement,ves-measurement-secondary|mobileFlow=ves-mobileflow,ves-mobileflow-secondary|other=ves-other,ves-other-secondary|stateChange=ves-statechange,ves-statechange-secondary|thresholdCrossingAlert=ves-thresholdCrossingAlert,ves-thresholdCrossingAlert-secondary|voiceQuality=ves-voicequality,ves-voicequality-secondary|sipSignaling=ves-sipsignaling,ves-sipsignaling-secondary|notification=ves-notification,ves-notification-secondary|pnfRegistration=ves-pnfRegistration,ves-pnfRegistration-secondary"
  dcae-ves-collector_cpu_limit:
    type: string
    default: "250m"
  dcae-ves-collector_cpu_request:
    type: string
    default: "250m"
  dcae-ves-collector_memory_limit:
    type: string
    default: "128Mi"
  dcae-ves-collector_memory_request:
    type: string
    default: "128Mi"
  envs:
    default: {}
  external_port_0:
    type: string
    default: "8080"
  external_port_1:
    type: string
    default: "8443"
  header.authlist:
    type: string
    default: "sample1,$2a$10$pgjaxDzSuc6XVFEeqvxQ5u90DKJnM/u7TJTcinAlFJVaavXMWf/Zi|userid1,$2a$10$61gNubgJJl9lh3nvQvY9X.x4e5ETWJJ7ao7ZhJEvmfJigov26Z6uq|userid2,$2a$10$G52y/3uhuhWAMy.bx9Se8uzWinmbJa.dlm1LW6bYPdPkkywLDPLiy"
  location_id:
    type: string
    default: ""
  replicas:
    type: integer
    description: number of instances
    default: 1
  service_component_name_override:
    type: string
    default: ""
  tag_version:
    type: string
    default: "nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest"
  ves-fault_topic_name:
    type: string
  ves-fault_ves-fault_topic_aaf_password:
    type: string
  ves-fault_ves-fault_topic_aaf_username:
    type: string
  ves-fault_ves-fault_topic_client_role:
    type: string
  ves-fault_ves-fault_topic_location:
    type: string
  ves-heartbeat-secondary_topic_name:
    type: string
  ves-heartbeat-secondary_ves-heartbeat-secondary_topic_aaf_password:
    type: string
  ves-heartbeat-secondary_ves-heartbeat-secondary_topic_aaf_username:
    type: string
  ves-heartbeat-secondary_ves-heartbeat-secondary_topic_client_role:
    type: string
  ves-heartbeat-secondary_ves-heartbeat-secondary_topic_location:
    type: string
  ves-measurement_topic_name:
    type: string
  ves-measurement_ves-measurement_topic_aaf_password:
    type: string
  ves-measurement_ves-measurement_topic_aaf_username:
    type: string
  ves-measurement_ves-measurement_topic_client_role:
    type: string
  ves-measurement_ves-measurement_topic_location:
    type: string
  ves-notification_topic_name:
    type: string
  ves-notification_ves-notification_topic_aaf_password:
    type: string
  ves-notification_ves-notification_topic_aaf_username:
    type: string
  ves-notification_ves-notification_topic_client_role:
    type: string
  ves-notification_ves-notification_topic_location:
    type: string
  ves-other_topic_name:
    type: string
  ves-other_ves-other_topic_aaf_password:
    type: string
  ves-other_ves-other_topic_aaf_username:
    type: string
  ves-other_ves-other_topic_client_role:
    type: string
  ves-other_ves-other_topic_location:
    type: string
  ves-pnfRegistration_topic_name:
    type: string
  ves-pnfRegistration_ves-pnfRegistration_topic_aaf_password:
    type: string
  ves-pnfRegistration_ves-pnfRegistration_topic_aaf_username:
    type: string
  ves-pnfRegistration_ves-pnfRegistration_topic_client_role:
    type: string
  ves-pnfRegistration_ves-pnfRegistration_topic_location:
    type: string
node_templates:
  dcae-ves-collector:
    type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
    interfaces:
      cloudify.interfaces.lifecycle:
        start:
          inputs:
            ports:
            - concat: ["8080:", {get_input: external_port_0}]
            - concat: ["8443:", {get_input: external_port_1}]
            envs:
              get_input: envs
    properties:
      application_config:
        service_calls: []
        streams_publishes:
          ves-fault:
            dmaap_info: <<ves-fault_topic>>
            type: message router
            pass:
              get_input: ves-fault_ves-fault_topic_aaf_password
            user:
              get_input: ves-fault_ves-fault_topic_aaf_username
          ves-heartbeat-secondary:
            dmaap_info: <<ves-heartbeat-secondary_topic>>
            type: message router
            pass:
              get_input: ves-heartbeat-secondary_ves-heartbeat-secondary_topic_aaf_password
            user:
              get_input: ves-heartbeat-secondary_ves-heartbeat-secondary_topic_aaf_username
          ves-measurement:
            dmaap_info: <<ves-measurement_topic>>
            type: message router
            pass:
              get_input: ves-measurement_ves-measurement_topic_aaf_password
            user:
              get_input: ves-measurement_ves-measurement_topic_aaf_username
          ves-notification:
            dmaap_info: <<ves-notification_topic>>
            type: message router
            pass:
              get_input: ves-notification_ves-notification_topic_aaf_password
            user:
              get_input: ves-notification_ves-notification_topic_aaf_username
          ves-other:
            dmaap_info: <<ves-other_topic>>
            type: message router
            pass:
              get_input: ves-other_ves-other_topic_aaf_password
            user:
              get_input: ves-other_ves-other_topic_aaf_username
          ves-pnfRegistration:
            dmaap_info: <<ves-pnfRegistration_topic>>
            type: message router
            pass:
              get_input: ves-pnfRegistration_ves-pnfRegistration_topic_aaf_password
            user:
              get_input: ves-pnfRegistration_ves-pnfRegistration_topic_aaf_username
        streams_subscribes: {}
        auth.method: noAuth
        collector.dmaap.streamid:
          get_input: collector.dmaap.streamid
        collector.keystore.file.location: /opt/app/dcae-certificate/keystore.jks
        collector.keystore.passwordfile: /opt/app/dcae-certificate/.password
        collector.schema.checkflag: 1
        collector.schema.file: {"v1":"./etc/CommonEventFormat_27.2.json","v2":"./etc/CommonEventFormat_27.2.json","v3":"./etc/CommonEventFormat_27.2.json","v4":"./etc/CommonEventFormat_27.2.json","v5":"./etc/CommonEventFormat_28.4.1.json","v7":"./etc/CommonEventFormat_30.json"}
        collector.service.port: 8080
        collector.service.secure.port: 8443
        collector.truststore.file.location: /opt/app/dcae-certificate/truststore.jks
        collector.truststore.passwordfile: /opt/app/dcae-certificate/.trustpassword
        event.transform.flag: 1
        header.authlist:
          get_input: header.authlist
        service_component_name_override:
          get_input: service_component_name_override
        tomcat.maxthreads: 200
      docker_config:
        healthcheck:
          interval: 15s
          timeout: 1s
          type: http
          endpoint: /healthcheck
        volumes:
        - container:
            bind: /opt/app/dcae-certificate
          host:
            path: /opt/app/dcae-certificate
        - container:
            bind: /opt/app/VESCollector/logs
          host:
            path: /opt/logs/DCAE/VESCollector/logs
        - container:
            bind: /opt/app/VESCollector/etc
          host:
            path: /opt/logs/DCAE/VESCollector/etc
      image:
        get_input: tag_version
      location_id:
        get_input: location_id
      service_component_type: dcae-ves-collector
      replicas:
        get_input: replicas
      streams_publishes:
      - name: ves-fault_topic
        location:
          get_input: ves-fault_ves-fault_topic_location
        client_role:
          get_input: ves-fault_ves-fault_topic_client_role
        type: message router
      - name: ves-measurement_topic
        location:
          get_input: ves-measurement_ves-measurement_topic_location
        client_role:
          get_input: ves-measurement_ves-measurement_topic_client_role
        type: message router
      - name: ves-other_topic
        location:
          get_input: ves-other_ves-other_topic_location
        client_role:
          get_input: ves-other_ves-other_topic_client_role
        type: message router
      - name: ves-heartbeat-secondary_topic
        location:
          get_input: ves-heartbeat-secondary_ves-heartbeat-secondary_topic_location
        client_role:
          get_input: ves-heartbeat-secondary_ves-heartbeat-secondary_topic_client_role
        type: message router
      - name: ves-pnfRegistration_topic
        location:
          get_input: ves-pnfRegistration_ves-pnfRegistration_topic_location
        client_role:
          get_input: ves-pnfRegistration_ves-pnfRegistration_topic_client_role
        type: message router
      - name: ves-notification_topic
        location:
          get_input: ves-notification_ves-notification_topic_location
        client_role:
          get_input: ves-notification_ves-notification_topic_client_role
        type: message router
      resource_config:
        limits:
          cpu:
            get_input: dcae-ves-collector_cpu_limit
          memory:
            get_input: dcae-ves-collector_memory_limit
        requests:
          cpu:
            get_input: dcae-ves-collector_cpu_request
          memory:
            get_input: dcae-ves-collector_memory_request
    relationships:
    - type: ccsdk.relationships.publish_events
      target: ves-fault_topic
    - type: ccsdk.relationships.publish_events
      target: ves-measurement_topic
    - type: ccsdk.relationships.publish_events
      target: ves-other_topic
    - type: ccsdk.relationships.publish_events
      target: ves-heartbeat-secondary_topic
    - type: ccsdk.relationships.publish_events
      target: ves-pnfRegistration_topic
    - type: ccsdk.relationships.publish_events
      target: ves-notification_topic
  ves-fault_topic:
    type: ccsdk.nodes.Topic
    properties:
      topic_name:
        get_input: ves-fault_topic_name
  ves-heartbeat-secondary_topic:
    type: ccsdk.nodes.Topic
    properties:
      topic_name:
        get_input: ves-heartbeat-secondary_topic_name
  ves-measurement_topic:
    type: ccsdk.nodes.Topic
    properties:
      topic_name:
        get_input: ves-measurement_topic_name
  ves-notification_topic:
    type: ccsdk.nodes.Topic
    properties:
      topic_name:
        get_input: ves-notification_topic_name
  ves-other_topic:
    type: ccsdk.nodes.Topic
    properties:
      topic_name:
        get_input: ves-other_topic_name
  ves-pnfRegistration_topic:
    type: ccsdk.nodes.Topic
    properties:
      topic_name:
        get_input: ves-pnfRegistration_topic_name