Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 1 | tosca_definitions_version: cloudify_dsl_1_3 |
| 2 | imports: |
| 3 | - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 4 | - https://onap.org:8443/repository/solutioning01-mte2-raw/type_files/docker/2.2.0/node-type.yaml |
| 5 | - https://onap.org:8443/repository/solutioning01-mte2-raw/type_files/relationship/1.0.0/node-type.yaml |
| 6 | - http://onap.org:8081/repository/solutioning01-mte2-raw/type_files/dmaap/dmaap_mr.yaml |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 7 | inputs: |
| 8 | location_id: |
| 9 | type: string |
| 10 | service_id: |
| 11 | type: string |
| 12 | node_templates: |
| 13 | cdap_host_host: |
| 14 | type: dcae.nodes.StreamingAnalytics.SelectedCDAPInfrastructure |
| 15 | properties: |
| 16 | location_id: |
| 17 | get_input: location_id |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 18 | scn_override: cdap_broker.solutioning-central.dcae.onap.org |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 19 | interfaces: |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 20 | cloudify.interfaces.lifecycle: { |
| 21 | } |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 22 | tca_tca: |
| 23 | type: dcae.nodes.MicroService.cdap |
| 24 | properties: |
| 25 | app_config: |
| 26 | appDescription: DCAE Analytics Threshold Crossing Alert Application |
| 27 | appName: dcae-tca |
| 28 | tcaSubscriberOutputStreamName: TCASubscriberOutputStream |
| 29 | tcaVESAlertsTableName: TCAVESAlertsTable |
| 30 | tcaVESAlertsTableTTLSeconds: '1728000' |
| 31 | tcaVESMessageStatusTableName: TCAVESMessageStatusTable |
| 32 | tcaVESMessageStatusTableTTLSeconds: '86400' |
| 33 | thresholdCalculatorFlowletInstances: '2' |
| 34 | app_preferences: |
| 35 | publisherContentType: application/json |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 36 | publisherHostName: mrlocal-mtnjftle01.onap.org |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 37 | publisherHostPort: '3905' |
| 38 | publisherMaxBatchSize: '10' |
| 39 | publisherMaxRecoveryQueueSize: '100000' |
| 40 | publisherPollingInterval: '20000' |
| 41 | publisherProtocol: https |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 42 | publisherTopicName: org.onap.dcae.dmaap.mtnje2.DcaeTestVESPub |
| 43 | publisherUserName: m00502@tca.af.dcae.onap.org |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 44 | publisherUserPassword: Te5021abc |
| 45 | subscriberConsumerGroup: OpenDCAE-c12 |
| 46 | subscriberConsumerId: c12 |
| 47 | subscriberContentType: application/json |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 48 | subscriberHostName: mrlocal-mtnjftle01.onap.org |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 49 | subscriberHostPort: '3905' |
| 50 | subscriberMessageLimit: '-1' |
| 51 | subscriberPollingInterval: '20000' |
| 52 | subscriberProtocol: https |
| 53 | subscriberTimeoutMS: '-1' |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 54 | subscriberTopicName: org.onap.dcae.dmaap.mtnje2.DcaeTestVESSub |
| 55 | subscriberUserName: m00502@tca.af.dcae.onap.org |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 56 | subscriberUserPassword: Te5021abc |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 57 | tca_policy: null |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 58 | artifact_name: dcae-analytics-tca |
| 59 | artifact_version: 1.0.0 |
| 60 | connections: |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 61 | streams_publishes: [ |
| 62 | ] |
| 63 | streams_subscribes: [ |
| 64 | ] |
Determe, Sebastien (sd378r) | 0ad329e | 2017-09-28 15:25:59 +0200 | [diff] [blame] | 65 | jar_url: http://somejar |
| 66 | location_id: |
| 67 | get_input: location_id |
| 68 | namespace: cdap_tca_hi_lo |
| 69 | programs: |
| 70 | - program_id: TCAVESCollectorFlow |
| 71 | program_type: flows |
| 72 | - program_id: TCADMaaPMRSubscriberWorker |
| 73 | program_type: workers |
| 74 | - program_id: TCADMaaPMRPublisherWorker |
| 75 | program_type: workers |
| 76 | service_component_type: cdap_app_tca |
| 77 | service_id: |
| 78 | get_input: service_id |
| 79 | streamname: TCASubscriberOutputStream |
| 80 | relationships: |
| 81 | - target: cdap_host_host |
Determe, Sebastien (sd378r) | 7c08374 | 2018-02-14 15:31:55 +0100 | [diff] [blame] | 82 | type: dcae.relationships.component_contained_in |