Update ODL to Beryllium ERP RC3 06/55606/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 15 Feb 2016 17:05:55 +0000 (12:05 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
Change-Id: I81beec0d87f0b6d6fb8e0beda53e76f6608ab15c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
CHANGELOG
manifests/params.pp
metadata.json
spec/spec_helper.rb

index c7aad7e9611d33d967b99755c01694d73618cb0c..55ce713db6955ca924b90ca5ace70ff2190e6bc4 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,3 +12,5 @@
 - Update ODL to Beryllium ERP RC2.2
 2016-02-09 Release 3.2.6
 - Update ODL to Beryllium ERP RC2.3
+2016-02-09 Release 3.2.7
+- Update ODL to Beryllium ERP RC3
index 9a4f2b5e1368cad4d009c86f0448b50823d9d095..768a3a9d852af87a3b4321f791c0a6b5a0470a49 100644 (file)
@@ -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-RC2.3/distribution-karaf-0.4.0-Beryllium-RC2.3.tar.gz'
+  $tarball_url = 'https://nexus.opendaylight.org/content/repositories/autorelease-1075/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz'
   $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
   $odl_rest_port = '8080'
   $enable_l3 = 'no'
index 270b383d1f2866397c96bee9fdc51c970ca816fb..cf0cb653b4fe39293bd4f38e61bec2bbc41f38dc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "dfarrell07-opendaylight",
-  "version": "3.2.6",
+  "version": "3.2.7",
   "author": "Daniel Farrell",
   "summary": "Puppet module that installs and configures the OpenDaylight SDN controller",
   "license": "BSD-2-Clause",
index 696b2617c8f57c3ce2df38768df1cab6d9658e3c..dfa11b47c45512da96a8b5f058a0071e2f1afc6f 100644 (file)
@@ -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-RC2.3/distribution-karaf-0.4.0-Beryllium-RC2.3.tar.gz')
+  tarball_url = options.fetch(:tarball_url, 'https://nexus.opendaylight.org/content/repositories/autorelease-1075/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.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')