summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/src/main/resources
diff options
context:
space:
mode:
authorprathamesh morde <prathamesh.morde@bell.ca>2019-04-01 23:19:42 -0400
committerprathamesh morde <prathamesh.morde@bell.ca>2019-04-04 18:51:16 -0400
commit4140b0716234e7540d57b8a746944018fa591d69 (patch)
tree49030514fddc4f9433398df033bdfcabae11d246 /ms/cds-sdc-listener/application/src/main/resources
parent41af46c85eafe85b20833c99def94ab530afa01b (diff)
CDS-SDC Listener application
Things done -Implementation of GRPC client to store CBA archive using CDS Backend -Unit test coverage. -Tested locally. -Minor bug fix, performance improvement, more logging and make use of BluePrintProcessorHandler api in ListenerServiceImpl class. -Extract csar artifact from IDistributionClientResult and store it into local file(disk). Change-Id: I08b0de017396bb76d5bc13ddb9e7b430990e8df0 Issue-ID: CCSDK-1184 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.yml6
1 files changed, 4 insertions, 2 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
index 88de3b182..657ea9e80 100644
--- a/ms/cds-sdc-listener/application/src/main/resources/application.yml
+++ b/ms/cds-sdc-listener/application/src/main/resources/application.yml
@@ -14,6 +14,8 @@ listenerservice:
keyStorePath:
activateServerTLSAuth : false
isUseHttpsWithDmaap: false
- csarArchive: /opt/app/onap/cds-sdc-listener/csar-archive
- cbaArchive: /opt/app/onap/cds/sdc-listener/cba-archive
+ archivePath: opt/app/onap/cds-sdc-listener/
+ grpcAddress: localhost
+ grpcPort: 9111
+ authHeader: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==