From 3313275d5fb431cf52cce6624f0b0bf20ed668cd Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 4 Feb 2016 00:46:51 -0500 Subject: [PATCH] Update ODL to Beryllium ERP 4.0.0-1.201602020032 Change-Id: Id40b88ac066e5729fcf259104b46015d2a2a5bd7 Signed-off-by: Daniel Farrell --- manifests/params.pp | 2 +- spec/spec_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 9650c7c..592b4e0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -12,7 +12,7 @@ class opendaylight::params { $extra_features = [] $odl_rest_port = '8080' $install_method = 'rpm' - $tarball_url = 'https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium-RC1/distribution-karaf-0.4.0-Beryllium-RC1.tar.gz' + $tarball_url = 'https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-beryllium-daily-v201602020032/distribution-karaf-0.4.0-beryllium-daily-v201602020032.tar.gz' $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz' $odl_rest_port = '8080' $enable_l3 = 'no' diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d541d59..8542107 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -231,7 +231,7 @@ def tarball_install_tests(options = {}) # Extract params # NB: These default values should be the same as ones in opendaylight::params # TODO: Remove this possible source of bugs^^ - tarball_url = options.fetch(:tarball_url, 'https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium-RC1/distribution-karaf-0.4.0-Beryllium-RC1.tar.gz') + tarball_url = options.fetch(:tarball_url, 'https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-beryllium-daily-v201602020032/distribution-karaf-0.4.0-beryllium-daily-v201602020032.tar.gz') unitfile_url = options.fetch(:unitfile_url, 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz') osfamily = options.fetch(:osfamily, 'RedHat') -- 2.36.6