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

index 55ce713db6955ca924b90ca5ace70ff2190e6bc4..c97749cdf703d21e4b9ced0d1fca24dda9bda47c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,3 +14,5 @@
 - Update ODL to Beryllium ERP RC2.3
 2016-02-09 Release 3.2.7
 - Update ODL to Beryllium ERP RC3
+2016-02-09 Release 3.2.8
+- Update ODL to Beryllium ERP RC3.1
index 768a3a9d852af87a3b4321f791c0a6b5a0470a49..3f705c8d8a3091b4e4a98de19f15ea673932f1c8 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/autorelease-1075/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz'
+  $tarball_url = 'https://nexus.opendaylight.org/content/repositories/autorelease-1079/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 cf0cb653b4fe39293bd4f38e61bec2bbc41f38dc..aafed9242326d3bbf9bed4500ff35e70e970af97 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "dfarrell07-opendaylight",
-  "version": "3.2.7",
+  "version": "3.2.8",
   "author": "Daniel Farrell",
   "summary": "Puppet module that installs and configures the OpenDaylight SDN controller",
   "license": "BSD-2-Clause",
index dfa11b47c45512da96a8b5f058a0071e2f1afc6f..9f928bcd6938fe034b4af47ccd2b82ccd3ead4c9 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/autorelease-1075/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz')
+  tarball_url = options.fetch(:tarball_url, 'https://nexus.opendaylight.org/content/repositories/autorelease-1079/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')