diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-17 10:32:04 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-17 10:32:33 -0500 |
commit | c384aa2fdf7160efc63a794c8f792e8ab99318a6 (patch) | |
tree | c53779f13665784e800aa9d95d90966faeddb1ed /ci/config_tpl/bundle_tpl | |
parent | 95e9f8b963e5d33fd219c2bc71e5d527661abbf8 (diff) |
moving from SR2 to SR3 of ODL.
Change-Id: Ice4e7b53109afe3a3cd1bf90454391898a33df7b
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl')
-rw-r--r-- | ci/config_tpl/bundle_tpl/odl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/bundle_tpl/odl.yaml b/ci/config_tpl/bundle_tpl/odl.yaml index 30f555c9..d2a6e1d1 100644 --- a/ci/config_tpl/bundle_tpl/odl.yaml +++ b/ci/config_tpl/bundle_tpl/odl.yaml @@ -1,7 +1,7 @@ odl-controller: charm: local:{{ ubuntu.release }}/odl-controller options: - install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz" + install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.tar.gz" {% if os.network.sfc %} profile: "openvswitch-odl-beryllium-sfc" {% elif os.network.bgpvpn %} |