diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-02-18 20:48:47 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-02-18 20:48:47 -0600 |
commit | 01565f40f72917c84094478239a65191e60808cb (patch) | |
tree | 009d93fd5c7cdffb827515e4ed697070f2558f8e | |
parent | 456fcec97a1d9686b8e335e9ea7d82dbb7937f90 (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: Ib528751dbd2cdce3e912012c9ce4429d8cbac030
-rw-r--r-- | docker-compose-integration.yml | 12 |
1 files changed, 0 insertions, 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 |