Add Heat MVP deployment artifact 03/40703/1
authorLusheng Ji <lji@research.att.com>
Tue, 3 Apr 2018 14:12:20 +0000 (10:12 -0400)
committerLusheng Ji <lji@research.att.com>
Tue, 3 Apr 2018 14:12:29 +0000 (10:12 -0400)
Issue-ID: DCAEGEN2-206
Change-Id: Id37c00b38218940c6c9095e8941f7bbfc63edacb
Signed-off-by: Lusheng Ji <lji@research.att.com>
heat/R2MVP/docker-compose.yaml [new file with mode: 0644]

diff --git a/heat/R2MVP/docker-compose.yaml b/heat/R2MVP/docker-compose.yaml
new file mode 100644 (file)
index 0000000..e05667d
--- /dev/null
@@ -0,0 +1,22 @@
+version: '2'
+services:
+   db:
+      image: postgres
+      ports:
+       - "5432:5432"
+      environment:
+         POSTGRES_USER: "user"
+         POSTGRES_PASSWORD: "pass"
+   ves:
+      image: {{ nexus_docker_repo }}/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.2.0
+      expose:
+       - 8080
+   tca: 
+      image: {{ nexus_docker_repo }}/onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.0.0
+      container_name: tca
+      hostname: tca
+      environment:
+       - DMAAPHOST={{ mr_ip_addr }}
+      expose:
+       - 11011
+