aboutsummaryrefslogtreecommitdiffstats
path: root/config/drools/base.conf
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-04-29 22:04:12 -0500
committerjhh <jorge.hernandez-herrero@att.com>2019-04-29 23:08:24 -0500
commit5f7f020b9c40da52a09f588f642dfcec13e6fc4c (patch)
tree69706f8a5f8ac0209197aebd1f92ccced8bafd3a /config/drools/base.conf
parentab30d9c18a3428ffe4499eb561ed9f0e665be290 (diff)
No fetching applications load
drools-pdp in docker when it sees this configuration files, it will try to execute them. Since the alpine common image has an immutable BUILD_VERSION that does not refer to the actual drools build, it will not find it. Two solutions: (a) update the scripts to look for the newly added BUILD_VERSION_DROOLS to counter the presence of that variable, or (b) remove them altogether since the control loop application being the only one that is used will have the control loop applications image cooked. Change-Id: Ie8adb4b50565601b09e1100578458e3071ee6e54 Issue-ID: POLICY-1712 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'config/drools/base.conf')
-rw-r--r--config/drools/base.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/drools/base.conf b/config/drools/base.conf
index 59a88e99..070019b5 100644
--- a/config/drools/base.conf
+++ b/config/drools/base.conf
@@ -26,7 +26,7 @@ JVM_OPTIONS=-server -Xms512m -Xmx1024m
POLICY_HOME=/opt/app/policy
POLICY_LOGS=/var/log/onap/policy/pdpd
-JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
KEYSTORE_PASSWD=Pol1cy_0nap
TRUSTSTORE_PASSWD=Pol1cy_0nap