From 01565f40f72917c84094478239a65191e60808cb Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 18 Feb 2020 20:48:47 -0600 Subject: [PATCH] Remove drools from engine CSITs compose Engine CSITs uses docker-compose-integration.yml which is stored under policy/docker repo. This is historical as there are no robot tests on those CSITs that exercise functionality with interactions between engine components and drools. drools and drools apps are covered on its own CSITs. This change will decouple drools-pdp image from engine in CSIT tests. Issue-ID: POLICY-2181 Signed-off-by: jhh Change-Id: Ib528751dbd2cdce3e912012c9ce4429d8cbac030 --- docker-compose-integration.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker-compose-integration.yml b/docker-compose-integration.yml index e67729e2..878f0da4 100644 --- a/docker-compose-integration.yml +++ b/docker-compose-integration.yml @@ -61,15 +61,3 @@ services: command: brmsgw volumes: - ./config/pe:/tmp/policy-install/config - drools: - image: onap/policy-drools - container_name: drools - depends_on: - - mariadb - - nexus - hostname: drools - expose: - - 6969 - - 9696 - volumes: - - ./config/drools:/tmp/policy-install/config -- 2.16.6