Updating DMaaP DR CSIT suites
[integration/csit.git] / plans / dcaegen2-pmmapper / pmmapper / composefile / docker-compose-e2e.yml
index af987f7..bf28b9f 100644 (file)
@@ -20,6 +20,9 @@ services:
       interval: 10s
       timeout: 10s
       retries: 5
+    extra_hosts:
+      - "dmaap-dr-node:1.1.1.1"
+      - "dcae-pm-mapper:3.3.3.3"
 
   datarouter-node:
     image: nexus3.onap.org:10001/onap/dmaap/datarouter-node
@@ -33,6 +36,9 @@ services:
     depends_on:
       datarouter-prov:
         condition: service_healthy
+    extra_hosts:
+      - "dmaap-dr-prov:2.2.2.2"
+      - "dcae-pm-mapper:3.3.3.3"
 
   mariadb_container:
     image: mariadb:10.2.14
@@ -58,4 +64,4 @@ services:
     container_name: cbs
     image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding.app-app:latest
     environment:
-       CONSUL_HOST:
+       CONSUL_HOST:
\ No newline at end of file