diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-09-26 14:16:09 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-09-27 09:36:18 +0100 |
commit | a3d2dc6ac57903b4fd970043732159a59f1cb2ae (patch) | |
tree | 91d07d6a0c02e587df94159531f31ce5582ec4fa /compose | |
parent | c4497b791b8d60137a07d0639437e78d9e158bf0 (diff) |
Add extra test cases for drools-pdp
- fix some references on robot files
- drools policy execution not completing because of issues with
AppcLcm simulator - uncommenting the executions
- dcae_topic having topic name and effective topic now are the same
Issue-ID: POLICY-4955
Change-Id: Ia45730c6ba2b473acfc5b317424a0a46b3660485
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'compose')
4 files changed, 4 insertions, 4 deletions
diff --git a/compose/config/drools-applications/env/base-mariadb.conf b/compose/config/drools-applications/env/base-mariadb.conf index b7e2c8f7..20b290a2 100644 --- a/compose/config/drools-applications/env/base-mariadb.conf +++ b/compose/config/drools-applications/env/base-mariadb.conf @@ -105,7 +105,7 @@ PDP_HTTPS=false # DCAE Kafka -DCAE_TOPIC=unauthenticated.dcae_cl_output +DCAE_TOPIC=dcae_topic DCAE_SERVERS=kafka:9092 DCAE_CONSUMER_GROUP=dcae.policy.shared diff --git a/compose/config/drools-applications/env/base-postgres.conf b/compose/config/drools-applications/env/base-postgres.conf index 1e82d0e2..2abb5e20 100644 --- a/compose/config/drools-applications/env/base-postgres.conf +++ b/compose/config/drools-applications/env/base-postgres.conf @@ -102,7 +102,7 @@ PDP_HTTPS=false # DCAE Kafka -DCAE_TOPIC=unauthenticated.dcae_cl_output +DCAE_TOPIC=dcae_topic DCAE_SERVERS=kafka:9092 DCAE_CONSUMER_GROUP=dcae.policy.shared diff --git a/compose/config/drools-pdp/env/base-mariadb.conf b/compose/config/drools-pdp/env/base-mariadb.conf index 0e0156bd..95aac748 100644 --- a/compose/config/drools-pdp/env/base-mariadb.conf +++ b/compose/config/drools-pdp/env/base-mariadb.conf @@ -95,7 +95,7 @@ GUARD_DISABLED=false # DCAE Kafka -DCAE_TOPIC=unauthenticated.dcae_cl_output +DCAE_TOPIC=dcae_topic DCAE_SERVERS= DCAE_CONSUMER_GROUP=dcae.policy.shared diff --git a/compose/config/drools-pdp/env/base-postgres.conf b/compose/config/drools-pdp/env/base-postgres.conf index a883f3f8..64a1d57d 100644 --- a/compose/config/drools-pdp/env/base-postgres.conf +++ b/compose/config/drools-pdp/env/base-postgres.conf @@ -95,7 +95,7 @@ GUARD_DISABLED=false # DCAE Kafka -DCAE_TOPIC=unauthenticated.dcae_cl_output +DCAE_TOPIC=dcae_topic DCAE_SERVERS= DCAE_CONSUMER_GROUP=dcae.policy.shared |