summaryrefslogtreecommitdiffstats
path: root/networking-odl/devstack/odl-releases/lithium-0.3.2-SR2
blob: d6034094c2d515edafa8fdd7756c7060420ce0e4 (plain)
1
2
3
4
5
6
7
8
9
export BUNDLEVERSION='0.3.2-Lithium-SR2'
export ODL_NAME=distribution-karaf-${BUNDLEVERSION}

# Java major version required to run OpenDaylight: 7, 8, ...
ODL_REQUIRED_JAVA_VERSION=${ODL_REQUIRED_JAVA_VERSION:-7}

function setup_opendaylight_package {
    odl_export_release_url_pkg ${ODL_URL_PREFIX} ${BUNDLEVERSION}
}