diff options
author | YongchaoWu <yongchao.wu@est.tech> | 2019-06-04 08:34:39 +0000 |
---|---|---|
committer | YongchaoWu <yongchao.wu@est.tech> | 2019-06-04 08:34:39 +0000 |
commit | 8cae76ef66f1928b3d5afb9a67bb330c5cd513c4 (patch) | |
tree | daaae432a4f24e161ed8b0b5f4effeebad160ce6 /datafile-app-server/dpo/tosca_models/translate.yaml | |
parent | b6718c83e7de2c75ef494b6f0c800d7cf097ca71 (diff) |
Blueprint alignment
Blueprint is aligned with the dmaap topic configuration
Change-Id: I4303724eed21047b87a8b7438970625b08811d22
Issue-ID: DCAEGEN2-1145
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Diffstat (limited to 'datafile-app-server/dpo/tosca_models/translate.yaml')
-rw-r--r-- | datafile-app-server/dpo/tosca_models/translate.yaml | 36 |
1 files changed, 7 insertions, 29 deletions
diff --git a/datafile-app-server/dpo/tosca_models/translate.yaml b/datafile-app-server/dpo/tosca_models/translate.yaml index e7f44133..17c36aea 100644 --- a/datafile-app-server/dpo/tosca_models/translate.yaml +++ b/datafile-app-server/dpo/tosca_models/translate.yaml @@ -16,6 +16,8 @@ topology_template: default: 256 datafile.policy: type: string + dmaap.dmaapProducerConfiguration: + type: string ftp.ftpesConfiguration.keyCert: type: string ftp.ftpesConfiguration.keyPassword: @@ -51,7 +53,7 @@ topology_template: type: string service_name: type: string - streams_consumer.datafile_consume_mr.message_router_topic: + streams_subscribes: type: string substitution_mappings: node_type: tosca.dcae.nodes.dockerApp.dcaegen2.collectors.datafile.datafile-app-server @@ -63,9 +65,6 @@ topology_template: policy: - dcaegen2.collectors.datafile.datafile-app-server - policy - stream_publish_0: - - dcaegen2.collectors.datafile.datafile-app-server - - stream_publish_0 stream_subscribe_0: - dcaegen2.collectors.datafile.datafile-app-server - stream_subscribe_0 @@ -76,6 +75,8 @@ topology_template: application_config: datafile.policy: get_input: datafile.policy + dmaap.dmaapProducerConfiguration: + get_input: dmaap.dmaapProducerConfiguration ftp.ftpesConfiguration.keyCert: get_input: ftp.ftpesConfiguration.keyCert ftp.ftpesConfiguration.keyPassword: @@ -97,19 +98,7 @@ topology_template: service_name: get_input: service_name services_calls: {} - streams_consumer.datafile_consume_mr.message_router_topic: - get_input: streams_consumer.datafile_consume_mr.message_router_topic - streams_publishes: - datafile_publish_dr: - dmaap_info: - concat: - - '<<' - - get_property: - - SELF - - stream_publish_0 - - node_name - - '>>' - type: data_router + streams_publishes: {} streams_subscribes: datafile_subscribe_mr: aaf_password: @@ -141,18 +130,7 @@ topology_template: location_id: get_input: location_id service_component_type: dcaegen2.collectors.datafile.datafile-app-server - streams_publishes: - - location: - get_property: - - SELF - - stream_publish_0 - - location - name: - get_property: - - SELF - - stream_publish_0 - - node_name - type: data_router + streams_publishes: [] streams_subscribes: - client_role: get_property: |