We are stoked to announce the release of: puppet-openstacklib 19.1.0: Puppet module for OpenStack Openstacklib This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-openstacklib Download the package from: https://tarballs.openstack.org/puppet-openstacklib/ Please report issues through: https://bugs.launchpad.net/puppet-openstacklib/+bugs For more details, please see below. 19.1.0 ^^^^^^ New Features * The new "openstacklib::iscsid" class has been added. This class can be used to set up basic configurations for the iscsid service. Changes in puppet-openstacklib 19.0.0..19.1.0 --------------------------------------------- 508fc7a Get rid of the $pyvers variable 6e67434 Add support for iscsid configuration 55188f0 Set fixture paths for unit tests dd1287b Prepare Xena M1 Diffstat (except docs and test files) ------------------------------------- manifests/defaults.pp | 5 -- manifests/iscsid.pp | 58 +++++++++++++++++++++++ manifests/params.pp | 16 ++++++- metadata.json | 2 +- releasenotes/notes/iscsid-0a9fe8a9dba4047b.yaml | 5 ++ spec/classes/openstacklib_iscsid_spec.rb | 47 ++++++++++++++++++ spec/classes/openstacklib_openstackclient_spec.rb | 6 +-- spec/spec_helper.rb | 5 ++ 8 files changed, 131 insertions(+), 13 deletions(-)