From 5f7f020b9c40da52a09f588f642dfcec13e6fc4c Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 29 Apr 2019 22:04:12 -0500 Subject: 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 --- config/pe/base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/pe') diff --git a/config/pe/base.conf b/config/pe/base.conf index 5aeaf266..2bc538c7 100644 --- a/config/pe/base.conf +++ b/config/pe/base.conf @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 +JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk POLICY_HOME=/opt/app/policy POLICY_LOGS=/var/log/onap KEYSTORE_PASSWD=Pol1cy_0nap -- cgit 1.2.3-korg