diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-31 09:55:04 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-31 09:55:49 -0500 |
commit | f2bdb6fa5e220ce79b5b709619451b244f65f547 (patch) | |
tree | 274317bf054ff153491857e4b80fb46aab54271b /ci/config_tpl/bundle_tpl/odl.yaml | |
parent | 46a806ee885899cafb36de103baea30ea9b75651 (diff) |
modfied the RC1 release od ODL Boron for test.
Change-Id: I25031e663b341dc23fc054622cb8a57b54298367
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl/odl.yaml')
-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..dad22df6 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/autorelease-1436/org/opendaylight/integration/distribution-karaf/0.5.0-Boron-RC1/distribution-karaf-0.5.0-Boron-RC1.tar.gz" {% if os.network.sfc %} profile: "openvswitch-odl-beryllium-sfc" {% elif os.network.bgpvpn %} |