We are jubilant to announce the release of: puppet-murano 10.0.0: Puppet module for OpenStack Murano This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-murano/ For more details, please see below. 10.0.0 ^^^^^^ New Features ************ * Add ability to set configure_user and configure_user_role parameters in murano::keystone::auth and murano::keystone::cfapi_auth Deprecation Notes ***************** * murano::rabbit_os_host, murano::rabbit_os_hosts, murano::rabbit_os_password, murano::rabbit_os_port, murano::rabbit_os_userid and murano::rabbit_os_virtual_host are deprecated. murano::default_transport_url should be used instead. Bug Fixes ********* * Fixed documentation for log_dir parameter Other Notes *********** * The verbose option was marked to be removed in Ocata, in Newton the option was deprecated. Changes in puppet-murano 9.4.0..10.0.0 -------------------------------------- 1fedabf Prepare 10.0.0 release e97cfb4 Deprecate rabbitmq connection parameters 7168404 Fix common options position in params.pp 56d185d Fix puppet version for requirements in metadata 15c7bf4 Add acceptance tests for client and application provider b3c6287 Remove '::processorcount' fact from tests. e3da46c Make Murano application provider use prefetch 887083a Fix documentation for log_dir parameter cc4bec0 Fix markdown format typo 1b1814e Enable release notes translation eb3158c Make configure_user and configure_user_role configurable f28bdd2 Change section for setting package_service backend 8545be9 Changed the home-page to point Openstack Puppet Homepage bf55860 Move rspec-puppet-facts to spec helper e7db0e9 Added retries for db_sync 8c67f03 Remove verbose 201c9a4 Update reno for stable/newton Diffstat (except docs and test files) ------------------------------------- README.md | 4 +- lib/puppet/provider/murano.rb | 4 +- lib/puppet/provider/murano_application/murano.rb | 21 ++++++ manifests/db/sync.pp | 2 + manifests/init.pp | 84 ++++++++++++---------- manifests/keystone/auth.pp | 14 +++- manifests/keystone/cfapi_auth.pp | 14 +++- manifests/logging.pp | 14 +--- manifests/params.pp | 13 ++-- metadata.json | 12 ++-- ...onfigurable_user_and_role-8e755bb0b27d267f.yaml | 4 ++ ...fix_log_dir_documentation-ff5af59dfab3cbbb.yaml | 3 + ...ection-params-deprecation-776dbae440e204ba.yaml | 6 ++ .../notes/remove_verbose-9cf0281db23c507b.yaml | 4 ++ releasenotes/source/conf.py | 7 +- releasenotes/source/index.rst | 3 +- releasenotes/source/newton.rst | 6 ++ setup.cfg | 2 +- spec/acceptance/basic_murano_spec.rb | 11 ++- spec/classes/murano_db_postgresql_spec.rb | 1 - spec/classes/murano_db_sync_spec.rb | 1 - spec/classes/murano_init_spec.rb | 7 +- spec/classes/murano_keystone_auth_spec.rb | 10 +++ spec/classes/murano_keystone_cfapi_auth_spec.rb | 10 +++ spec/spec_helper.rb | 10 +-- .../provider/murano_application/murano_spec.rb | 36 +++++----- spec/unit/provider/murano_spec.rb | 2 +- 27 files changed, 193 insertions(+), 112 deletions(-)