Skip to content

Commit c6b6b92

Browse files
committed
Update ODL to Beryllium ERP RC3.1
Signed-off-by: Daniel Farrell <[email protected]>
1 parent f87bae2 commit c6b6b92

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
- Update ODL to Beryllium ERP RC2.3
1515
2016-02-09 Release 3.2.7
1616
- Update ODL to Beryllium ERP RC3
17+
2016-02-09 Release 3.2.8
18+
- Update ODL to Beryllium ERP RC3.1

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$extra_features = []
1313
$odl_rest_port = '8080'
1414
$install_method = 'rpm'
15-
$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'
15+
$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'
1616
$unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
1717
$enable_l3 = 'no'
1818
$log_levels = {}

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dfarrell07-opendaylight",
3-
"version": "3.2.7",
3+
"version": "3.2.8",
44
"author": "Daniel Farrell",
55
"summary": "Puppet module that installs and configures the OpenDaylight SDN controller",
66
"license": "BSD-2-Clause",

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def tarball_install_tests(options = {})
231231
# Extract params
232232
# NB: These default values should be the same as ones in opendaylight::params
233233
# TODO: Remove this possible source of bugs^^
234-
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')
234+
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')
235235
unitfile_url = options.fetch(:unitfile_url, 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz')
236236
osfamily = options.fetch(:osfamily, 'RedHat')
237237

0 commit comments

Comments
 (0)