Merge "Fixed accessing network-input-parameters."
[sdnc/oam.git] / installation / src / main / yaml / docker-compose.yml
index d3af2df..9ddde8f 100644 (file)
@@ -24,11 +24,11 @@ services:
 
 
   sdnc:
-    image: openecomp/sdnc-image:latest
+    image: onap/sdnc-image:latest
     depends_on :
       - db
     container_name: sdnc_controller_container
-    entrypoint: ["/opt/openecomp/sdnc/bin/startODL.sh"]
+    entrypoint: ["/opt/onap/sdnc/bin/startODL.sh"]
     ports:
       - "8282:8181"
     links:
@@ -37,7 +37,7 @@ services:
       - db:sdnctldb02
     environment:
       - MYSQL_ROOT_PASSWORD=openECOMP1.0
-      - SDNC_CONFIG_DIR=/opt/openecomp/sdnc/data/properties
+      - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
     dns:
       - ${DNS_IP_ADDR-10.0.100.1}
     logging:
@@ -48,14 +48,14 @@ services:
 
 
   web:
-    image: openecomp/admportal-sdnc-image:latest
+    image: onap/admportal-sdnc-image:latest
     depends_on:
       - db
     container_name: sdnc_portal_container
     entrypoint:
        - "/bin/bash"
        - "-c"
-       - "cd /opt/openecomp/sdnc/admportal/shell && ./start_portal.sh"
+       - "cd /opt/onap/sdnc/admportal/shell && ./start_portal.sh"
     ports:
       - "8843:8843"
     links:
@@ -65,7 +65,7 @@ services:
       - sdnc:sdnhost
     environment:
       - MYSQL_ROOT_PASSWORD=openECOMP1.0
-      - SDNC_CONFIG_DIR=/opt/openecomp/sdnc/data/properties
+      - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
     logging:
       driver:   "json-file"
       options:
@@ -74,14 +74,14 @@ services:
 
 
   dgbuilder:
-    image: openecomp/dgbuilder-sdnc-image:latest
+    image: onap/ccsdk-dgbuilder-image:latest
     depends_on:
       - db
     container_name:  sdnc_dgbuilder_container
     entrypoint:
        - "/bin/bash"
        - "-c"
-       - "cd /opt/openecomp/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait"
+       - "cd /opt/onap/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait"
     ports:
       - "3000:3100"
     links:
@@ -91,7 +91,7 @@ services:
       - sdnc:sdnhost
     environment:
       - MYSQL_ROOT_PASSWORD=openECOMP1.0
-      - SDNC_CONFIG_DIR=/opt/openecomp/sdnc/data/properties
+      - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
     logging:
       driver:   "json-file"
       options: