We are thrilled to announce the release of: puppet-rally 10.0.0: Puppet module for OpenStack Rally This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/puppet-rally Download the package from: https://tarballs.openstack.org/puppet-rally/ Please report issues through: https://bugs.launchpad.net/puppet-rally/+bugs For more details, please see below. Changes in puppet-rally 9.0.0..10.0.0 ------------------------------------- af3aeaf Prepare 2023.1 release 6dd928e Replace legacy facts and use fact hash 8a9210c Switch to Ubuntu Jammy (22.04) 399172e Support db schema upgrade 16a35f2 Replace outdated command to create rally db eba963d Debian/Ubuntu: Install openstack plugin c66b61e Manila: Allow tuning for access creation/deletion polling 75108a4 Deprecate implementations for removed EC2 API tests 4850617 Remove cleanup for old sections a179d50 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- manifests/db.pp | 32 +-- manifests/db/sync.pp | 20 +- manifests/init.pp | 8 +- manifests/logging.pp | 74 +++--- manifests/params.pp | 8 +- manifests/settings.pp | 24 +- manifests/settings/cinder.pp | 28 +-- manifests/settings/ec2.pp | 15 +- manifests/settings/glance.pp | 20 +- manifests/settings/heat.pp | 80 +++--- manifests/settings/ironic.pp | 4 +- manifests/settings/magnum.pp | 12 +- manifests/settings/manila.pp | 54 +++-- manifests/settings/mistral.pp | 4 +- manifests/settings/monasca.pp | 4 +- manifests/settings/murano.pp | 8 +- manifests/settings/nova.pp | 268 ++++++++++----------- manifests/settings/octavia.pp | 12 +- manifests/settings/sahara.pp | 24 +- manifests/settings/tempest.pp | 44 ++-- manifests/settings/watcher.pp | 8 +- metadata.json | 8 +- .../notes/db-upgrade-07d90ec4fc07f990.yaml | 6 + .../notes/deprecate-ec2-1fd7f9ee989919ae.yaml | 5 + ...manila-access-tuning-opts-b68930062a32895b.yaml | 10 + .../notes/ubuntu-jammy-af50ff903c5387dd.yaml | 8 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 + spec/classes/rally_db_sync_spec.rb | 75 ++++-- spec/classes/rally_init_spec.rb | 17 +- spec/classes/rally_settings_manila_spec.rb | 42 ++-- 31 files changed, 516 insertions(+), 413 deletions(-)