aboutsummaryrefslogtreecommitdiffstats
path: root/config/pe/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/pe/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/pe/base.conf')
-rw-r--r--config/pe/base.conf2
1 files changed, 1 insertions, 1 deletions
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