[POLICY-14] fix 1.0.0 docker-compose to use onap 21/4321/1 release-1.0.0
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 18 May 2017 16:30:07 +0000 (12:30 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 18 May 2017 16:30:15 +0000 (12:30 -0400)
Change-Id: I3621ef69161ed0af20892697e9dfcabbe68b34e6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
docker-compose.yml

index 8dd2325..3e319c3 100644 (file)
@@ -1,17 +1,17 @@
 version: '2'
 services:
    mariadb:
-      image: openecomp/policy/policy-db
+      image: onap/policy/policy-db
       container_name: mariadb
       hostname: mariadb
       ports:
        - "3306:3306"
    nexus:
-      image: openecomp/policy/policy-nexus
+      image: onap/policy/policy-nexus
       container_name: nexus
       hostname: nexus
    pap:
-      image: openecomp/policy/policy-pe
+      image: onap/policy/policy-pe
       container_name: pap
       depends_on: 
        - mariadb
@@ -23,18 +23,18 @@ services:
       volumes:
        - ./config/pe:/tmp/policy-install/config
    pdp:
-      image: openecomp/policy/policy-pe
+      image: onap/policy/policy-pe
       container_name: pdp
       depends_on: 
        - pap
       hostname: pdp
       ports:
-       - "10.0.6.1:8081:8081"
+       - "8081:8081"
       command: pdp
       volumes:
        - ./config/pe:/tmp/policy-install/config
    pypdp:
-      image: openecomp/policy/policy-pe
+      image: onap/policy/policy-pe
       container_name: pypdp
       depends_on: 
        - pap
@@ -45,7 +45,7 @@ services:
       volumes:
        - ./config/pe:/tmp/policy-install/config
    brmsgw:
-      image: openecomp/policy/policy-pe
+      image: onap/policy/policy-pe
       container_name: brmsgw
       depends_on: 
        - pap
@@ -54,7 +54,7 @@ services:
       volumes:
        - ./config/pe:/tmp/policy-install/config
    drools:
-      image: openecomp/policy/policy-drools
+      image: onap/policy/policy-drools
       container_name: drools
       depends_on: 
        - mariadb