diff options
author | YongchaoWu <yongchao.wu@est.tech> | 2019-07-12 09:01:01 +0000 |
---|---|---|
committer | YongchaoWu <yongchao.wu@est.tech> | 2019-07-12 09:01:01 +0000 |
commit | b96580af0070cbe6783445e79d808b2a5c8deaf2 (patch) | |
tree | ce5fc8f5af33558c0544e03b7527af2bf9e24385 /datafile-app-server/dpo | |
parent | 415aa5b18540b099be556203a35c3f6518eaf7b7 (diff) |
Cbs Client integration
Cbs Client is integrated to read configurations from consul
Issue-ID: DCAEGEN2-1595
Change-Id: Idb0ebd34eba077f9c1cb584abab4d8722b56f6c5
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Diffstat (limited to 'datafile-app-server/dpo')
-rw-r--r-- | datafile-app-server/dpo/blueprints/k8s-datafile.yaml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/datafile-app-server/dpo/blueprints/k8s-datafile.yaml b/datafile-app-server/dpo/blueprints/k8s-datafile.yaml index cae95308..2de0a248 100644 --- a/datafile-app-server/dpo/blueprints/k8s-datafile.yaml +++ b/datafile-app-server/dpo/blueprints/k8s-datafile.yaml @@ -56,10 +56,6 @@ inputs: feedDescription: type: string default: "Feed for Bulk PM files" - changeIdentifier: - type: string - description: type of different files - default: "PM_MEAS_FILES" node_templates: bulk_pm_feed: @@ -95,14 +91,15 @@ node_templates: dmaap.security.keyStorePath: "/opt/app/datafile/etc/cert/key.p12" dmaap.security.keyStorePasswordPath: "/opt/app/datafile/etc/cert/key.pass" dmaap.security.enableDmaapCertAuth: { get_input: secureEnableCert } - dmaap.dmaapProducerConfiguration: - changeIdentifier: {get_input: changeIdentifier} - feedName: {get_input: feedName} + streams_publishes: + PM_MEAS_FILES: + dmaap_info: <<bulk_pm_feed>> + type: data_router streams_subscribes: dmaap_subscriber: type: "message_router" - dmmap_info: + dmaap_info: topic_url: { concat: [{ get_input: dmaap_mr_protocol },"://",{ get_input: dmaap_mr_host }, ":",{ get_input: dmaap_mr_port },"/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"]} |