From: jhh Date: Wed, 19 Feb 2020 02:48:47 +0000 (-0600) Subject: Remove drools from engine CSITs compose X-Git-Tag: 2.0.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F101941%2F1;p=policy%2Fdocker.git 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 --- 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