We are pleased to announce the release of: puppet-openstacklib 10.5.0: Puppet module for OpenStack Openstacklib This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-openstacklib/ For more details, please see below. 10.5.0 ^^^^^^ Bug Fixes * The os_workers_large fact now returns an Integer instead of a Tuple. It will also return a minimum value of 1. Changes in puppet-openstacklib 10.4.1..10.5.0 --------------------------------------------- 15b7456 Prepare for Ocata post release 735cdbd Run puppet-openstack-beaker-jobs 76c9017 Switch to Facter.flush c869b47 Ensure os_workers_large fact returns an Integer 7b11562 Switch to Zuul v3 testing 33898a8 [ocata] Add Puppet package to bindep, for module build 8683944 Fix beaker tests to use openstack_integration for RabbitMQ Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + bindep.txt | 1 + lib/facter/os_workers.rb | 2 +- metadata.json | 146 ++++++++++----------- .../os_workers_large-fact-71afa253044ce56e.yaml | 5 + releasenotes/source/conf.py | 4 +- spec/acceptance/rabbitmq_spec.rb | 18 +-- spec/unit/facter/os_workers_large_spec.rb | 26 ++++ spec/unit/facter/os_workers_small_spec.rb | 36 +++++ spec/unit/facter/os_workers_spec.rb | 36 +++++ 10 files changed, 190 insertions(+), 91 deletions(-)