File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414- Update ODL to Beryllium ERP RC2.3
15152016-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
Original file line number Diff line number Diff line change 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 = {}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments