##2015-10-14 - Release 0.8.0 ###Summary
- manage package and version for pcs
- Use Puppet::Type.newtype instead of Puppet.newtype
- Fix deprecation warning for SUIDManager.
- Fix acceptance tests for RHEL6 and Ubuntu 14.04
- Implement ensure => $version for pacemaker and corosync package
- Made pacemaker and corosync version configurable
- Added variables to manage pacemaker or corosync package.
- Added variables to manage pacemaker and corosync version.
- Moved package parameters to init.pp. Required to accomodate the logic that allows new style $package_{corosync,pacemaker} parameters, and the old-style $packages to co-exist in a safe manner.
- Added deprecation warning for $packages parameter and fail() for mixed use of $packages and $package_{corosync,pacemaker}.
- Added spec tests for new package parameters.
- Added failure spec test for mixed use of $packages and $package_*.
- Made token_retransmits_before_loss_const a parameter to allow hearbeat tuning
- Move beaker to system-tests group
- Add spec for cs_colocation
- Add basic beaker-rspec testing
- Colocation is allowed on at least 2 primitives
- Bugfix, crmsh cs_location provider
- param mcastport is still used when using broadcast mode
- Fixed ordering of self.ready? tests
- Added caching on self.ready
- Ensure node IDs for votequorum are not "0"
- Add votequorum setting to corosync.conf
- Add cs_clone provider and type (complete)
- Implement rsc_defaults
- make token value configurable
##2014-12-2 - Release 0.7.0
###Summary
This release refactors the main class to use corosync::params
for defaults and no longer checks global variables for the parameters. It also includes strict variable support, a few other features, and a bugfix for EL platforms.
####Backwards Incompatible Changes
Class corosync
no longer uses global varaibles $::port
, $::threads
, $::port
, $::bind_address
, $::unicast_addresses
, $::multicast_address
, or $::enable_secauth
. These should be passed as parameters to the corosync
class instead.
####Features
- Strict variable support
- Add support for spaces in
cs_primitive
parameters - Add support for multiple operations with the same name
- Add some parameter validation
####Bugfixes
- Removed
enable corosync
exec for EL platforms
##2014-07-15 - Release 0.6.0 ###Summary
This release adds support for the PCS provider. It also updates metadata.json so the module can be uninstalled and upgraded via the puppet module command.
####Features
- Add support for PCS provider
##2014-06-24 - Release 0.5.0 ###Summary
This module has undergone two years of development, and pretty much every aspect of it has changed in some regard. I've tried to capture the key changes below, but you should rely on the README to see how things work now.
####Features
- Added a new resource type cs_location.
- Make primitive utilization attributes managable.
- Added symmetrical parameter on cs_order (for ordering).
- Allow ordering of cs_groups.
- Allow to specify rrpmode and ttl.
- Allow to specifiy several rings.
- Permit broadcast.
- Allow more than two primitives per cs_colocation.
- Allow the authkey to be provided as a string.
- Add tests.
- Rework significant amounts of the provider code.
####Bugfixes
- Delete an existing cib to start fresh
- Only change /etc/defaults for corosync startup on Debian platforms
- Fix templates for Puppet 3.2+.
- Don't complain if cs_primitive doesn't have a utilization parameter.
- Consider <instance_attributes/> within primitive operations.
- Changed osfamily check to include other operating systems.
- Updated node to node_name in cs_location function as 'node' is a reserved name, this replacement allows cs_location to work correctly.
##2012-10-14 - Release 0.1.0
- Added robustness for general corosync management (read the merges)
- Added
cs_group
type - Added some testing
- Generally tried to get on top of this thing.