From fc4cb26852a48e3da9b196a2eb9d1e40e5350e87 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Wed, 9 Jun 2021 17:31:42 +0200 Subject: [PATCH] Adjustments for "integration" - 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 --- solution/integration/smo/onap-policy/docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/solution/integration/smo/onap-policy/docker-compose.yml b/solution/integration/smo/onap-policy/docker-compose.yml index 8062312..e129afd 100644 --- a/solution/integration/smo/onap-policy/docker-compose.yml +++ b/solution/integration/smo/onap-policy/docker-compose.yml @@ -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 -- 2.16.6