summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/src/main/resources
diff options
context:
space:
mode:
authorprathamesh morde <prathamesh.morde@bell.ca>2019-03-07 17:11:14 -0500
committerprathamesh morde <prathamesh.morde@bell.ca>2019-03-20 11:01:04 -0400
commitbf1605f2448380c45b7217b11d6ad24d1c2be3a2 (patch)
tree1146e9d4a23f0feee4ee9b8966858b60f1b95d35 /ms/cds-sdc-listener/application/src/main/resources
parent4bea60ce6d420d92fb1762467cbcff9897ac1896 (diff)
CDS-SDC Listener application
Things done- CDS-SDC listener able to register for SDC distribution. Download the artifacts. Things to do- Add logic to parse the blueprint from CSAR and store it into CDS DB. Change-Id: I2fe01af73814e749f93a62d3a90e1f05947c0505 Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Diffstat (limited to 'ms/cds-sdc-listener/application/src/main/resources')
-rw-r--r--ms/cds-sdc-listener/application/src/main/resources/application.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ms/cds-sdc-listener/application/src/main/resources/application.yml b/ms/cds-sdc-listener/application/src/main/resources/application.yml
new file mode 100644
index 000000000..1daef585b
--- /dev/null
+++ b/ms/cds-sdc-listener/application/src/main/resources/application.yml
@@ -0,0 +1,17 @@
+listenerservice:
+ config:
+ asdcAddress: localhost:8443
+ messageBusAddress: localhost
+ user: vid
+ password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+ pollingInterval: 15
+ pollingTimeout: 15
+ relevantArtifactTypes: TOSCA_CSAR
+ consumerGroup: cds-id-local
+ environmentName: AUTO
+ consumerId: cds-id-local
+ keyStorePassword:
+ keyStorePath:
+ activateServerTLSAuth : false
+ isUseHttpsWithDmaap: false
+