diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-13 07:31:53 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-13 07:32:26 -0500 |
commit | bf9895b47a862177224c4b47c7d46928dadd9a70 (patch) | |
tree | ec2908bc1b20f8b82cf5a2aac8d0d13daea8b567 /ci/config_tpl/bundle_tpl/odl.yaml | |
parent | 2ead372983bbb1fb9f258c638d1d559a4f28c53f (diff) |
modified the default URL to Boron RC3.5
Change-Id: I30de51b3c73cb05e53c5d2baa43c84b13b347d72
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/config_tpl/bundle_tpl/odl.yaml b/ci/config_tpl/bundle_tpl/odl.yaml index b3814a50..d04049f2 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/autorelease-1477/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz" + install-url: "https://nexus.opendaylight.org/content/repositories/autorelease-1495/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz" {% if os.network.sfc %} profile: "openvswitch-odl-beryllium-sfc" {% elif os.network.bgpvpn %} @@ -9,7 +9,7 @@ {% elif os.network.odll3 %} profile: "openvswitch-odl-beryllium-l3" {% else %} - profile: "openvswitch-odl-beryllium" + profile: "openvswitch-odl-boron" {% endif %} http-proxy: "http://squid.internal:3128" https-proxy: "http://squid.internal:3128" |