Remove drools from engine CSITs compose 41/101941/1
authorjhh <jorge.hernandez-herrero@att.com>
Wed, 19 Feb 2020 02:48:47 +0000 (20:48 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Wed, 19 Feb 2020 02:48:47 +0000 (20:48 -0600)
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 <jorge.hernandez-herrero@att.com>
Change-Id: Ib528751dbd2cdce3e912012c9ce4429d8cbac030

docker-compose-integration.yml

index e67729e..878f0da 100644 (file)
@@ -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