aboutsummaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
diff options
context:
space:
mode:
authorprathamesh morde <prathamesh.morde@bell.ca>2019-04-12 11:41:36 -0400
committerOleg Mitsura <oleg.mitsura@amdocs.com>2019-04-17 17:24:47 -0400
commit8b3652a56866d2906e0da3431158153386233f4c (patch)
treeed678c6cb45727e1960f4a36383af645120eef30 /ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
parent37d99fb2be6910d3f9cdfdddfafc3f14c68d5b74 (diff)
Work in Progress cds-sdc-listener containerization
Change-Id: Ib99f2c2f7c3f8ad46ec9630a548370e7467a96b4 Issue-ID: CCSDK-1145 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Diffstat (limited to 'ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml')
-rw-r--r--ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml b/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
new file mode 100644
index 000000000..1e7384744
--- /dev/null
+++ b/ms/cds-sdc-listener/application/src/main/docker/docker-compose.yaml
@@ -0,0 +1,29 @@
+version: '3.3'
+
+services:
+ cds-sdc-listener:
+ image: onap/cdssdclistener:latest
+ container_name: cdssdclistener
+ restart: always
+ environment:
+ asdcAddress: localhost:8443
+ messageBusAddress: localhost
+ sdcusername: 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"
+ archivePath: /opt/app/onap/cds-sdc-listener/
+ grpcAddress: localhost
+ grpcPort: 9111
+ authHeader: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
+ #port needed by Liveness probe
+ healthcheckPort: "9000"
+ sprintWebListenerEnabled: "true"