Pin ODL java version to 8 on ubuntu

Ubuntu default-jre-headless is not working due
min version missmatch with karaf.

Closes-Bug: #1791531
Change-Id: I67c2d9b2ae514b131a42297fa235071603dc230b
This commit is contained in:
Eduardo Gonzalez 2018-09-09 08:13:17 +02:00
parent 451d0fc023
commit 444e9e7dc7
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set opendaylight_packages = [
'default-jre-headless',
'opendaylight',
'openjdk-8-jre-headless',
] %}
# NOTE(egonzalez): ODL fails to install in debian family images with
# existing odl user. First install odl and then allow usage of