We jubilantly announce the release of: puppet-pacemaker 1.1.0: Puppet module for Pacemaker The source is available from: https://opendev.org/openstack/puppet-pacemaker Download the package from: https://tarballs.openstack.org/puppet-pacemaker/ For more details, please see below. Changes in puppet-pacemaker 1.0.0..1.1.0 ---------------------------------------- af9f15a Update metadata for a release 441e0c4 Fix pcs 0.10 detection for 8-stream b3596d1 Add disable-http-filter option b501c08 Convert all class usage to relative names a53120f Add tripleo-standalone sc4 job a385603 Revert "Make sure we pass cluster_setup_extras when using pcs 0.10" 034102e Fix up upgrade coordination around authkey b7af3b6 Retry calling backup_cib() 7a82bae Do not create stonith location constraint when there is a single node 1bb2fe7 Fix typo in CRMDIFF_BIN 3cbc4da Make sure we pass cluster_setup_extras when using pcs 0.10 bb6709c Add support for promoted-max meta attribute 5ab1505 Switch to newer openstackdocstheme and reno versions 9f3f5c7 Update Puppet requirement to >= 6.0.0 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++++ Gemfile | 2 +- Rakefile | 1 - agent_generator/src_xml/fence_rhevm.xml | 5 +++ examples/pacemaker/host.pp | 4 +- examples/pacemaker/setup.pp | 4 +- examples/service/start.pp | 2 +- examples/service/stop.pp | 2 +- lib/puppet/provider/pcmk_bundle/default.rb | 14 +++++++ lib/puppet/provider/pcmk_common.rb | 59 +++++++++++++++++++---------- lib/puppet/provider/pcmk_stonith/default.rb | 3 +- lib/puppet/type/pcmk_bundle.rb | 15 ++++++++ manifests/contain.pp | 2 - manifests/corosync.pp | 33 +++++++++++----- manifests/init.pp | 8 ++-- manifests/install.pp | 2 +- manifests/new.pp | 22 +++++------ manifests/new/firewall.pp | 2 +- manifests/new/install.pp | 2 +- manifests/new/service.pp | 2 +- manifests/new/setup.pp | 10 ++--- manifests/new/setup/auth_key.pp | 4 +- manifests/new/setup/config.pp | 2 +- manifests/new/setup/debian.pp | 4 +- manifests/new/setup/pcsd.pp | 2 +- manifests/params.pp | 5 ++- manifests/remote.pp | 40 ++++++++++++++----- manifests/resource/bundle.pp | 29 +++++++++++++- manifests/resource/remote.pp | 5 ++- manifests/resource/service.pp | 2 +- manifests/service.pp | 8 ++-- manifests/stonith/fence_rhevm.pp | 9 +++++ metadata.json | 4 +- releasenotes/source/conf.py | 13 +++---- 35 files changed, 232 insertions(+), 102 deletions(-)