diff --git a/doc/source/admin/template-override/opendaylight-source.rst b/doc/source/admin/template-override/opendaylight-source.rst index 61a3415ba1..d97d1b828b 100644 --- a/doc/source/admin/template-override/opendaylight-source.rst +++ b/doc/source/admin/template-override/opendaylight-source.rst @@ -18,7 +18,7 @@ Point to the desired version of OpenDaylight in `kolla-build.conf`: [opendaylight] type = url - location = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.0-Carbon/distribution-karaf-0.6.0-Carbon.tar.gz + location = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.2-Carbon/distribution-karaf-0.6.2-Carbon.tar.gz Build the container by executing the following command: diff --git a/kolla/common/config.py b/kolla/common/config.py index 3b650ca1ce..56910be961 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -587,8 +587,8 @@ SOURCES = { 'type': 'url', 'location': ('https://nexus.opendaylight.org/content/' 'repositories/opendaylight.release/org/opendaylight/' - 'integration/distribution-karaf/0.6.1-Carbon/' - 'distribution-karaf-0.6.1-Carbon.tar.gz')}, + 'integration/distribution-karaf/0.6.2-Carbon/' + 'distribution-karaf-0.6.2-Carbon.tar.gz')}, 'panko-base': { 'type': 'url', 'location': ('$tarballs_base/panko/'