diff options
author | jegadeeshbabu1 <jegabab1@in.ibm.com> | 2019-07-01 12:38:33 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegabab1@in.ibm.com> | 2019-07-01 07:19:55 +0000 |
commit | 5e123fa55fb2f9cf0ab2a5840b1c77c17c73e82b (patch) | |
tree | 0d16878b61530e3f8934222671546eb8dfbdff3b /dcae-analytics/dcae-analytics-tca-web/dpo/blueprint | |
parent | f426369c9cbaf051cff746317db24eed9bce768b (diff) |
Activated required profiles
Activated spring profiles
Issue-ID: DCAEGEN2-1483
Change-Id: I9887f645f37dea66f16c7c5d357d50e38c441460
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
Diffstat (limited to 'dcae-analytics/dcae-analytics-tca-web/dpo/blueprint')
-rw-r--r-- | dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web.yaml b/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web.yaml index d399d21..1ebeaeb 100644 --- a/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web.yaml +++ b/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web.yaml @@ -64,19 +64,19 @@ node_templates: properties: application_config: service_calls: [] - stream_publishes: + streams_publishes: tca_handle_out: dmaap_info: topic_url: get_input: tca_handle_out_publish_url - type: message router - stream_subcribes: + type: message_router + streams_subscribes: tca_handle_in: dmaap_info: topic_url: get_input: tca_handle_in_subscribe_url - type: message router - spring.mongodb.uri: + type: message_router + mongodb: get_input: spring.mongodb.uri streams_subscribes.tca_handle_in.consumer_group: cg1 streams_subscribes.tca_handle_in.consumer_ids[0]: c0 @@ -86,7 +86,7 @@ node_templates: streams_subscribes.tca_handle_in.polling.auto_adjusting.min: 30000 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down: 30000 streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up: 10000 - streams_subscribes.tca_handle_in.polling.fixedRate: 0 + streams_subscribes.tca_handle_in.polling.fixed_rate: 0 streams_subscribes.tca_handle_in.timeout: -1 tca.aai.generic_vnf_path: aai/v11/network/generic-vnfs/generic-vnf tca.aai.node_query_path: aai/v11/search/nodes-query |