diff options
author | Bilal A <bilal@research.att.com> | 2020-01-16 16:12:19 +0000 |
---|---|---|
committer | Bilal A <bilal@research.att.com> | 2020-01-20 16:59:53 +0000 |
commit | 9f54c00e36c66ffbd232f443a0a56114d06361dc (patch) | |
tree | 99d1e15c6a3f8e4fd3f727d31043281b230b048f /scripts/policy/config/drools | |
parent | b3b620885747a9147e3575f8567904575500f88e (diff) |
Updating the jdk version from jdk8 to jdk11 for CSITs
Removes JAVA_HOME for drools pdp
Updates Policy API tests
Updates XACML-PDP database connection
Downloads dmaap simulator instead of compiling it for xacml-pdp,apex-pdp and distribution
Changes from Jim, Jorge and Chenfei
Issue-ID: POLICY-2325
Change-Id: I28ff3384f9ae9b7d1ce6940eb62aa87278e7a9c5
Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'scripts/policy/config/drools')
-rw-r--r-- | scripts/policy/config/drools/base.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/policy/config/drools/base.conf b/scripts/policy/config/drools/base.conf index d3164cb5..1e57226a 100644 --- a/scripts/policy/config/drools/base.conf +++ b/scripts/policy/config/drools/base.conf @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,6 @@ JVM_OPTIONS=-server -Xms512m -Xmx512m POLICY_HOME=/opt/app/policy POLICY_LOGS=/var/log/onap/policy/pdpd -JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk KEYSTORE_PASSWD=Pol1cy_0nap TRUSTSTORE_PASSWD=Pol1cy_0nap |