Adjustments for "integration" 78/6278/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 9 Jun 2021 15:31:42 +0000 (17:31 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 9 Jun 2021 15:32:13 +0000 (17:32 +0200)
- README updates happened in the contect of NONRTRIC-540
- network references adjusted
- image - nexus Repo location added to onap/policy-apex-pdp

Issue-Id: OAM-218
Change-Id: I8d8c87be792c36ef756e79b04bff01ce5cca5c8e
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/onap-policy/docker-compose.yml

index 8062312..e129afd 100644 (file)
@@ -22,7 +22,7 @@ networks:
   nonrtric:
     driver: bridge
     name: nonrtric
-  smo_integration:
+  smo:
     external: true
 
 services:
@@ -82,7 +82,7 @@ services:
         ]
       networks:
        - nonrtric
-       - smo_integration
+       - smo
    xacml-pdp:
       image: nexus3.onap.org:10001/onap/policy-xacml-pdp:2.4.2
       container_name: policy-xacml-pdp
@@ -105,7 +105,7 @@ services:
         ]
       networks:
        - nonrtric
-       - smo_integration
+       - smo
    drools:
       image: nexus3.onap.org:10001/onap/policy-drools:1.8.2
       container_name: drools
@@ -129,7 +129,7 @@ services:
         ]
       networks:
        - nonrtric
-       - smo_integration
+       - smo
    drools-apps:
       image: nexus3.onap.org:10001/onap/policy-pdpd-cl:1.8.2
       container_name: drools-apps
@@ -158,9 +158,9 @@ services:
         ]
       networks:
        - nonrtric
-       - smo_integration
+       - smo
    apex-pdp:
-      image: onap/policy-apex-pdp:latest
+      image: nexus3.onap.org:10001/onap/policy-apex-pdp:latest
       container_name: policy-apex-pdp
       depends_on:
        - mariadb
@@ -182,7 +182,7 @@ services:
         ]
       networks:
        - nonrtric
-       - smo_integration
+       - smo
    distribution:
       image: nexus3.onap.org:10001/onap/policy-distribution:2.5.2
       container_name: policy-distribution
@@ -207,4 +207,4 @@ services:
         ]
       networks:
        - nonrtric
-       - smo_integration
+       - smo