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:
parent
451d0fc023
commit
444e9e7dc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user