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'] %}
|
||||
{% 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…
Reference in New Issue
Block a user