Merge "Pin ODL java version to 8 on ubuntu"
This commit is contained in:
commit
a4187d9d02
@ -16,8 +16,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
] %}
|
] %}
|
||||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||||
{% set opendaylight_packages = [
|
{% set opendaylight_packages = [
|
||||||
'default-jre-headless',
|
|
||||||
'opendaylight',
|
'opendaylight',
|
||||||
|
'openjdk-8-jre-headless',
|
||||||
] %}
|
] %}
|
||||||
# NOTE(egonzalez): ODL fails to install in debian family images with
|
# NOTE(egonzalez): ODL fails to install in debian family images with
|
||||||
# existing odl user. First install odl and then allow usage of
|
# existing odl user. First install odl and then allow usage of
|
||||||
|
Loading…
Reference in New Issue
Block a user