puppet-ironic 13.1.0 (rocky)
We are satisfied to announce the release of: puppet-ironic 13.1.0: Puppet module for OpenStack Ironic This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-ironic/ For more details, please see below. 13.1.0 ^^^^^^ New Features ************ * Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy. * Add new option ironic::inspector::db::database_db_max_retries. The database_db_max_retries parameter regulates the number of reconnection attempts performed after an error raised rather than at startup. Upgrade Notes ************* * The deprecated ironic::rabbit_host, ironic::rabbit_hosts, ironic::rabbit_password, ironic::rabbit_port, ironic::rabbit_userid and ironic::rabit_virtual_host are now removed. Please use ironic::default_transport_url instead. Changes in puppet-ironic 13.0.0..13.1.0 --------------------------------------- 156961b Prepare a new Rocky release 31dd4df Remove deprecated rabbit params 39c790d Add support for db_max_retries param aca0919 Add pool_timeout option 4ad193f Replace port 35357 with 5000 9be8bef neat: missing : in $::os_service_default 6699a82 Debian is using Python 3 06c01b0 Fix app.wsgi path in Debian f1aac46 fix error url 8c413d2 Missing deps for unit test of config.pp Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/api/authtoken.pp | 6 +-- manifests/db.pp | 6 +++ manifests/drivers/drac.pp | 2 + manifests/drivers/ilo.pp | 2 + manifests/drivers/redfish.pp | 2 + manifests/init.pp | 54 ---------------------- manifests/inspector/authtoken.pp | 6 +-- manifests/inspector/db.pp | 13 ++++++ manifests/params.pp | 19 +++++--- metadata.json | 8 ++-- ...ool_timeout-option-for-db-e13f121a41b4b3af.yaml | 5 ++ .../notes/add_db_max_retries-a1d3176323e781a5.yaml | 6 +++ ...-deprecated-rabbit-params-a42913217a36cea3.yaml | 6 +++ spec/classes/ironic_api_authtoken_spec.rb | 4 +- spec/classes/ironic_config_spec.rb | 2 + spec/classes/ironic_db_spec.rb | 23 ++++++++- spec/classes/ironic_init_spec.rb | 20 +++----- spec/classes/ironic_inspector_authtoken_spec.rb | 4 +- spec/classes/ironic_inspector_db_spec.rb | 26 ++++++++++- spec/unit/provider/ironic_spec.rb | 2 +- 21 files changed, 126 insertions(+), 92 deletions(-)
participants (1)
-
no-reply@openstack.org