From no-reply at openstack.org Thu Sep 1 08:12:48 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:12:48 -0000 Subject: [release-announce] python-solumclient 3.6.1 (zed) Message-ID: We enthusiastically announce the release of: python-solumclient 3.6.1: Client library for Solum API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-solumclient Download the package from: https://tarballs.openstack.org/python-solumclient/ Please report issues through: https://bugs.launchpad.net/python-solumclient/+bugs For more details, please see below. Changes in python-solumclient 3.6.0..3.6.1 ------------------------------------------ 319a84d Drop lower-constraints.txt and its testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 102 -------------------------------------------------- requirements.txt | 4 ++ tox.ini | 6 --- 4 files changed, 5 insertions(+), 110 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4655d24..fdcc360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + From no-reply at openstack.org Thu Sep 1 08:14:58 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:14:58 -0000 Subject: [release-announce] python-muranoclient 2.5.0 (zed) Message-ID: We contentedly announce the release of: python-muranoclient 2.5.0: python-muranoclient This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-muranoclient Download the package from: https://pypi.org/project/python-muranoclient Please report issues through: https://bugs.launchpad.net/python-muranoclient/+bugs For more details, please see below. Changes in python-muranoclient 2.4.1..2.5.0 ------------------------------------------- fdbec7b Add Python3 zed unit tests 91ea416 Imported Translations from Zanata eabfc58 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 38 ++++++++++++++++++++-- releasenotes/source/yoga.rst | 6 ++++ 4 files changed, 44 insertions(+), 3 deletions(-) From no-reply at openstack.org Thu Sep 1 08:28:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:28:13 -0000 Subject: [release-announce] python-monascaclient 2.6.0 (zed) Message-ID: We eagerly announce the release of: python-monascaclient 2.6.0: Monasca API Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-monascaclient Download the package from: https://pypi.org/project/python-monascaclient Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in python-monascaclient 2.5.0..2.6.0 -------------------------------------------- bb7d4b6 Drop lower-constraints.txt and its testing 46c852b Add Python3 zed unit tests a6de158 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 72 ------------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++ requirements.txt | 4 +++ tox.ini | 6 ---- 6 files changed, 12 insertions(+), 80 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f2f449b..a103be8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + From no-reply at openstack.org Thu Sep 1 08:46:39 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:46:39 -0000 Subject: [release-announce] python-novaclient 18.1.0 (zed) Message-ID: We exuberantly announce the release of: python-novaclient 18.1.0: Client library for OpenStack Compute API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-novaclient Download the package from: https://pypi.org/project/python-novaclient Please report issues through: https://bugs.launchpad.net/python-novaclient/+bugs For more details, please see below. 18.1.0 ^^^^^^ New Features * Support has been added for microversion 2.92. This microversion only accepts to import a public key and no longer to generate one, hence now the public_key parameter be mandatory. (https://docs.openstack.org/nova/latest/reference/api-microversion- history.html#microversion-2-92) * Support has been added for microversion 2.91. This microversion allows specifying a destination host to unshelve a shelve offloaded server. And availability zone can be set to None to unpin the availability zone of a server. (https://docs.openstack.org/nova/latest/reference/api-microversion- history.html#microversion-2-91) Changes in python-novaclient 18.0.0..18.1.0 ------------------------------------------- be9517cb Fix a fixture for keypairs tests 2b5d9899 Add support for 2.92 : keypair import mandatory ee9b277c Microversion 2.91: Support specifying destination host to unshelve 4d4cdb49 Imported Translations from Zanata d867ef65 Replace old URLs with new ones 81dece81 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- bindep.txt | 2 +- novaclient/__init__.py | 2 +- novaclient/v2/keypairs.py | 19 +- novaclient/v2/servers.py | 65 ++++- ...eypair-generation-removal-1b5d84a8906d3918.yaml | 8 + .../bp-unshelve-to-host-b220131a00dff8a2.yaml | 9 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 267 +++++++++++++++++++++ 14 files changed, 515 insertions(+), 11 deletions(-) From no-reply at openstack.org Thu Sep 1 08:47:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:47:13 -0000 Subject: [release-announce] monasca-ui 4.1.0 (wallaby) Message-ID: We contentedly announce the release of: monasca-ui 4.1.0: Monasca Plugin for Horizon This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/monasca-ui Download the package from: https://tarballs.openstack.org/monasca-ui/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-ui 4.0.0..4.1.0 ---------------------------------- 8eef491 Change policy file format to yaml 600ed69 Remove prefix 'dim_' from dimensions in Drilldown Dashboard e4d7fc8 Convert dimension value type from byte to str in MonascaProxyView 38ba35e Add missing PY3 support in overview views 8a55129 Bump decorator version in lower-constraints.txt b48d81d Update TOX_CONSTRAINTS_FILE for stable/wallaby a49a34a Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + README.rst | 8 ++++---- lower-constraints.txt | 2 +- monitoring/alarms/tables.py | 2 +- monitoring/conf/monitoring_policy.json | 8 -------- monitoring/conf/monitoring_policy.yaml | 4 ++++ monitoring/config/local_settings.py | 2 +- monitoring/overview/views.py | 6 ++++-- requirements.txt | 2 +- tox.ini | 2 +- 10 files changed, 18 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4b0c404..8deb324 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ python-monascaclient>=1.8.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 +horizon>=18.3.0 # Apache-2.0 From no-reply at openstack.org Thu Sep 1 08:47:32 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:47:32 -0000 Subject: [release-announce] monasca-notification 4.0.1 (wallaby) Message-ID: We are glad to announce the release of: monasca-notification 4.0.1: Reads alarms from Kafka and then notifies the customer using their configured notification method. This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/monasca-notification Download the package from: https://tarballs.openstack.org/monasca-notification/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-notification 4.0.0..4.0.1 -------------------------------------------- b7f8792 Set specific monasca-common base image for Wallaby a837e58 Fix Grafana URL in email notification def8f84 Re-enable Docker Zuul jobs 61179e9 Update docker-publish.yml for stable/wallaby 01c4738 Update TOX_CONSTRAINTS_FILE for stable/wallaby ba29bc2 Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + monasca_notification/plugins/email_notifier.py | 2 +- playbooks/docker-publish.yml | 2 +- tox.ini | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) From no-reply at openstack.org Thu Sep 1 08:49:20 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:49:20 -0000 Subject: [release-announce] monasca-agent 5.0.1 (wallaby) Message-ID: We joyfully announce the release of: monasca-agent 5.0.1: Monitoring agent for gathering metrics and sending them to the Monasca API. This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/monasca-agent Download the package from: https://tarballs.openstack.org/monasca-agent/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-agent 5.0.0..5.0.1 ------------------------------------- 8547772 Add a condition for systemd service detection in monasca_setup 9f41544 Fix Monasca-Setup Keystone detection 7cfbf4b Fix PY3 issue e55a499 Fix Docker builds 3e1de07 Re-enable Docker Zuul jobs b31b695 Update docker-publish.yml for stable/wallaby ed4ebf1 Update TOX_CONSTRAINTS_FILE for stable/wallaby 37dedf3 Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + monasca_agent/collector/checks_d/mysql.py | 2 +- monasca_setup/detection/plugins/keystone.py | 5 ++++- monasca_setup/main.py | 10 ++++++---- playbooks/docker-publish.yml | 6 +++--- tox.ini | 2 +- 10 files changed, 20 insertions(+), 14 deletions(-) From no-reply at openstack.org Thu Sep 1 08:54:21 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 08:54:21 -0000 Subject: [release-announce] puppet-ceph 4.0.0 Message-ID: We are excited to announce the release of: puppet-ceph 4.0.0: Puppet module for Ceph The source is available from: https://opendev.org/openstack/puppet-ceph Download the package from: https://tarballs.openstack.org/puppet-ceph/ For more details, please see below. 4.0.0 ^^^^^ New Features ************ * Now this module supports setting up the Ceph Object Gateway service with the beast HTTP frontend library. * Now this modules officially supports CentOS 9 and Red Hat Enterprise Linux 9. * The new "ceph::repo::stream" parameter has been added. Set this parameter to "true" when CentOS Stream and SIG repository are used. * Now the "ceph_config" resource type supports the new "secret" property. When this property is set to "true", value of the parameter is hidden from puppet logs. * The new "ceph::rgw::barbican" defined resource type has been added. This allows managing settings for Barbican integration of Ceph Object Gateway. * The "ceph::rgw" class now supports the following new parameters. * "rgw_swift_url_prefix" * "rgw_swift_account_in_url" * "rgw_swift_versioning_enabled" * "rgw_trust_forwarded_https" * The new "ceph::rgw::rgw_enable_apis" parameter has been added. Upgrade Notes ************* * The puppet-ceph module no longer depends on any sysctl module thus the dependency on duritong/sysctl module is removed and not needed anymore. * Fedora is no longer supported. * Ubuntu 16.04 (Xenial) is no longer supported. Deprecation Notes ***************** * The pid_max parameter in classes ceph::osds and ceph::profile::params is deprecated and no longer used. Changes in puppet-ceph 3.1.1..4.0.0 ----------------------------------- 75c5a7c rgw: Support Barbican integration settings f99525a Prepare puppet-ceph 4.0.0 721bfde Add back support for Puppet 5.x b0b0727 Do not override supported OS fa2d4ea Add CentOS 9 and RHEL 9 to supported operating systems 1800c1b rgw: Add support for rgw_enable_apis dbee5ba rgw: support more Swift-related options a41c255 rgw: Add suport for the beast frontend library 152b6f6 Remove support for upstart cedbe91 rgw: Refactor the logic to support multiple fronend_type 29ca5f4 Use integer for apache::vhost::port 0d28ee1 Bump upper version of puppetlabs-apt aeb5f40 Update source url to opendev 81a137e Remove workaround for old p-o-i manifest b0c34c7 Release 3.2.1 379aacd Add back CentOS/RHEL 7 to supported operating systems 08be8ee Remove support for Ubuntu 16.04 (Xenial) 039ef5e Fix CentOS Stream 9 repo url 82343e1 setuptools: Disable auto discovery c9dc5ce remove unicode literal from code f17e540 Release 3.2.0 e13544a CentOS: Allow fixing repository url for CentOS Stream 92da935 Add unit tests of ceph::rgw::keystone::auth 201e8b1 Deprecated pid_max and remove sysctl module dependency ab0d7ee Hide credential strings from puppet logs 72584e5 Bump upper versions 6d0e6b9 Remove workaround for issue caused by default ldap secret 5c3065d Fix unit test failure with recent puppetlabs-inifile 56d0441 Add information technology in the setup.cfg 6fb9f32 Add license information in the setup.cfg 6e154ae Delete useless code for setup.py 9e7ebff Stop configuring install_command in tox. a34f7a2 Fix pbr>=2.0.0 for setup.py 7ce9ab1 Update openstackdocstheme to the latest version 1afd64b Update reno to the latest version 3a1a8bb Support Puppet 7 6edfc34 Drop Fedora support 37b0c20 Set fixture paths for unit tests 9086108 Update IRC network to OFTC a733e34 setup.cfg: Replace dashes with underscores 2960cfa Fix lint errors with the latest lint packages 312521b Bump dependency in metadata.json ed72ec6 Update sphinx to the latest version 30bb45c Add Ubuntu Focal to the supporrted operating systesm 74c6983 Replace deprecated UPPER_CONSTRAINTS_FILE variable 105b71e Set openstackdocs_auto_name to use 'project' as name 9243448 Remove beaker 03784dd Use openstack_spec_helper from zuul checkout 3b8ab1f Switch to newer openstackdocstheme and reno versions 12ccc2f Update Puppet requirement to >= 6.0.0 Diffstat (except docs and test files) ------------------------------------- Gemfile | 19 +- README.md | 39 +- lib/puppet/type/ceph_config.rb | 24 ++ manifests/init.pp | 17 +- manifests/mirror.pp | 16 +- manifests/mon.pp | 30 +- manifests/osds.pp | 20 +- manifests/profile/params.pp | 36 +- manifests/repo.pp | 90 ++-- manifests/rgw.pp | 148 ++++--- manifests/rgw/apache_proxy_fcgi.pp | 2 +- manifests/rgw/barbican.pp | 66 +++ manifests/rgw/beast.pp | 35 ++ manifests/rgw/keystone.pp | 12 +- metadata.json | 36 +- releasenotes/notes/beast-d0eb1bcd637ca8ca.yaml | 5 + releasenotes/notes/centos-9-70ff1af03a392fab.yaml | 5 + .../notes/centos-stream-a43a0bbe65cf2aa8.yaml | 5 + .../notes/ceph_config-secret-211b7aa50e393b47.yaml | 6 + .../notes/deprecate-pid-max-a891b20388920412.yaml | 9 + .../notes/drop-fedora-01b1484406c0c888.yaml | 4 + .../remove-ubuntu-xenial-7f1352a0873b0d0c.yaml | 4 + .../notes/rgw-barbican-5007bb33d9b0df6a.yaml | 5 + .../notes/rgw-swift-opts-471757ed33cd8853.yaml | 9 + .../notes/rgw_enable_apis-a3600da8af1d7759.yaml | 4 + releasenotes/source/conf.py | 23 +- setup.cfg | 8 +- setup.py | 5 +- spec/acceptance/ceph_mon_osd_spec.rb | 19 +- spec/acceptance/nodesets/centos-70-x64.yml | 15 - spec/acceptance/nodesets/default.yml | 22 - spec/acceptance/nodesets/nodepool-centos7.yml | 13 - spec/acceptance/nodesets/nodepool-centos8.yml | 10 - spec/acceptance/nodesets/nodepool-trusty.yml | 13 - spec/acceptance/nodesets/nodepool-xenial.yml | 13 - spec/acceptance/nodesets/two-centos-70-x64.yml | 22 - .../nodesets/two-ubuntu-server-1404-x64.yml | 22 - .../acceptance/nodesets/ubuntu-server-1404-x64.yml | 15 - spec/classes/ceph_conf_spec.rb | 4 +- spec/classes/ceph_init_spec.rb | 4 +- spec/classes/ceph_mds_spec.rb | 4 +- spec/classes/ceph_mons_spec.rb | 4 +- spec/classes/ceph_osds_spec.rb | 16 +- spec/classes/ceph_profile_fs_spec.rb | 4 +- spec/classes/ceph_profile_mds_spec.rb | 4 +- spec/classes/ceph_repo_spec.rb | 268 +++++------- spec/classes/ceph_rgw_keystone_auth_spec.rb | 54 +++ spec/defines/ceph_fs_spec.rb | 4 +- spec/defines/ceph_key_spec.rb | 4 +- spec/defines/ceph_mgr_spec.rb | 4 +- spec/defines/ceph_mon_spec.rb | 473 +-------------------- spec/defines/ceph_osd_spec.rb | 4 +- spec/defines/ceph_pool_spec.rb | 4 +- spec/defines/ceph_rbd_mirror_spec.rb | 31 +- spec/defines/ceph_rgw_apache_proxy_fcgi_spec.rb | 109 +---- spec/defines/ceph_rgw_barbican_spec.rb | 91 ++++ spec/defines/ceph_rgw_beast_spec.rb | 95 +++++ spec/defines/ceph_rgw_civetweb_spec.rb | 4 +- spec/defines/ceph_rgw_keystone_spec.rb | 8 +- spec/defines/ceph_rgw_spec.rb | 223 ++-------- spec/spec_helper.rb | 5 +- spec/spec_helper_acceptance.rb | 2 +- spec/unit/provider/ceph_config/ini_setting_spec.rb | 1 - tox.ini | 4 +- 65 files changed, 857 insertions(+), 1423 deletions(-) From no-reply at openstack.org Thu Sep 1 09:48:21 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:48:21 -0000 Subject: [release-announce] kolla 12.5.0 (wallaby) Message-ID: We are pumped to announce the release of: kolla 12.5.0: Kolla OpenStack Deployment This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 12.5.0 ^^^^^^ Bug Fixes * Fixes CentOS builds of Skydive SEGV on startup. Skydive versions prior to 0.28.0 panic on newer versions of libc. This especially affects Centos 8. LP#1940862 * Fixes problems when running with docker-py >=6. LP#1988121 Changes in kolla 12.4.0..12.5.0 ------------------------------- b64e71746 mariadb: Fix repository URLs a7b00b08c Bump skydive version to 0.28 Diffstat (except docs and test files) ------------------------------------- kolla/image/build.py | 11 ++++++++--- kolla/template/repos.yaml | 8 ++++---- releasenotes/notes/bug-1940862-8fd12d669ab15299.yaml | 7 +++++++ releasenotes/notes/docker-6-6d77b5ff7ec1daef.yaml | 5 +++++ 5 files changed, 25 insertions(+), 8 deletions(-) From no-reply at openstack.org Thu Sep 1 09:48:29 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:48:29 -0000 Subject: [release-announce] kayobe 11.3.0 (xena) Message-ID: We are delighted to announce the release of: kayobe 11.3.0: Deployment of OpenStack to bare metal using OpenStack kolla and bifrost This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/kayobe Download the package from: https://tarballs.openstack.org/kayobe/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/kayobe For more details, please see below. Changes in kayobe 11.2.0..11.3.0 -------------------------------- b3186a22 Fix use of become_user by installing acl package 0b92d645 Fix IP allocation limit in overcloud inventory discover c709806b Remove unused parameter from seed container example 7c46f57d Update to latest Rocky Linux cloud image ac89fd05 ovn: add network group to neutron-ovn-metadata-agent Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all/infra-vms | 4 ++-- ansible/group_vars/all/seed | 1 - ansible/group_vars/all/seed-vm | 4 ++-- ansible/roles/dev-tools/defaults/main.yml | 3 +++ ansible/roles/kolla-ansible/templates/overcloud-services.j2 | 1 + ansible/roles/pip/tasks/pip_conf.yml | 9 --------- etc/kayobe/infra-vms.yml | 2 +- etc/kayobe/seed-vm.yml | 2 +- etc/kayobe/seed.yml | 1 - kayobe/cli/commands.py | 3 ++- releasenotes/notes/install-acl-package-0f21c110cd07537c.yaml | 6 ++++++ releasenotes/notes/rocky-linux-8.6-image-cb4cf2781f802fb1.yaml | 5 +++++ 13 files changed, 24 insertions(+), 18 deletions(-) From no-reply at openstack.org Thu Sep 1 09:48:48 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:48:48 -0000 Subject: [release-announce] kayobe 10.4.0 (wallaby) Message-ID: We are glad to announce the release of: kayobe 10.4.0: Deployment of OpenStack to bare metal using OpenStack kolla and bifrost This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/kayobe Download the package from: https://tarballs.openstack.org/kayobe/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/kayobe For more details, please see below. Changes in kayobe 10.3.0..10.4.0 -------------------------------- 2eaaa85e Fix use of become_user by installing acl package 1d51438f Fix IP allocation limit in overcloud inventory discover 9a7fdc42 Remove unused parameter from seed container example dcdbceac ovn: add network group to neutron-ovn-metadata-agent Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all/seed | 1 - ansible/roles/dev-tools/defaults/main.yml | 3 +++ ansible/roles/kolla-ansible/templates/overcloud-services.j2 | 1 + ansible/roles/pip/tasks/pip_conf.yml | 9 --------- etc/kayobe/seed.yml | 1 - kayobe/cli/commands.py | 3 ++- releasenotes/notes/install-acl-package-0f21c110cd07537c.yaml | 6 ++++++ 8 files changed, 13 insertions(+), 12 deletions(-) From no-reply at openstack.org Thu Sep 1 09:49:36 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:49:36 -0000 Subject: [release-announce] kolla-ansible 13.4.0 (xena) Message-ID: We high-spiritedly announce the release of: kolla-ansible 13.4.0: Ansible Deployment of Kolla containers This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/kolla-ansible Download the package from: https://tarballs.openstack.org/kolla-ansible/ Please report issues through: https://bugs.launchpad.net/kolla-ansible/+bugs For more details, please see below. 13.4.0 ^^^^^^ Security Issues *************** * Kolla Ansible used to run Ironic's tftpd as an (unprivileged) root user. Now, it will explicitly use the nobody user. Bug Fixes ********* * Fixes 1982777. Set multipathd user_friendly_names to "no" to make os-brick able to resize volumes online. Adds ability to override multipathd config. LP#1982777 * Fixed bug #1987982 (https://bugs.launchpad.net/kolla- ansible/+bug/1987982) This bug caused the database log_bin_trust_function_creators variable not to be set back to "OFF" after a keystone upgrade. * Fixes an issue where ping might not be installed on some systems, causing HAProxy prechecks to fail. * If "ironic_enabled_notification_topics" is set to "true", "ironic_notification_level" is set to "info" in order to ensure that Ironic actually sends out notifications. See bug 1969826 (https://bugs.launchpad.net/kolla- ansible/+bug/1969826) for details. Changes in kolla-ansible 13.3.0..13.4.0 --------------------------------------- 36bfd107b Fix haproxy prechecks after deployment 62931b310 keystone: Remove redundant 'when' 488ea908e [security] Make Ironic tftpd run as nobody 394e7642f packages: install iputils for ping ede45e306 Fix nova online volume resize with multipathd afb51b2c4 Set the ironic notification level Diffstat (except docs and test files) ------------------------------------- ansible/roles/baremetal/defaults/main.yml | 2 ++ ansible/roles/ironic/templates/ironic-pxe.json.j2 | 2 +- ansible/roles/ironic/templates/ironic.conf.j2 | 4 ++++ ansible/roles/keystone/handlers/main.yml | 1 - ansible/roles/keystone/tasks/upgrade.yml | 1 - ansible/roles/loadbalancer/tasks/precheck.yml | 2 +- ansible/roles/multipathd/tasks/config.yml | 17 +++++++++++------ ansible/roles/multipathd/templates/multipath.conf.j2 | 2 +- releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml | 8 ++++++++ ...st_function_creators-variables-8628098891513dac.yaml | 6 ++++++ .../notes/install-iputils-50da7016788f413c.yaml | 5 +++++ .../ironic-notification-level-a23db99c66c4b752.yaml | 9 +++++++++ .../notes/ironic-tftp-nobody-835803ba36398ea3.yaml | 6 ++++++ 13 files changed, 54 insertions(+), 11 deletions(-) From no-reply at openstack.org Thu Sep 1 09:49:37 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:49:37 -0000 Subject: [release-announce] kolla 13.4.0 (xena) Message-ID: We eagerly announce the release of: kolla 13.4.0: Kolla OpenStack Deployment This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 13.4.0 ^^^^^^ Bug Fixes * Fixes problems when running with docker-py >=6. LP#1988121 Changes in kolla 13.3.0..13.4.0 ------------------------------- bf4341973 mariadb: Fix RPM repository URLs Diffstat (except docs and test files) ------------------------------------- kolla/image/build.py | 11 ++++++++--- kolla/template/repos.yaml | 8 ++++---- releasenotes/notes/docker-6-6d77b5ff7ec1daef.yaml | 5 +++++ 5 files changed, 23 insertions(+), 13 deletions(-) From no-reply at openstack.org Thu Sep 1 09:49:41 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:49:41 -0000 Subject: [release-announce] kayobe 12.3.0 (yoga) Message-ID: We are glad to announce the release of: kayobe 12.3.0: Deployment of OpenStack to bare metal using OpenStack kolla and bifrost This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/kayobe Download the package from: https://tarballs.openstack.org/kayobe/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/kayobe For more details, please see below. Changes in kayobe 12.2.0..12.3.0 -------------------------------- a58585fb Fix use of become_user by installing acl package 31b3a4dc Fix IP allocation limit in overcloud inventory discover c26ccca0 Remove unused parameter from seed container example 9b3d807c Update to latest Rocky Linux cloud image a1a8bbf0 ovn: add network group to neutron-ovn-metadata-agent Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all/infra-vms | 4 ++-- ansible/group_vars/all/seed | 1 - ansible/group_vars/all/seed-vm | 4 ++-- ansible/roles/dev-tools/defaults/main.yml | 3 +++ ansible/roles/kolla-ansible/templates/overcloud-services.j2 | 1 + ansible/roles/pip/tasks/pip_conf.yml | 9 --------- etc/kayobe/infra-vms.yml | 2 +- etc/kayobe/seed-vm.yml | 2 +- etc/kayobe/seed.yml | 1 - kayobe/cli/commands.py | 3 ++- releasenotes/notes/install-acl-package-0f21c110cd07537c.yaml | 6 ++++++ releasenotes/notes/rocky-linux-8.6-image-cb4cf2781f802fb1.yaml | 5 +++++ 13 files changed, 24 insertions(+), 18 deletions(-) From no-reply at openstack.org Thu Sep 1 09:50:21 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:50:21 -0000 Subject: [release-announce] kolla-ansible 14.4.0 (yoga) Message-ID: We are tickled pink to announce the release of: kolla-ansible 14.4.0: Ansible Deployment of Kolla containers This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/kolla-ansible Download the package from: https://tarballs.openstack.org/kolla-ansible/ Please report issues through: https://bugs.launchpad.net/kolla-ansible/+bugs For more details, please see below. 14.4.0 ^^^^^^ Security Issues *************** * Kolla Ansible used to run Ironic's tftpd as an (unprivileged) root user. Now, it will explicitly use the nobody user. Bug Fixes ********* * Fixes 1982777. Set multipathd user_friendly_names to "no" to make os-brick able to resize volumes online. Adds ability to override multipathd config. LP#1982777 * Fixed bug #1987982 (https://bugs.launchpad.net/kolla- ansible/+bug/1987982) This bug caused the database log_bin_trust_function_creators variable not to be set back to "OFF" after a keystone upgrade. * If "ironic_enabled_notification_topics" is set to "true", "ironic_notification_level" is set to "info" in order to ensure that Ironic actually sends out notifications. See bug 1969826 (https://bugs.launchpad.net/kolla- ansible/+bug/1969826) for details. Changes in kolla-ansible 14.3.0..14.4.0 --------------------------------------- 68ec08c03 [TrivialFix] Fix task name in Ironic config 938df6de9 Fix haproxy prechecks after deployment 3558ba61c keystone: Remove redundant 'when' c89bb9c08 [security] Make Ironic tftpd run as nobody 800bb53e7 Fix nova online volume resize with multipathd 2dcfbac6b Set the ironic notification level Diffstat (except docs and test files) ------------------------------------- ansible/roles/ironic/tasks/config.yml | 2 +- ansible/roles/ironic/templates/ironic-tftp.json.j2 | 2 +- ansible/roles/ironic/templates/ironic.conf.j2 | 4 ++++ ansible/roles/keystone/handlers/main.yml | 1 - ansible/roles/keystone/tasks/upgrade.yml | 1 - ansible/roles/loadbalancer/tasks/precheck.yml | 2 +- ansible/roles/multipathd/tasks/config.yml | 17 +++++++++++------ ansible/roles/multipathd/templates/multipath.conf.j2 | 2 +- releasenotes/notes/bug-1982777-0cac9753aa18a037.yaml | 8 ++++++++ ...st_function_creators-variables-8628098891513dac.yaml | 6 ++++++ .../ironic-notification-level-a23db99c66c4b752.yaml | 9 +++++++++ .../notes/ironic-tftp-nobody-835803ba36398ea3.yaml | 6 ++++++ 12 files changed, 48 insertions(+), 12 deletions(-) From no-reply at openstack.org Thu Sep 1 09:50:44 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:50:44 -0000 Subject: [release-announce] kolla-ansible 12.7.0 (wallaby) Message-ID: We are excited to announce the release of: kolla-ansible 12.7.0: Ansible Deployment of Kolla containers This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/kolla-ansible Download the package from: https://tarballs.openstack.org/kolla-ansible/ Please report issues through: https://bugs.launchpad.net/kolla-ansible/+bugs For more details, please see below. 12.7.0 ^^^^^^ Security Issues *************** * Kolla Ansible used to run Ironic's tftpd as an (unprivileged) root user. Now, it will explicitly use the nobody user. Bug Fixes ********* * Fixes 1982777. Set multipathd user_friendly_names to "no" to make os-brick able to resize volumes online. Adds ability to override multipathd config. LP#1982777 * Fixed bug #1987982 (https://bugs.launchpad.net/kolla- ansible/+bug/1987982) This bug caused the database log_bin_trust_function_creators variable not to be set back to "OFF" after a keystone upgrade. * Fixes an issue with Gnocchi when gnocchi-statsd is disabled. LP#1926914 * Fixes an issue where ping might not be installed on some systems, causing HAProxy prechecks to fail. * If "ironic_enabled_notification_topics" is set to "true", "ironic_notification_level" is set to "info" in order to ensure that Ironic actually sends out notifications. See bug 1969826 (https://bugs.launchpad.net/kolla- ansible/+bug/1969826) for details. Changes in kolla-ansible 12.6.0..12.7.0 --------------------------------------- 717a43c28 Fix haproxy prechecks after deployment 42c3a6abf keystone: Remove redundant 'when' c36c8983a [security] Make Ironic tftpd run as nobody a5d812b35 packages: install iputils for ping 0c53d56fa gnocchi: fix external ceph integration when gnocchi-statsd is disabled 4fafc214b Fix nova online volume resize with multipathd c4857a79a Set the ironic notification level Diffstat (except docs and test files) ------------------------------------- ansible/roles/baremetal/defaults/main.yml | 2 ++ ansible/roles/gnocchi/tasks/external_ceph.yml | 37 ++++++++++------------ ansible/roles/haproxy/tasks/precheck.yml | 2 +- ansible/roles/ironic/templates/ironic-pxe.json.j2 | 2 +- ansible/roles/ironic/templates/ironic.conf.j2 | 4 +++ ansible/roles/keystone/handlers/main.yml | 1 - ansible/roles/keystone/tasks/upgrade.yml | 1 - ansible/roles/multipathd/tasks/config.yml | 17 ++++++---- .../roles/multipathd/templates/multipath.conf.j2 | 2 +- .../notes/bug-1982777-0cac9753aa18a037.yaml | 8 +++++ ...nction_creators-variables-8628098891513dac.yaml | 6 ++++ .../notes/fix-gnocchi-statsd-a56c789a3da758a6.yaml | 5 +++ .../notes/install-iputils-50da7016788f413c.yaml | 5 +++ ...ironic-notification-level-a23db99c66c4b752.yaml | 9 ++++++ .../notes/ironic-tftp-nobody-835803ba36398ea3.yaml | 6 ++++ 15 files changed, 76 insertions(+), 31 deletions(-) From no-reply at openstack.org Thu Sep 1 09:52:00 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 09:52:00 -0000 Subject: [release-announce] kolla 14.4.0 (yoga) Message-ID: We are tickled pink to announce the release of: kolla 14.4.0: Kolla OpenStack Deployment This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 14.4.0 ^^^^^^ Bug Fixes * Fixes problems when running with docker-py >=6. LP#1988121 Changes in kolla 14.3.0..14.4.0 ------------------------------- b3e722108 mariadb: Fix RPM repository URLs Diffstat (except docs and test files) ------------------------------------- kolla/image/build.py | 11 ++++++++--- kolla/template/repos.yaml | 8 ++++---- releasenotes/notes/docker-6-6d77b5ff7ec1daef.yaml | 5 +++++ 5 files changed, 23 insertions(+), 13 deletions(-) From no-reply at openstack.org Thu Sep 1 10:10:23 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 10:10:23 -0000 Subject: [release-announce] python-glanceclient 4.1.0 (zed) Message-ID: We exuberantly announce the release of: python-glanceclient 4.1.0: OpenStack Image API Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-glanceclient Download the package from: https://pypi.org/project/python-glanceclient Please report issues through: https://bugs.launchpad.net/python-glanceclient/+bugs For more details, please see below. 4.1.0 ^^^^^ New Features * Add support for new "glance-download" image-import method to import image from another glance/region in federated deployment. Changes in python-glanceclient 4.0.1..4.1.0 ------------------------------------------- 92cd70a Add support for glance-download import method 219568c Bump default pagesize 75218d2 Delete python bytecode before every test run Diffstat (except docs and test files) ------------------------------------- glanceclient/v2/images.py | 14 +- glanceclient/v2/shell.py | 60 +++++++- ...ce-download-import-method-10525254db3e8e7a.yaml | 5 + tox.ini | 1 + 9 files changed, 236 insertions(+), 23 deletions(-) From no-reply at openstack.org Thu Sep 1 14:59:52 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 01 Sep 2022 14:59:52 -0000 Subject: [release-announce] etcd3gw 2.1.0 Message-ID: We are stoked to announce the release of: etcd3gw 2.1.0: A python client for etcd3 grpc-gateway v3 API The source is available from: https://opendev.org/openstack/etcd3gw Download the package from: https://tarballs.openstack.org/etcd3gw/ For more details, please see below. 2.1.0 ^^^^^ New Features * The client adds support for specifying the etcd grpc-gateway's API path. For backward compatibility, the path defaults to '/v3alpha/', but may be overriden (e.g. '/v3') for newer versions of etcd that no longer support the v3alpha API. Changes in etcd3gw 2.0.0..2.1.0 ------------------------------- 2a7f392 Pass api_path thru etcd3gw.client Diffstat (except docs and test files) ------------------------------------- etcd3gw/client.py | 7 +++++-- releasenotes/notes/configurable-api-path-7652e756b6837e0b.yaml | 7 +++++++ 3 files changed, 17 insertions(+), 2 deletions(-) From no-reply at openstack.org Fri Sep 2 07:59:18 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 07:59:18 -0000 Subject: [release-announce] python-swiftclient 4.1.0 (zed) Message-ID: We are glad to announce the release of: python-swiftclient 4.1.0: OpenStack Object Storage API Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-swiftclient Download the package from: https://pypi.org/project/python-swiftclient Please report issues through: https://bugs.launchpad.net/python-swiftclient/+bugs For more details, please see below. Changes in python-swiftclient 4.0.1..4.1.0 ------------------------------------------ defbb4a Allow tempurl times to have units 653cbcb Expand retry handling on ratelimit response a1d2f31 Enable retry_on_ratelimit by default 0bd2ab5 Fix misuse of assertTrue 5d451fb More cleanup following py2 removal f1858d8 Add option to skip container PUT during upload Diffstat (except docs and test files) ------------------------------------- swiftclient/client.py | 20 +++---- swiftclient/service.py | 103 +++++++++++++++++++----------------- swiftclient/shell.py | 33 +++++++----- swiftclient/utils.py | 89 +++++++++++++++++++------------ test-requirements.txt | 7 ++- test/functional/test_swiftclient.py | 6 +-- test/unit/test_multithreading.py | 3 +- test/unit/test_shell.py | 54 ++++++++++++++++++- test/unit/test_swiftclient.py | 53 +++++++++++-------- test/unit/test_utils.py | 39 ++++++++++++++ 10 files changed, 262 insertions(+), 145 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b0633eb..a4b64ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1 @@ -hacking>=1.1.0,<1.2.0;python_version<'3.0' # Apache-2.0 -hacking>=3.2.0,<3.3.0;python_version>='3.0' # Apache-2.0 +hacking>=3.2.0,<3.3.0 # Apache-2.0 @@ -4 +3 @@ hacking>=3.2.0,<3.3.0;python_version>='3.0' # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -7 +6 @@ stestr>=2.0.0,!=3.0.0 # Apache-2.0 -openstacksdk>=0.11.0 # Apache-2.0 +openstacksdk>=0.11.0 # Apache-2.0 From no-reply at openstack.org Fri Sep 2 08:31:55 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 08:31:55 -0000 Subject: [release-announce] python-manilaclient 4.1.0 (zed) Message-ID: We are delighted to announce the release of: python-manilaclient 4.1.0: Client library for OpenStack Manila API. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through: https://bugs.launchpad.net/python-manilaclient/+bugs For more details, please see below. 4.1.0 ^^^^^ Prelude ******* The manilaclient repository now includes a plugin to openstackclient. You can use the "openstack share .." command line interface to administer the Shared File System service (manila) on any deployment alongside using it to provision and manage the life cycle of manila resources. Refer to the official documentation (https://docs.openstack.org/python- manilaclient/latest/cli/osc_plugin_cli.html) to find command syntax and usage information. You may also view this documentation directly in the CLI with "openstack help share ". For example, "openstack help share create". New Features ************ * The command *share-network-subnet-create-check* was added. This command will check if the share network subnet can be created in a specific share network based on the cloud support. The OSC equivalent command is also added, run the subnet create with the new option --check-only. Upgrade Notes ************* * With the introduction of the openstackclient integration, we are also announcing our intent to deprecate the "manila" shell commands. These clients will emit a deprecation warning in a future release, and will eventually be removed. We recommend that you transition your workflows and tooling to use the "openstack" CLI when using the Shared File Systems service (manila) commands. The "manilaclient" SDK is unaffected by the introducion of OpenStackClient. Bug Fixes ********* * Launchpad bug 1909477 (https://bugs.launchpad.net/python- manilaclient/+bug/1909477) has been fixed by prevent sending the share creation request with any capitalization of the name "None". * Bug #1925486 (https://bugs.launchpad.net/manila/+bug/1925486) Share replica create command does not support share network option and manila internally uses parent share's share network. Fixed it to allow any share network by providing option "share-network" starting with microversion '2.72'. * Launchpad bug 1959329 (https://bugs.launchpad.net/python- manilaclient/+bug/1959329) has been fixed for share server listing with network subnet id. * When creating a share from snapshot with 'openstack share create', the client no longer forces the use of a share type. See bug #1980985 (https://launchpad.net/bugs/1980985) for more information. Other Notes *********** * The "openstack share .." CLI is usable only with the "v2" API. At this time, we have no plans to support its use with the deprecated "v1" API provided by the Shared File System service (manila). * The "openstack share .." CLI does not yet support API microversion negotiation. This means that to use this release of the OpenStackClient with older Shared File System API service, users would have to set the API version in their environments. This can be done via cloud config (specify "shared_file_system_api_version") or via shell environment "OS_SHARE_API_VERSION" or via the CLI overrride: "--os-share-api-version". Without this override, the client will use a hard-coded API version (https://opendev.org/openstack/python- manilaclient/src/branch/stable/zed/manilaclient/api_versions.py#L30) to make API requests and this may fail in your deployment if the version is unsupported. Changes in python-manilaclient 4.0.0..4.1.0 ------------------------------------------- 09ab2c3 [OSC] Implement Share Server Migration set task-state 586c603 Support multiple subnets per AZ bb1a957 [OSC] Implement Share Server Migration check 67ebf68 Make the OSC plugin handle the --insecure flag db1bba7 Add 'share-network' option for share replica create. a9172c1 [reno] Announce openstackclient GA dfb3f07 Fixes minor typos and removes redundants lines. 20638a5 [OSC] Implement Share Server Migration Start Command 35be44a [OSC] Implement Share Server Migration Show Command 8f53399 [OSC] Implement Share Restore Command 5c5220b [OSC] Implement Share Server Migration Cancel and Complete Command 617a93d requirements: Bump python-openstackclient version e93f3c2 Ensures API microversion is greater than or equal to '2.69' 963ac40 Add share group type functional tests for OSC 5f56bff requirements: Add stestr 06f7ea6 [OSC] Don't use default type with snapshot clones 992a942 Fix missing space before end quote 51154c4 [OSC] Fix typos in help messages for security services command df9af53 [OSC] Add OSC Functional Tests Export Location 8fedd08 [OSC] Implement Share Migration show and add argument to Share Set Command 79d1f1c Python3.11: fix unit test crashes 17d5609 [OSC] Add functional tests for share snapshots 4f7724c Add support for --soft when deleting a share or more shares 8873dc2 [OSC] Implement security services commands 27a8a06 Add functional tests for group type access f3eea6b [OSC] Add OSC Functional Tests Replica Export Location dc918e5 [OSC] Implement Share Server Commands 1597bf6 Avoid any capitalization of the name "None" 27b8830 Fix share server listing with network subnet id 301274d [OSC] Implement Share Group Snapshot Commands 64eefb9 [OSC] Add OSC Functional Tests Network 2f11d14 Fix incompatible headers on OS share group type list eeece58 fix manager _list() method when called from another manager Diffstat (except docs and test files) ------------------------------------- manilaclient/api_versions.py | 2 +- manilaclient/base.py | 14 +- manilaclient/osc/plugin.py | 3 +- manilaclient/osc/v2/security_services.py | 501 +++++++++++++ manilaclient/osc/v2/share.py | 129 +++- manilaclient/osc/v2/share_group_snapshots.py | 442 ++++++++++++ manilaclient/osc/v2/share_group_types.py | 3 +- manilaclient/osc/v2/share_network_subnets.py | 53 +- manilaclient/osc/v2/share_replicas.py | 18 + manilaclient/osc/v2/share_servers.py | 638 +++++++++++++++++ manilaclient/osc/v2/share_snapshots.py | 10 +- .../functional/osc/test_share_group_type_access.py | 88 +++ .../functional/osc/test_share_network_subnets.py | 37 + .../osc/test_share_replica_export_locations.py | 59 ++ .../unit/osc/v2/test_share_group_snapshots.py | 671 ++++++++++++++++++ .../unit/osc/v2/test_share_network_subnets.py | 58 ++ manilaclient/v2/share_networks.py | 27 + manilaclient/v2/share_replicas.py | 18 +- manilaclient/v2/shares.py | 2 +- manilaclient/v2/shell.py | 140 +++- ...rt_multiple_subnet_per_az-46145c3e90e097be.yaml | 6 + ...shares-with-the-name-none-cfb0a59baa597803.yaml | 6 + ...ion-to-replica-create-api-7d2ff3628e93fc77.yaml | 8 + ...server-listing-by-subnets-fa6447fd43093cae.yaml | 4 + ...re-type-with-snapshot-ref-de0331c640afbbd3.yaml | 6 + .../manila-openstackclient-bf61ceb270d3afb7.yaml | 37 + setup.cfg | 25 + test-requirements.txt | 14 +- 51 files changed, 5583 insertions(+), 88 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d1d9c3f..6a9d952 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -# hacking should be first @@ -11,5 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -# Can be removed in Victoria cycle, when we raise the requirement of -# python-openstackclient in this file to a version that no longer -# requires mock. See: https://review.opendev.org/717410/ -mock>=2.0.0 # BSD -os-testr>=1.0.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 @@ -18,2 +9 @@ testtools>=2.2.0 # MIT -python-openstackclient>=3.12.0 # Apache-2.0 - +python-openstackclient>=5.3.0 # Apache-2.0 From no-reply at openstack.org Fri Sep 2 08:39:37 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 08:39:37 -0000 Subject: [release-announce] python-masakariclient 8.0.0 (zed) Message-ID: We are gleeful to announce the release of: python-masakariclient 8.0.0: masakariclient module and a CLI tool for masakari This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-masakariclient Download the package from: https://tarballs.openstack.org/python-masakariclient/ Please report issues through: https://bugs.launchpad.net/python-masakariclient/+bugs For more details, please see below. Changes in python-masakariclient 7.2.0..8.0.0 --------------------------------------------- 9ddb79e Drop Python 3.6 and 3.7 support dc0762e Add Python3 zed unit tests 0aa4b89 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++++ setup.cfg | 4 +--- 4 files changed, 9 insertions(+), 4 deletions(-) From no-reply at openstack.org Fri Sep 2 08:48:58 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 08:48:58 -0000 Subject: [release-announce] python-tackerclient 1.12.0 (zed) Message-ID: We are delighted to announce the release of: python-tackerclient 1.12.0: CLI and Client Library for OpenStack Tacker This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-tackerclient Download the package from: https://pypi.org/project/python-tackerclient Please report issues through: https://bugs.launchpad.net/python-tackerclient/+bugs For more details, please see below. Changes in python-tackerclient 1.11.0..1.12.0 --------------------------------------------- 64d7a87 Add support cnf auto heal and scale 0675099 Support listing all records at once with paging 075a327 Update Python-TackerClient Documentation fa4a668 Support for 'extra' parameters for vim register 0fcb9a5 Add OpenID Connect Token Auth for k8s 21f60be Add vnflcm subscriptions APIs 5c643d0 Add Python3 zed unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../cli/vnf_network_forwarding_path_commands.rst | 19 + setup.cfg | 21 + tackerclient/common/exceptions.py | 4 + .../create_lccn_subscription_param_sample.json | 114 +++++ tackerclient/osc/v1/vnflcm/vnflcm.py | 4 +- tackerclient/osc/v1/vnflcm/vnflcm_subsc.py | 206 +++++++++ tackerclient/osc/v2/__init__.py | 0 tackerclient/osc/v2/vnffm/__init__.py | 0 .../create_vnf_fm_subscription_param_sample.json | 62 +++ tackerclient/osc/v2/vnffm/vnffm_alarm.py | 177 ++++++++ tackerclient/osc/v2/vnffm/vnffm_sub.py | 197 +++++++++ tackerclient/osc/v2/vnfpm/__init__.py | 0 .../samples/create_vnf_pm_job_param_sample.json | 36 ++ .../samples/update_vnf_pm_job_param_sample.json | 18 + tackerclient/osc/v2/vnfpm/vnfpm_job.py | 334 +++++++++++++++ tackerclient/osc/v2/vnfpm/vnfpm_report.py | 67 +++ tackerclient/tacker/v1_0/nfvo/vim_utils.py | 23 +- tackerclient/v1_0/client.py | 219 +++++++++- 51 files changed, 4104 insertions(+), 225 deletions(-) From no-reply at openstack.org Fri Sep 2 09:44:55 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 09:44:55 -0000 Subject: [release-announce] python-heatclient 3.1.0 (zed) Message-ID: We are excited to announce the release of: python-heatclient 3.1.0: OpenStack Orchestration API Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-heatclient Download the package from: https://pypi.org/project/python-heatclient Please report issues through: https://bugs.launchpad.net/python-heatclient/+bugs For more details, please see below. Changes in python-heatclient 3.0.0..3.1.0 ----------------------------------------- 69d4a5e Accept sha256 hash for swift tempurl Diffstat (except docs and test files) ------------------------------------- 1 file changed, 1 insertion(+), 1 deletion(-) From no-reply at openstack.org Fri Sep 2 09:45:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 09:45:16 -0000 Subject: [release-announce] python-mistralclient 4.5.0 (zed) Message-ID: We are thrilled to announce the release of: python-mistralclient 4.5.0: Mistral Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-mistralclient Download the package from: https://pypi.org/project/python-mistralclient Please report issues through: https://bugs.launchpad.net/python-mistralclient/+bugs For more details, please see below. Changes in python-mistralclient 4.4.0..4.5.0 -------------------------------------------- 8b9f313 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++++ 2 files changed, 7 insertions(+) From no-reply at openstack.org Fri Sep 2 09:51:31 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 09:51:31 -0000 Subject: [release-announce] python-troveclient 8.0.0 (zed) Message-ID: We are satisfied to announce the release of: python-troveclient 8.0.0: Client library for OpenStack DBaaS API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-troveclient Download the package from: https://pypi.org/project/python-troveclient Please report issues through: https://bugs.launchpad.net/python-troveclient/+bugs For more details, please see below. 8.0.0 ^^^^^ Upgrade Notes * Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8. Changes in python-troveclient 7.3.0..8.0.0 ------------------------------------------ ad6544e Update python testing as per zed cycle testing runtime Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/notes/drop-python-3-6-and-3-7-8e07d44dd0e12619.yaml | 5 +++++ setup.cfg | 4 +--- 3 files changed, 7 insertions(+), 4 deletions(-) From no-reply at openstack.org Fri Sep 2 09:57:18 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 09:57:18 -0000 Subject: [release-announce] python-keystoneclient 5.0.1 (zed) Message-ID: We are stoked to announce the release of: python-keystoneclient 5.0.1: Client Library for OpenStack Identity This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-keystoneclient Download the package from: https://pypi.org/project/python-keystoneclient Please report issues through: https://bugs.launchpad.net/python-keystoneclient/+bugs For more details, please see below. Changes in python-keystoneclient 5.0.0..5.0.1 --------------------------------------------- bc8e9e7 fix: remove error python2 defense code Diffstat (except docs and test files) ------------------------------------- keystoneclient/v3/projects.py | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) From no-reply at openstack.org Fri Sep 2 10:12:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 02 Sep 2022 10:12:26 -0000 Subject: [release-announce] python-saharaclient 4.0.1 (zed) Message-ID: We are jazzed to announce the release of: python-saharaclient 4.0.1: Client library for Sahara API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-saharaclient Download the package from: https://pypi.org/project/python-saharaclient Please report issues through: https://bugs.launchpad.net/python-saharaclient/+bugs For more details, please see below. Changes in python-saharaclient 4.0.0..4.0.1 ------------------------------------------- 884ed50 Remove Python 2 support Diffstat (except docs and test files) ------------------------------------- 1 file changed, 8 insertions(+), 8 deletions(-) From no-reply at openstack.org Tue Sep 6 11:11:09 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 06 Sep 2022 11:11:09 -0000 Subject: [release-announce] python-octaviaclient 3.1.0 (zed) Message-ID: We are stoked to announce the release of: python-octaviaclient 3.1.0: Octavia client for OpenStack Load Balancing This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-octaviaclient Download the package from: https://pypi.org/project/python-octaviaclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- octaviaclient For more details, please see below. 3.1.0 ^^^^^ New Features * It is now possible to create a loadbalancer with more than one VIP by passing "--additional-vip subnet-id=[,ip- address=]" to the create command. Additional VIPs will also appear in the "show" details of a loadbalancer. Changes in python-octaviaclient 3.0.0..3.1.0 -------------------------------------------- 3b53c1b Allow creating/showing LBs with Additional VIPs Diffstat (except docs and test files) ------------------------------------- octaviaclient/osc/v2/constants.py | 1 + octaviaclient/osc/v2/load_balancer.py | 7 ++++ octaviaclient/osc/v2/utils.py | 39 ++++++++++++++++++++++ .../support-additional-vips-cd0164f1838ee676.yaml | 7 ++++ 6 files changed, 94 insertions(+) From no-reply at openstack.org Tue Sep 6 11:58:23 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 06 Sep 2022 11:58:23 -0000 Subject: [release-announce] oslo.concurrency 5.0.1 Message-ID: We are satisfied to announce the release of: oslo.concurrency 5.0.1: Oslo Concurrency library The source is available from: https://opendev.org/openstack/oslo.concurrency Download the package from: https://pypi.org/project/oslo.concurrency For more details, please see below. Changes in oslo.concurrency 5.0.0..5.0.1 ---------------------------------------- 01cf2ff Ignore coverage result files ee3f73a Fix fair internal lock used from eventlet.spawn_n 796203c Prove that spawn_n with fair lock is broken Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 ++ oslo_concurrency/lockutils.py | 29 +++++++++--- tox.ini | 3 +- 4 files changed, 79 insertions(+), 7 deletions(-) From no-reply at openstack.org Thu Sep 8 08:03:17 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 08 Sep 2022 08:03:17 -0000 Subject: [release-announce] openstack-ansible 25.1.0 (yoga) Message-ID: We are psyched to announce the release of: openstack-ansible 25.1.0: Ansible playbooks for deploying OpenStack This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. 25.1.0 ^^^^^^ New Features ************ * Implemented variables "rally_openstack_git_repo" and "rally_openstack_git_install_branch" that allow to override installation source for rally-openstack package as well as control installed version of the package. Upgrade Notes ************* * The RabbitMQ management interface surfaced via HAProxy defaults to using TLS from the Yoga release. Note that when using TLS the default port switches from 15672 to 15671. TLS can be disabled if required by adjusting 'rabbitmq_management_ssl'. Bug Fixes ********* * Wheels build for multi-arch and multi-distro setups is fixed. For that you still need to have set of venv_build_targets that will define targets for each operating system and architecture. Changes in openstack-ansible 25.0.0..25.1.0 ------------------------------------------- 58f772cb8 Bump OpenStack-Ansible Yoga bc678785b Increase ControlPersist timeout to 300 seconds bfab12e4c rabbitmq: default to using TLS for management user interface 0a323c602 Correct series names for documentation. Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 40 ++++++++-------- deploy-guide/source/conf.py | 4 +- inventory/group_vars/all/all.yml | 3 ++ inventory/group_vars/haproxy/haproxy.yml | 6 ++- playbooks/defaults/repo_packages/gnocchi.yml | 4 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +- .../defaults/repo_packages/openstack_services.yml | 54 +++++++++++----------- .../defaults/repo_packages/openstack_testing.yml | 40 ++++++++-------- ...x_respect_multiarch_setup-6e4d0b2c48ff3a18.yaml | 6 +++ ...mq-upgrade-management-ssl-d6a7f77f2a65ffa9.yaml | 7 +++ .../rally-openstack-git-121821ef54c48419.yaml | 8 ++++ scripts/openstack-ansible.rc | 1 + 13 files changed, 104 insertions(+), 77 deletions(-) From no-reply at openstack.org Thu Sep 8 08:06:29 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 08 Sep 2022 08:06:29 -0000 Subject: [release-announce] openstack-ansible 24.4.1 (xena) Message-ID: We exuberantly announce the release of: openstack-ansible 24.4.1: Ansible playbooks for deploying OpenStack This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. Changes in openstack-ansible 24.4.0..24.4.1 ------------------------------------------- 7f382291b Bump OpenStack-Ansible Xena 5271b908a Bump keepalived role back 5100e839e Increase ControlPersist timeout to 300 seconds Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 22 +++++++------- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +-- .../defaults/repo_packages/openstack_services.yml | 34 +++++++++++----------- scripts/openstack-ansible.rc | 1 + 5 files changed, 32 insertions(+), 31 deletions(-) From no-reply at openstack.org Thu Sep 8 08:15:44 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 08 Sep 2022 08:15:44 -0000 Subject: [release-announce] python-novaclient 17.4.1 (wallaby) Message-ID: We are delighted to announce the release of: python-novaclient 17.4.1: Client library for OpenStack Compute API This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/python-novaclient Download the package from: https://pypi.org/project/python-novaclient Please report issues through: https://bugs.launchpad.net/python-novaclient/+bugs For more details, please see below. Changes in python-novaclient 17.4.0..17.4.1 ------------------------------------------- 5ee44275 When creating a client, pass the default logger 23be8022 Use well named anchor into the microversion history 83fd25c1 Update TOX_CONSTRAINTS_FILE for stable/wallaby 6e2dd735 Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + novaclient/v2/client.py | 2 +- releasenotes/notes/microversion-v2_88-d91136020e3a3621.yaml | 2 +- tox.ini | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) From no-reply at openstack.org Thu Sep 8 08:17:24 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 08 Sep 2022 08:17:24 -0000 Subject: [release-announce] openstack-ansible 23.4.1 (wallaby) Message-ID: We exuberantly announce the release of: openstack-ansible 23.4.1: Ansible playbooks for deploying OpenStack This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. Changes in openstack-ansible 23.4.0..23.4.1 ------------------------------------------- 7b50f28a4 Bump OpenStack-Ansible Wallaby 5946ab0c3 Switch ARA report type from html to database for openstack-ansible jobs 32f600977 Set zuul post-timeout to 3 hours Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 14 ++++----- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +-- .../defaults/repo_packages/openstack_services.yml | 36 +++++++++++----------- scripts/log-collect.sh | 2 +- zuul.d/jobs.yaml | 4 +++ 6 files changed, 33 insertions(+), 29 deletions(-) From no-reply at openstack.org Fri Sep 9 09:08:31 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 09 Sep 2022 09:08:31 -0000 Subject: [release-announce] kolla 14.5.0 (yoga) Message-ID: We are tickled pink to announce the release of: kolla 14.5.0: Kolla OpenStack Deployment This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 14.5.0 ^^^^^^ Upgrade Notes ************* * To fix CVE-2022-38060, support for KOLLA_CONFIG and KOLLA_CONFIG_FILE environment variables in kolla-built containers has been dropped. Now, only the single trusted path of "/var/lib/kolla/config_files/config.json" will be utilised for loading container config. We believe this is a reasonable tradeoff as these environment variables were not used by any known downstream and potential users in the wild can easily adapt as this does not limit the functionality per se, only making it stricter as to where the config can come from. Security Issues *************** * Fixes CVE-2022-38060, a sudo privilege escalation vulnerability. LP#1985784 Changes in kolla 14.4.0..14.5.0 ------------------------------- 91c9a011f Fix CVE-2022-38060 Diffstat (except docs and test files) ------------------------------------- .../notes/bug-1985784-59df54a10a004551.yaml | 16 ++++++++++++++++ 5 files changed, 24 insertions(+), 53 deletions(-) From no-reply at openstack.org Fri Sep 9 09:08:36 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 09 Sep 2022 09:08:36 -0000 Subject: [release-announce] kolla 12.6.0 (wallaby) Message-ID: We are delighted to announce the release of: kolla 12.6.0: Kolla OpenStack Deployment This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 12.6.0 ^^^^^^ Upgrade Notes ************* * To fix CVE-2022-38060, support for KOLLA_CONFIG and KOLLA_CONFIG_FILE environment variables in kolla-built containers has been dropped. Now, only the single trusted path of "/var/lib/kolla/config_files/config.json" will be utilised for loading container config. We believe this is a reasonable tradeoff as these environment variables were not used by any known downstream and potential users in the wild can easily adapt as this does not limit the functionality per se, only making it stricter as to where the config can come from. Security Issues *************** * Fixes CVE-2022-38060, a sudo privilege escalation vulnerability. LP#1985784 Changes in kolla 12.5.0..12.6.0 ------------------------------- 5056b65bf Fix CVE-2022-38060 Diffstat (except docs and test files) ------------------------------------- .../notes/bug-1985784-59df54a10a004551.yaml | 16 ++++++++++++++++ 5 files changed, 24 insertions(+), 53 deletions(-) From no-reply at openstack.org Fri Sep 9 09:16:29 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 09 Sep 2022 09:16:29 -0000 Subject: [release-announce] kolla 13.5.0 (xena) Message-ID: We joyfully announce the release of: kolla 13.5.0: Kolla OpenStack Deployment This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 13.5.0 ^^^^^^ Upgrade Notes ************* * To fix CVE-2022-38060, support for KOLLA_CONFIG and KOLLA_CONFIG_FILE environment variables in kolla-built containers has been dropped. Now, only the single trusted path of "/var/lib/kolla/config_files/config.json" will be utilised for loading container config. We believe this is a reasonable tradeoff as these environment variables were not used by any known downstream and potential users in the wild can easily adapt as this does not limit the functionality per se, only making it stricter as to where the config can come from. Security Issues *************** * Fixes CVE-2022-38060, a sudo privilege escalation vulnerability. LP#1985784 Changes in kolla 13.4.0..13.5.0 ------------------------------- 1011fc60c Fix CVE-2022-38060 Diffstat (except docs and test files) ------------------------------------- .../notes/bug-1985784-59df54a10a004551.yaml | 16 ++++++++++++++++ 5 files changed, 24 insertions(+), 53 deletions(-) From no-reply at openstack.org Fri Sep 9 10:37:08 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 09 Sep 2022 10:37:08 -0000 Subject: [release-announce] ironic-ui 6.0.0 (zed) Message-ID: We are overjoyed to announce the release of: ironic-ui 6.0.0: Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic-ui Download the package from: https://pypi.org/project/ironic-ui Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic-ui For more details, please see below. Changes in ironic-ui 5.1.0..6.0.0 --------------------------------- 4d89480 remove unicode from code 23914cc Migrate to AngularJS v1.8.2 8ae2c25 Replace deprecated ugettext_lazy 5e49dc3 Imported Translations from Zanata 1803eeb The Python 3.6 and Python 3.7 Support has been dropped since zed 6c546a0 Use Horizon project template for nodejs jobs 16c4d0a Address RemovedInDjango40Warning 74a0b9c Add Python3 zed unit tests 2ab0e72 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +-- ironic_ui/content/ironic/panel.py | 2 +- ironic_ui/content/ironic/urls.py | 6 ++-- ironic_ui/karma.conf.js | 10 ++---- .../ironic/bootdevice/bootdevice.service.spec.js | 2 +- .../dashboard/admin/ironic/ironic.service.spec.js | 36 ++++++++++++++-------- .../ironic/raidconfig/raidconfig.service.spec.js | 2 +- ironic_ui/test/urls.py | 4 +-- package.json | 2 +- releasenotes/source/conf.py | 14 ++++----- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 28 +++++++++++++++-- releasenotes/source/yoga.rst | 6 ++++ setup.cfg | 4 +-- tox.ini | 14 +++++---- 16 files changed, 89 insertions(+), 52 deletions(-) From no-reply at openstack.org Fri Sep 9 10:40:33 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 09 Sep 2022 10:40:33 -0000 Subject: [release-announce] sushy-tools 0.21.0 Message-ID: We are tickled pink to announce the release of: sushy-tools 0.21.0: A set of tools to support the development and test of the Sushy library (https://docs.openstack.org/sushy/) The source is available from: https://opendev.org/openstack/sushy-tools Download the package from: https://tarballs.openstack.org/sushy-tools/ For more details, please see below. Changes in sushy-tools 0.20.0..0.21.0 ------------------------------------- 0d49437 Add Chassis to ServiceRoot 152dc1d remove unicode from code d576943 remove unicode from code 197087b List network interfaces of all types c560bd3 Document SUSHY_EMULATOR_ALLOWED_INSTANCES a2a7cf5 Fix per-request memoization Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 16 ++++++++-------- sushy_tools/emulator/main.py | 4 ++++ .../emulator/resources/systems/libvirtdriver.py | 2 +- sushy_tools/emulator/templates/root.json | 3 +++ .../emulator/resources/systems/test_libvirt.py | 2 ++ 9 files changed, 66 insertions(+), 15 deletions(-) From no-reply at openstack.org Fri Sep 9 10:42:03 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 09 Sep 2022 10:42:03 -0000 Subject: [release-announce] ironic-python-agent-builder 5.0.0 (zed) Message-ID: We are pleased to announce the release of: ironic-python-agent-builder 5.0.0: Tools and scripts to build Ironic Python Agent This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic-python-agent-builder Download the package from: https://tarballs.openstack.org/ironic-python-agent-builder/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- python-agent-builder For more details, please see below. Changes in ironic-python-agent-builder 4.0.1..5.0.0 --------------------------------------------------- ddbd659 remove unicode prefix from code 020c4b3 Remove CentOS Stream 8 leftovers 57f50f7 Add smartmontools package to DIB image 43f2eae Remove some extra Centos Packages 3272b54 Document building an image with patches cd34086 Remove support for openSUSE since Python 3.6 is no longer supported d543aa8 Remove support for distributions with Python 3.6 e5bf43c Add multipath-io element 835f648 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .../environment.d/20-ipa-distro-family.bash | 1 - .../package-installs.yaml | 2 ++ .../post-install.d/99-remove-extra-packages | 5 +++ dib/multipath-io/README.md | 6 ++++ dib/multipath-io/element-deps | 2 ++ dib/multipath-io/package-installs.yaml | 2 ++ .../static/etc/modules-load.d/iscsi.conf | 9 +++++ releasenotes/notes/centos9-0f925822a2ab9e0a.yaml | 5 +++ releasenotes/notes/multipath-0eb6a4f3b2ee22a3.yaml | 6 ++++ releasenotes/notes/no-suse-e15d8384c423251c.yaml | 4 +++ releasenotes/source/conf.py | 16 ++++----- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++ roles/ipa-build-dib-image/tasks/main.yaml | 4 +-- tinyipa/build-tinyipa.sh | 6 ++-- tinyipa/build_files/buildreqs_python3.lst | 4 +-- tinyipa/build_files/finalreqs_python3.lst | 4 +-- zuul.d/ironic-python-agent-builder-jobs.yaml | 41 ++-------------------- zuul.d/project.yaml | 10 +----- 22 files changed, 106 insertions(+), 76 deletions(-) From no-reply at openstack.org Mon Sep 12 16:09:56 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 12 Sep 2022 16:09:56 -0000 Subject: [release-announce] openstack-governance 0.13.0 Message-ID: We are pumped to announce the release of: openstack-governance 0.13.0: OpenStack Governance Documents The source is available from: https://opendev.org/openstack/openstack-governance Download the package from: https://tarballs.openstack.org/governance/ For more details, please see below. Changes in openstack-governance 0.12.0..0.13.0 ---------------------------------------------- 73f0b8c8 Switch requirements to distributed leadership a9a82103 Added Exception for the combined 2023.1(Antelope) elections ed330bed Appoint Dale Smith as Adjutant PTL 67414e40 Add Python3 zed unit tests f7a8e4ac Retire openstack-helm-addons 1909d4f7 Updating the RBAC goal as per new direction in zed cycle 4b28d885 Adding Skyline as Emerging Technology dfab714c Add charmed k8s operators to OpenStack Charms 8596e14e Fix minor language errors in the dropping-projects document 1382b603 Add Cinder Dell EMC PowerStore charm b78894f4 Retire openstack-helm-deployments 3365dd0e Add cinder ibm storwize charm cf340d61 Define Emerging technology and inactive projects framework 8a71c759 Clarify "ATC" and "AC" terms from the bylaws perspective 9c65ea32 Remove security-analysis repo from Security SIG 74e34a63 Add community infrastructure contributor in upstream investment 66491e6e Update potential triggers to consider dropping of the project 14e078a7 Add project stats check tool c5955968 Add a repository for the Large Scale SIG d29da1b7 Documenting the OpenStack release new identification process 36ff562d Add resolution for OpenStack release identification schema 340683ab Changing new release cadence name bceddc51 Update documentation to try DPL model for leaderless projects b9ca3302 Move FIPS goal from proposed to selected. 9b6103d5 Update milestones for FIPS goal a62f4647 Adding gmann to oslo tact-sig liaison 8af30dfc Retire openstack-helm-docs d73739ee Update Dmitriy Rabotyagov email 223888bf Remove oslo's TaCT SIG liaisons ffadd88e Fix keystone PTL model documentation 70f7b89e Resolution to drop the lower constraints maintenance 76b54e92 Remove TC Liaisons framework cc9e9ac6 Update sushy-oem-idrac from x/ to /openstack/ namespace 1c29c355 Retire openstack-health b69ba73a Add the cinder-three-par charm to Openstack charms 51efc490 Retire tempest-lib 72a20ab4 Add goal readiness checklist 77c49952 Add Ganesha based Ceph NFS Charm 430531fc Add tracking etherpad link in rbac goal 9ac21022 Define 2022 upstream investment opportunities 3f9d2fb0 Remove the tags framework (final part) 2bfa1b79 Remove assert:follows-standard-deprecation tag b640dd8c Reset TC liaisons list cb24c6f7 Add slaweq nomination as vice-chair 8a08db54 Appoint Wu Chunyang as Trove PTL 75d4132e Appoint ge cong as Freezer PTL 93feb0aa Appoint Chen Ke as Watcher PTL 244aa583 Appoint Rong Zhu as Solum PTL 9cbcdb09 Appoint Rong Zhu as Murano PTL 6f0c86ef Appoint Martin as Monasca PTL 3500140d Add sushy-oem-idrac as Hardware Vendor SIG owned af485f1e Update Arne email id ae24eed8 Update python testing template to yoga 1c1f98ef Remove link to the user-committee-repos.yaml file 567a8207 Update address of the mailing list d462be5c Add Ghanshyam nomination as chair 85a6b247 Appoint Wang as Zaqar PTL 95ce525e Appoint XueFeng as Senlin PTL 951d0a37 Appoint Lance as OpenStack Chef PTL c7b59713 Appoint pangliye as Venus PTL 6f3c42f3 Appoint Wenxiang as Skyline PTL fb3379b1 Appoint Rico as Heat PTL 7f83058f Appoint Alex as OpenStack Charms PTL 541b5f83 Appoint Spyros as Magnum PTL 546b947c Appoint suzhengwei as Masakari PTL c0df323d Appoint FengShengqin as Zun PTL 9623399f Amend release-cadence-adjustment resolution e900d6ae Close Zed PTL Elections 5e43a78b Close TC Zed election 1412bbb5 Define Zed cycle testing runtime aaa531c7 Release identification and release name c6554fe8 Remove the vulnerability:managed tag f498019c Propose release cadence adjustment resolution 488915ce Add link to Zed announcement 00338cd8 Revert "Switch Keystone to DPL" b7f45e22 Remove the tags framework (part 1) Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CHAIR.rst | 15 - goals/completed/stein/upgrade-checkers.rst | 2 +- goals/index.rst | 87 +-- goals/selected/consistent-and-secure-rbac.rst | 801 ++++++++++++--------- goals/{proposed => selected}/fips.rst | 96 ++- goals/template.rst | 86 ++- openstack_governance/governance.py | 33 +- openstack_governance/projects_schema.yaml | 8 - reference/charter.rst | 15 +- reference/dropping-projects.rst | 19 + reference/election-exceptions.rst | 17 +- .../emerging-technology-and-inactive-projects.rst | 105 +++ reference/house-rules.rst | 39 +- reference/index.rst | 3 +- reference/legacy.yaml | 36 +- reference/members.yaml | 46 +- reference/projects.yaml | 640 ++++------------ reference/release-naming.rst | 101 +-- reference/runtimes/zed.rst | 47 ++ reference/sigs-repos.yaml | 4 +- reference/tag-template.rst | 87 --- .../tags/assert_follows-standard-deprecation.rst | 100 --- .../tags/assert_supports-accessible-upgrade.rst | 61 -- .../tags/assert_supports-api-interoperability.rst | 70 -- reference/tags/assert_supports-rolling-upgrade.rst | 59 -- reference/tags/assert_supports-standalone.rst | 41 -- reference/tags/assert_supports-upgrade.rst | 64 -- reference/tags/index.rst | 74 +- reference/tags/stable_follows-policy.rst | 110 --- reference/tags/starter-kit_compute.rst | 214 ------ reference/tags/starter-kit_kubernetes-in-virt.rst | 161 ----- reference/tags/status_maintenance-mode.rst | 101 --- reference/tags/vulnerability_managed.rst | 146 ---- reference/tc-guide.rst | 31 +- reference/tc-liaisons.rst | 9 - .../2022/community-infrastructure-sysadmins.rst | 113 +++ .../2022/index.rst | 17 + .../2022/quality-assurance-developers.rst | 109 +++ .../2022/rbac.rst | 92 +++ .../upstream-investment-opportunities/index.rst | 3 +- .../20141202-project-structure-reform-spec.rst | 2 + resolutions/20170620-volunteer-support.rst | 2 +- resolutions/20211224-tags-framework-removal.rst | 21 + .../20220210-release-cadence-adjustment.rst | 156 ++++ resolutions/20220414-drop-lower-constraints.rst | 81 +++ .../20220524-release-identification-process.rst | 39 + resolutions/index.rst | 10 + tools/assign_liaisons.py | 95 --- tools/base.py | 33 - tools/check_review_status.py | 3 - tools/project_stats_check.py | 319 ++++++++ tox.ini | 3 - 59 files changed, 2072 insertions(+), 2863 deletions(-) From no-reply at openstack.org Tue Sep 13 08:31:18 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 08:31:18 -0000 Subject: [release-announce] tooz 3.1.0 Message-ID: We jubilantly announce the release of: tooz 3.1.0: Coordination library for distributed systems. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz For more details, please see below. Changes in tooz 3.0.0..3.1.0 ---------------------------- b64623d Support etcd3gw api version 00972f3 remove unicode from code Diffstat (except docs and test files) ------------------------------------- tooz/drivers/etcd3gw.py | 6 ++++++ 3 files changed, 16 insertions(+), 5 deletions(-) From no-reply at openstack.org Tue Sep 13 09:05:00 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:05:00 -0000 Subject: [release-announce] ceilometer 19.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for ceilometer for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ceilometer/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ceilometer/src/branch/stable/zed Release notes for ceilometer can be found at: https://docs.openstack.org/releasenotes/ceilometer/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/ceilometer/+bugs and tag it *zed-rc-potential* to bring it to the ceilometer release crew's attention. From no-reply at openstack.org Tue Sep 13 09:18:48 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:18:48 -0000 Subject: [release-announce] aodh 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for aodh for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/aodh/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/aodh/src/branch/stable/zed Release notes for aodh can be found at: https://docs.openstack.org/releasenotes/aodh/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/aodh/+bugs and tag it *zed-rc-potential* to bring it to the aodh release crew's attention. From no-reply at openstack.org Tue Sep 13 09:19:45 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:19:45 -0000 Subject: [release-announce] cloudkitty 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for cloudkitty for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/cloudkitty/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/cloudkitty/src/branch/stable/zed Release notes for cloudkitty can be found at: https://docs.openstack.org/releasenotes/cloudkitty/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/cloudkitty and tag it *zed-rc-potential* to bring it to the cloudkitty release crew's attention. From no-reply at openstack.org Tue Sep 13 09:28:45 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:28:45 -0000 Subject: [release-announce] ironic-prometheus-exporter 4.0.0 (zed) Message-ID: We jubilantly announce the release of: ironic-prometheus-exporter 4.0.0: Prometheus Exporter for Ironic Hardware Sensor data This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic-prometheus-exporter Download the package from: https://tarballs.openstack.org/ironic-prometheus-exporter/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- prometheus-exporter For more details, please see below. Changes in ironic-prometheus-exporter 3.1.0..4.0.0 -------------------------------------------------- 18ceb1e Replace the centos8 job with a centos9 one 5a5f5ef CI: Removing ironic job queue cf63c1b The Python 3.6 and Python 3.7 Support has been dropped since zed 690808b Drop lower-constraints.txt and its testing dddf1ef Add Python3 zed unit tests 5042722 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +++----- lower-constraints.txt | 10 ---------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++++ requirements.txt | 4 ++++ setup.cfg | 4 +--- tox.ini | 6 ------ 7 files changed, 15 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f01c107..a4052ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + From no-reply at openstack.org Tue Sep 13 09:28:47 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:28:47 -0000 Subject: [release-announce] networking-baremetal 6.0.0 (zed) Message-ID: We are psyched to announce the release of: networking-baremetal 6.0.0: Neutron plugin that provides deep Ironic/Neutron integration. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/networking-baremetal Download the package from: https://pypi.org/project/networking-baremetal Please report issues through: https://storyboard.openstack.org/#!/project/openstack/networking- baremetal For more details, please see below. Changes in networking-baremetal 5.1.0..6.0.0 -------------------------------------------- b1d9763 remove unicode from code 1d4de45 Doc - network device configuration capabilities 31a8c7a Add support for pre-configured link aggregates 21f591b Add LACP support to Netconf OpenConfig driver 3b99ee3 Add netconf-openconfig device driver 30b6008 Device management driver iface 5da78f9 OpenConfig YANG Model, python-bindings releasenote 1763e22 Add OpenConfig classes for LACP fe49c89 Add OpenConfig classes for interface aggregate b658ce5 Add OpenConfig classes for network-instance 9468d6e Add OpenConfig classes for switch vlans f4e19c3 Add OpenConfig classes for iface vlan plugging b3e01b4 The Python 3.6 and Python 3.7 Support has been dropped since zed f2bdac6 Remove babel.cfg bfb6ee0 Replace deprecated UPPER_CONSTRAINTS_FILE variable 107a5a7 Drop lower-constraints.txt and its testing df6c7c9 Register neutron common config options 3f25f63 Set agent_type in tests 912b742 Add Python3 zed unit tests 6396463 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- babel.cfg | 2 - .../configuration/ironic-neutron-agent/config.rst | 10 + .../configuration/ironic-neutron-agent/index.rst | 12 + .../{ => ironic-neutron-agent}/sample-config.rst | 0 .../ml2/device_drivers/common_config.rst | 31 + .../configuration/ml2/device_drivers/index.rst | 28 + .../ml2/device_drivers/netconf-openconfig.rst | 67 ++ .../contributor/quickstart-netconf-openconfig.rst | 6 + lower-constraints.txt | 77 -- networking_baremetal/agent/ironic_neutron_agent.py | 1 + networking_baremetal/common.py | 64 ++ networking_baremetal/config.py | 89 ++ networking_baremetal/constants.py | 111 ++ networking_baremetal/drivers/__init__.py | 0 networking_baremetal/drivers/base.py | 109 ++ networking_baremetal/drivers/netconf/openconfig.py | 946 ++++++++++++++++ networking_baremetal/exceptions.py | 30 + networking_baremetal/openconfig/__init__.py | 0 .../openconfig/interfaces/__init__.py | 0 .../openconfig/interfaces/aggregate.py | 145 +++ .../openconfig/interfaces/ethernet.py | 135 +++ .../openconfig/interfaces/interfaces.py | 360 ++++++ .../openconfig/interfaces/types.py | 22 + networking_baremetal/openconfig/lacp/__init__.py | 0 networking_baremetal/openconfig/lacp/lacp.py | 289 +++++ networking_baremetal/openconfig/lacp/types.py | 40 + .../openconfig/network_instance/__init__.py | 0 .../network_instance/network_instance.py | 120 ++ networking_baremetal/openconfig/vlan/__init__.py | 0 networking_baremetal/openconfig/vlan/types.py | 80 ++ networking_baremetal/openconfig/vlan/vlan.py | 455 ++++++++ networking_baremetal/plugins/ml2/baremetal_mech.py | 364 +++++- ...-manager-driver-interface-741703fbfc063780.yaml | 7 + ...-openconfig-device-driver-8fc15c9c2dc4bf17.yaml | 8 + ...evice-driver-lacp-support-ed9e1bc0eb784c9b.yaml | 6 + ...onfigured-link-aggregates-2dcba8f96500d159.yaml | 11 + .../notes/openconfig-library-5ecd1f158666c6c5.yaml | 21 + releasenotes/source/conf.py | 14 +- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 5 + setup.cfg | 24 +- test-requirements.txt | 1 + ...orking-baremetal-common-device-driver-opts.conf | 4 + ...networking-baremetal-ironic-neutron-agent.conf} | 0 ...g-baremetal-netconf-openconfig-driver-opts.conf | 4 + tox.ini | 15 +- zuul.d/networking-baremetal-jobs.yaml | 1 - zuul.d/project.yaml | 3 +- 66 files changed, 5742 insertions(+), 166 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0d5dbb2..6c11360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -4,0 +9 @@ +ncclient>=0.6.9 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7dc8b34..5092b94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,0 +11 @@ testscenarios>=0.4 # Apache-2.0/BSD +ncclient>=0.6.9 # Apache-2.0 From no-reply at openstack.org Tue Sep 13 09:30:30 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:30:30 -0000 Subject: [release-announce] networking-hyperv 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for networking-hyperv for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/networking-hyperv/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/networking-hyperv/src/branch/stable/zed Release notes for networking-hyperv can be found at: https://docs.openstack.org/releasenotes/networking-hyperv/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/networking-hyperv/+bugs and tag it *zed-rc-potential* to bring it to the networking-hyperv release crew's attention. From no-reply at openstack.org Tue Sep 13 09:31:07 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:31:07 -0000 Subject: [release-announce] compute-hyperv 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for compute-hyperv for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/compute-hyperv/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/compute-hyperv/src/branch/stable/zed Release notes for compute-hyperv can be found at: https://docs.openstack.org/releasenotes/compute-hyperv/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/compute-hyperv/+bugs and tag it *zed-rc-potential* to bring it to the compute-hyperv release crew's attention. From no-reply at openstack.org Tue Sep 13 09:31:40 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:31:40 -0000 Subject: [release-announce] cloudkitty-dashboard 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for cloudkitty-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/cloudkitty-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/cloudkitty-dashboard/src/branch/stable/zed Release notes for cloudkitty-dashboard can be found at: https://docs.openstack.org/releasenotes/cloudkitty-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/cloudkitty-dashboard and tag it *zed-rc-potential* to bring it to the cloudkitty-dashboard release crew's attention. From no-reply at openstack.org Tue Sep 13 09:41:15 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 09:41:15 -0000 Subject: [release-announce] patrole 0.15.0 (zed) Message-ID: We are thrilled to announce the release of: patrole 0.15.0: Patrole is a tool for verifying that Role-Based Access Control is being enforced across OpenStack deployments. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/patrole Download the package from: https://tarballs.openstack.org/patrole/ Please report issues through: https://bugs.launchpad.net/patrole/+bugs For more details, please see below. Changes in patrole 0.14.0..0.15.0 --------------------------------- f7d47d9 Update tempest to 30.0.0 4769f92 Add cleanup for test_show_auto_allocated_topology test Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- .../test_server_misc_policy_actions_rbac.py | 49 +++++++++++++++------- .../network/test_auto_allocated_topology_rbac.py | 9 ++++ requirements.txt | 2 +- 10 files changed, 66 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cc13aa9..5a4858d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.policy>=1.30.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=30.0.0 # Apache-2.0 From no-reply at openstack.org Tue Sep 13 12:26:20 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:26:20 -0000 Subject: [release-announce] freezer 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for freezer for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/freezer/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/freezer/src/branch/stable/zed Release notes for freezer can be found at: https://docs.openstack.org/releasenotes/freezer/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/freezer and tag it *zed-rc-potential* to bring it to the freezer release crew's attention. From no-reply at openstack.org Tue Sep 13 12:30:35 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:30:35 -0000 Subject: [release-announce] freezer-api 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for freezer-api for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/freezer-api/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/freezer-api/src/branch/stable/zed Release notes for freezer-api can be found at: https://docs.openstack.org/releasenotes/freezer-api/ From no-reply at openstack.org Tue Sep 13 12:31:31 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:31:31 -0000 Subject: [release-announce] freezer-dr 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for freezer-dr for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/freezer-dr/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/freezer-dr/src/branch/stable/zed Release notes for freezer-dr can be found at: https://docs.openstack.org/releasenotes/freezer-dr/ From no-reply at openstack.org Tue Sep 13 12:31:53 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:31:53 -0000 Subject: [release-announce] freezer-web-ui 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for freezer-web-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/freezer-web-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/freezer-web-ui/src/branch/stable/zed Release notes for freezer-web-ui can be found at: https://docs.openstack.org/releasenotes/freezer-web-ui/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/freezer-web-ui and tag it *zed-rc-potential* to bring it to the freezer-web-ui release crew's attention. From no-reply at openstack.org Tue Sep 13 12:49:27 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:49:27 -0000 Subject: [release-announce] masakari-dashboard 7.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for masakari-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/masakari-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/masakari-dashboard/src/branch/stable/zed Release notes for masakari-dashboard can be found at: https://docs.openstack.org/releasenotes/masakari-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/masakari/+bugs and tag it *zed-rc-potential* to bring it to the masakari-dashboard release crew's attention. From no-reply at openstack.org Tue Sep 13 12:49:34 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:49:34 -0000 Subject: [release-announce] zun-ui 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for zun-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/zun-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/zun-ui/src/branch/stable/zed Release notes for zun-ui can be found at: https://docs.openstack.org/releasenotes/zun-ui/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/zun-ui/+bugs and tag it *zed-rc-potential* to bring it to the zun-ui release crew's attention. From no-reply at openstack.org Tue Sep 13 12:49:53 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:49:53 -0000 Subject: [release-announce] sahara-plugin-storm 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-plugin-storm for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-plugin-storm/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-plugin-storm/src/branch/stable/zed Release notes for sahara-plugin-storm can be found at: https://docs.openstack.org/releasenotes/sahara-plugin-storm/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1105 and tag it *zed-rc-potential* to bring it to the sahara-plugin-storm release crew's attention. From no-reply at openstack.org Tue Sep 13 12:50:50 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:50:50 -0000 Subject: [release-announce] masakari 14.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for masakari for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/masakari/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/masakari/src/branch/stable/zed Release notes for masakari can be found at: https://docs.openstack.org/releasenotes/masakari/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/masakari/+bugs and tag it *zed-rc-potential* to bring it to the masakari release crew's attention. From no-reply at openstack.org Tue Sep 13 12:51:42 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:51:42 -0000 Subject: [release-announce] zun 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for zun for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/zun/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/zun/src/branch/stable/zed Release notes for zun can be found at: https://docs.openstack.org/releasenotes/zun/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/zun/+bugs and tag it *zed-rc-potential* to bring it to the zun release crew's attention. From no-reply at openstack.org Tue Sep 13 12:52:02 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:52:02 -0000 Subject: [release-announce] watcher-dashboard 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for watcher-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/watcher-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/watcher-dashboard/src/branch/stable/zed Release notes for watcher-dashboard can be found at: https://docs.openstack.org/releasenotes/watcher-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/watcher-dashboard/+bugs and tag it *zed-rc-potential* to bring it to the watcher-dashboard release crew's attention. From no-reply at openstack.org Tue Sep 13 12:52:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:52:13 -0000 Subject: [release-announce] sahara-plugin-mapr 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-plugin-mapr for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-plugin-mapr/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-plugin-mapr/src/branch/stable/zed Release notes for sahara-plugin-mapr can be found at: https://docs.openstack.org/releasenotes/sahara-plugin-mapr/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1103 and tag it *zed-rc-potential* to bring it to the sahara-plugin-mapr release crew's attention. From no-reply at openstack.org Tue Sep 13 12:53:30 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:53:30 -0000 Subject: [release-announce] sahara-dashboard 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-dashboard/src/branch/stable/zed Release notes for sahara-dashboard can be found at: https://docs.openstack.org/releasenotes/sahara-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/sahara-dashboard and tag it *zed-rc-potential* to bring it to the sahara-dashboard release crew's attention. From no-reply at openstack.org Tue Sep 13 12:54:00 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:54:00 -0000 Subject: [release-announce] sahara-plugin-vanilla 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-plugin-vanilla for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-plugin-vanilla/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-plugin-vanilla/src/branch/stable/zed Release notes for sahara-plugin-vanilla can be found at: https://docs.openstack.org/releasenotes/sahara-plugin-vanilla/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1106 and tag it *zed-rc-potential* to bring it to the sahara-plugin-vanilla release crew's attention. From no-reply at openstack.org Tue Sep 13 12:55:45 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:55:45 -0000 Subject: [release-announce] sahara-plugin-cdh 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-plugin-cdh for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-plugin-cdh/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-plugin-cdh/src/branch/stable/zed Release notes for sahara-plugin-cdh can be found at: https://docs.openstack.org/releasenotes/sahara-plugin-cdh/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1102 and tag it *zed-rc-potential* to bring it to the sahara-plugin-cdh release crew's attention. From no-reply at openstack.org Tue Sep 13 12:57:01 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 12:57:01 -0000 Subject: [release-announce] sahara 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara/src/branch/stable/zed Release notes for sahara can be found at: https://docs.openstack.org/releasenotes/sahara/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/sahara/+bugs and tag it *zed-rc-potential* to bring it to the sahara release crew's attention. From no-reply at openstack.org Tue Sep 13 13:00:58 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 13:00:58 -0000 Subject: [release-announce] sahara-plugin-spark 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-plugin-spark for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-plugin-spark/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-plugin-spark/src/branch/stable/zed Release notes for sahara-plugin-spark can be found at: https://docs.openstack.org/releasenotes/sahara-plugin-spark/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1104 and tag it *zed-rc-potential* to bring it to the sahara-plugin-spark release crew's attention. From no-reply at openstack.org Tue Sep 13 13:02:41 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 13:02:41 -0000 Subject: [release-announce] python-watcher 9.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for python-watcher for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/watcher/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/python-watcher/src/branch/stable/zed Release notes for python-watcher can be found at: https://docs.openstack.org/releasenotes/watcher/ From no-reply at openstack.org Tue Sep 13 13:02:50 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 13:02:50 -0000 Subject: [release-announce] masakari-monitors 14.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for masakari-monitors for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/masakari-monitors/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/masakari-monitors/src/branch/stable/zed Release notes for masakari-monitors can be found at: https://docs.openstack.org/releasenotes/masakari-monitors/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/masakari-monitors/+bugs and tag it *zed-rc-potential* to bring it to the masakari-monitors release crew's attention. From no-reply at openstack.org Tue Sep 13 13:17:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 13:17:16 -0000 Subject: [release-announce] venus-dashboard 1.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for venus-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/venus-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/venus-dashboard/src/branch/stable/zed Release notes for venus-dashboard can be found at: https://docs.openstack.org/releasenotes/venus-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/openstack-venus/+bugs and tag it *zed-rc-potential* to bring it to the venus-dashboard release crew's attention. From no-reply at openstack.org Tue Sep 13 14:25:25 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 14:25:25 -0000 Subject: [release-announce] heat-dashboard 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for heat-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/heat-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/heat-dashboard/src/branch/stable/zed Release notes for heat-dashboard can be found at: https://docs.openstack.org/releasenotes/heat-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/heat-dashboard and tag it *zed-rc-potential* to bring it to the heat-dashboard release crew's attention. From no-reply at openstack.org Tue Sep 13 14:26:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 14:26:16 -0000 Subject: [release-announce] sahara-plugin-ambari 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-plugin-ambari for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-plugin-ambari/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-plugin-ambari/src/branch/stable/zed Release notes for sahara-plugin-ambari can be found at: https://docs.openstack.org/releasenotes/sahara-plugin-ambari/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1101 and tag it *zed-rc-potential* to bring it to the sahara-plugin-ambari release crew's attention. From no-reply at openstack.org Tue Sep 13 14:28:34 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 14:28:34 -0000 Subject: [release-announce] tacker-horizon 6.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for tacker-horizon for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/tacker-horizon/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/tacker-horizon/src/branch/stable/zed Release notes for tacker-horizon can be found at: https://docs.openstack.org/releasenotes/tacker-horizon/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/tacker/+bugs and tag it *zed-rc-potential* to bring it to the tacker-horizon release crew's attention. From no-reply at openstack.org Tue Sep 13 14:29:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 14:29:26 -0000 Subject: [release-announce] heat-agents 5.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for heat-agents for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/heat-agents/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/heat-agents/src/branch/stable/zed Release notes for heat-agents can be found at: https://docs.openstack.org/releasenotes/heat-agents/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/heat-agents/+bugs and tag it *zed-rc-potential* to bring it to the heat-agents release crew's attention. From no-reply at openstack.org Tue Sep 13 14:30:12 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 14:30:12 -0000 Subject: [release-announce] openstack-heat 19.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for openstack-heat for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/heat/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/openstack-heat/src/branch/stable/zed Release notes for openstack-heat can be found at: https://docs.openstack.org/releasenotes/heat/ From no-reply at openstack.org Tue Sep 13 14:30:27 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 13 Sep 2022 14:30:27 -0000 Subject: [release-announce] manila-ui 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for manila-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/manila-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/manila-ui/src/branch/stable/zed Release notes for manila-ui can be found at: https://docs.openstack.org/releasenotes/manila-ui/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/manila-ui/+bugs and tag it *zed-rc-potential* to bring it to the manila-ui release crew's attention. From no-reply at openstack.org Wed Sep 14 07:57:09 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 07:57:09 -0000 Subject: [release-announce] openstack-cyborg 9.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for openstack-cyborg for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/cyborg/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/openstack-cyborg/src/branch/stable/zed Release notes for openstack-cyborg can be found at: https://docs.openstack.org/releasenotes/cyborg/ From no-reply at openstack.org Wed Sep 14 07:58:41 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 07:58:41 -0000 Subject: [release-announce] keystone 22.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for keystone for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/keystone/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/keystone/src/branch/stable/zed Release notes for keystone can be found at: https://docs.openstack.org/releasenotes/keystone/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/keystone/+bugs and tag it *zed-rc-potential* to bring it to the keystone release crew's attention. From no-reply at openstack.org Wed Sep 14 12:44:02 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 12:44:02 -0000 Subject: [release-announce] neutron-vpnaas-dashboard 7.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for neutron-vpnaas-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron-vpnaas-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron-vpnaas-dashboard/src/branch/stable/zed Release notes for neutron-vpnaas-dashboard can be found at: https://docs.openstack.org/releasenotes/neutron-vpnaas-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron-vpnaas-dashboard/+bugs and tag it *zed-rc-potential* to bring it to the neutron-vpnaas-dashboard release crew's attention. From no-reply at openstack.org Wed Sep 14 12:44:04 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 12:44:04 -0000 Subject: [release-announce] neutron-fwaas-dashboard 4.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for neutron-fwaas-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron-fwaas-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron-fwaas-dashboard/src/branch/stable/zed Release notes for neutron-fwaas-dashboard can be found at: https://docs.openstack.org/releasenotes/neutron-fwaas-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron-fwaas-dashboard/+bugs and tag it *zed-rc-potential* to bring it to the neutron-fwaas-dashboard release crew's attention. From no-reply at openstack.org Wed Sep 14 13:58:06 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 13:58:06 -0000 Subject: [release-announce] networking-sfc 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for networking-sfc for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/networking-sfc/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/networking-sfc/src/branch/stable/zed Release notes for networking-sfc can be found at: https://docs.openstack.org/releasenotes/networking-sfc/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/networking-sfc/+bugs and tag it *zed-rc-potential* to bring it to the networking-sfc release crew's attention. From no-reply at openstack.org Wed Sep 14 14:01:55 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:01:55 -0000 Subject: [release-announce] solum-dashboard 9.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for solum-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/solum-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/solum-dashboard/src/branch/stable/zed Release notes for solum-dashboard can be found at: https://docs.openstack.org/releasenotes/solum-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/solum/+bugs and tag it *zed-rc-potential* to bring it to the solum-dashboard release crew's attention. From no-reply at openstack.org Wed Sep 14 14:02:42 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:02:42 -0000 Subject: [release-announce] murano 14.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for murano for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/murano/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/murano/src/branch/stable/zed Release notes for murano can be found at: https://docs.openstack.org/releasenotes/murano/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/murano/+bugs and tag it *zed-rc-potential* to bring it to the murano release crew's attention. From no-reply at openstack.org Wed Sep 14 14:03:24 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:03:24 -0000 Subject: [release-announce] neutron-fwaas 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for neutron-fwaas for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron-fwaas/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron-fwaas/src/branch/stable/zed Release notes for neutron-fwaas can be found at: https://docs.openstack.org/releasenotes/neutron-fwaas/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron/+bugs and tag it *zed-rc-potential* to bring it to the neutron-fwaas release crew's attention. From no-reply at openstack.org Wed Sep 14 14:05:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:05:13 -0000 Subject: [release-announce] solum 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for solum for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/solum/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/solum/src/branch/stable/zed Release notes for solum can be found at: https://docs.openstack.org/releasenotes/solum/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/solum/+bugs and tag it *zed-rc-potential* to bring it to the solum release crew's attention. From no-reply at openstack.org Wed Sep 14 14:06:42 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:06:42 -0000 Subject: [release-announce] murano-agent 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for murano-agent for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/murano-agent/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/murano-agent/src/branch/stable/zed Release notes for murano-agent can be found at: https://docs.openstack.org/releasenotes/murano-agent/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/murano/+bugs and tag it *zed-rc-potential* to bring it to the murano-agent release crew's attention. From no-reply at openstack.org Wed Sep 14 14:07:25 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:07:25 -0000 Subject: [release-announce] murano-dashboard 14.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for murano-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/murano-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/murano-dashboard/src/branch/stable/zed Release notes for murano-dashboard can be found at: https://docs.openstack.org/releasenotes/murano-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/murano/+bugs and tag it *zed-rc-potential* to bring it to the murano-dashboard release crew's attention. From no-reply at openstack.org Wed Sep 14 14:07:33 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 14:07:33 -0000 Subject: [release-announce] networking-bagpipe 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for networking-bagpipe for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/networking-bagpipe/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/networking-bagpipe/src/branch/stable/zed Release notes for networking-bagpipe can be found at: https://docs.openstack.org/releasenotes/networking-bagpipe/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/networking-bagpipe/+bugs and tag it *zed-rc-potential* to bring it to the networking-bagpipe release crew's attention. From no-reply at openstack.org Wed Sep 14 17:32:07 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 14 Sep 2022 17:32:07 -0000 Subject: [release-announce] glance 25.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for glance for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/glance/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/glance/src/branch/stable/zed Release notes for glance can be found at: https://docs.openstack.org/releasenotes/glance/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/glance/+bugs and tag it *zed-rc-potential* to bring it to the glance release crew's attention. From no-reply at openstack.org Thu Sep 15 09:08:14 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 09:08:14 -0000 Subject: [release-announce] skyline-apiserver 1.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for skyline-apiserver for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/skyline-apiserver/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/skyline-apiserver/src/branch/stable/zed Release notes for skyline-apiserver can be found at: https://docs.openstack.org/releasenotes/skyline-apiserver/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/skyline-apiserver/+bugs and tag it *zed-rc-potential* to bring it to the skyline-apiserver release crew's attention. From no-reply at openstack.org Thu Sep 15 09:23:51 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 09:23:51 -0000 Subject: [release-announce] octavia-dashboard 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for octavia-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/octavia-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/octavia-dashboard/src/branch/stable/zed Release notes for octavia-dashboard can be found at: https://docs.openstack.org/releasenotes/octavia-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/octavia-dashboard and tag it *zed-rc-potential* to bring it to the octavia-dashboard release crew's attention. From no-reply at openstack.org Thu Sep 15 09:30:49 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 09:30:49 -0000 Subject: [release-announce] octavia 11.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for octavia for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/octavia/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/octavia/src/branch/stable/zed Release notes for octavia can be found at: https://docs.openstack.org/releasenotes/octavia/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/908 and tag it *zed-rc-potential* to bring it to the octavia release crew's attention. From no-reply at openstack.org Thu Sep 15 09:39:31 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 09:39:31 -0000 Subject: [release-announce] skyline-console 1.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for skyline-console for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/skyline-console/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/skyline-console/src/branch/stable/zed Release notes for skyline-console can be found at: https://docs.openstack.org/releasenotes/skyline-console/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/skyline-apiserver/+bugs and tag it *zed-rc-potential* to bring it to the skyline-console release crew's attention. From no-reply at openstack.org Thu Sep 15 16:03:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:03:26 -0000 Subject: [release-announce] tap-as-a-service 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for tap-as-a-service for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/tap-as-a-service/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/tap-as-a-service/src/branch/stable/zed Release notes for tap-as-a-service can be found at: https://docs.openstack.org/releasenotes/tap-as-a-service/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/tap-as-a-service/+bugs and tag it *zed-rc-potential* to bring it to the tap-as-a-service release crew's attention. From no-reply at openstack.org Thu Sep 15 16:04:27 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:04:27 -0000 Subject: [release-announce] openstack-placement 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for openstack-placement for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/placement/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/openstack-placement/src/branch/stable/zed Release notes for openstack-placement can be found at: https://docs.openstack.org/releasenotes/placement/ From no-reply at openstack.org Thu Sep 15 16:09:32 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:09:32 -0000 Subject: [release-announce] senlin 14.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for senlin for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/senlin/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/senlin/src/branch/stable/zed Release notes for senlin can be found at: https://docs.openstack.org/releasenotes/senlin/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/senlin/+bugs and tag it *zed-rc-potential* to bring it to the senlin release crew's attention. From no-reply at openstack.org Thu Sep 15 16:09:37 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:09:37 -0000 Subject: [release-announce] senlin-dashboard 6.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for senlin-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/senlin-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/senlin-dashboard/src/branch/stable/zed Release notes for senlin-dashboard can be found at: https://docs.openstack.org/releasenotes/senlin-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/senlin-dashboard/+bugs and tag it *zed-rc-potential* to bring it to the senlin-dashboard release crew's attention. From no-reply at openstack.org Thu Sep 15 16:10:31 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:10:31 -0000 Subject: [release-announce] designate-dashboard 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for designate-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/designate-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/designate-dashboard/src/branch/stable/zed Release notes for designate-dashboard can be found at: https://docs.openstack.org/releasenotes/designate-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/designate-dashboard/+bugs and tag it *zed-rc-potential* to bring it to the designate-dashboard release crew's attention. From no-reply at openstack.org Thu Sep 15 16:10:51 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:10:51 -0000 Subject: [release-announce] zaqar-ui 13.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for zaqar-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/zaqar-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/zaqar-ui/src/branch/stable/zed Release notes for zaqar-ui can be found at: https://docs.openstack.org/releasenotes/zaqar-ui/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/zaqar-ui/+bugs and tag it *zed-rc-potential* to bring it to the zaqar-ui release crew's attention. From no-reply at openstack.org Thu Sep 15 16:13:02 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 15 Sep 2022 16:13:02 -0000 Subject: [release-announce] zaqar 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for zaqar for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/zaqar/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/zaqar/src/branch/stable/zed Release notes for zaqar can be found at: https://docs.openstack.org/releasenotes/zaqar/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/zaqar/+bugs and tag it *zed-rc-potential* to bring it to the zaqar release crew's attention. From no-reply at openstack.org Fri Sep 16 09:28:32 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 09:28:32 -0000 Subject: [release-announce] designate 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for designate for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/designate/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/designate/src/branch/stable/zed Release notes for designate can be found at: https://docs.openstack.org/releasenotes/designate/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/designate/+bugs and tag it *zed-rc-potential* to bring it to the designate release crew's attention. From no-reply at openstack.org Fri Sep 16 09:34:52 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 09:34:52 -0000 Subject: [release-announce] blazar 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for blazar for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/blazar/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/blazar/src/branch/stable/zed Release notes for blazar can be found at: https://docs.openstack.org/releasenotes/blazar/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/blazar/+bugs and tag it *zed-rc-potential* to bring it to the blazar release crew's attention. From no-reply at openstack.org Fri Sep 16 09:38:18 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 09:38:18 -0000 Subject: [release-announce] blazar-dashboard 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for blazar-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/blazar-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/blazar-dashboard/src/branch/stable/zed Release notes for blazar-dashboard can be found at: https://docs.openstack.org/releasenotes/blazar-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/blazar/+bugs and tag it *zed-rc-potential* to bring it to the blazar-dashboard release crew's attention. From no-reply at openstack.org Fri Sep 16 10:06:38 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:06:38 -0000 Subject: [release-announce] neutron-dynamic-routing 21.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for neutron-dynamic-routing for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron-dynamic-routing/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron-dynamic-routing/src/branch/stable/zed Release notes for neutron-dynamic-routing can be found at: https://docs.openstack.org/releasenotes/neutron-dynamic-routing/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron/+bugs and tag it *zed-rc-potential* to bring it to the neutron-dynamic-routing release crew's attention. From no-reply at openstack.org Fri Sep 16 10:06:39 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:06:39 -0000 Subject: [release-announce] python-saharaclient 4.0.2 (zed) Message-ID: We high-spiritedly announce the release of: python-saharaclient 4.0.2: Client library for Sahara API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-saharaclient Download the package from: https://pypi.org/project/python-saharaclient Please report issues through: https://bugs.launchpad.net/python-saharaclient/+bugs For more details, please see below. Changes in python-saharaclient 4.0.1..4.0.2 ------------------------------------------- d0c0eb5 scenario scenario-v2 tempest and tempest-v2 non-voting test Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) From no-reply at openstack.org Fri Sep 16 10:10:38 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:10:38 -0000 Subject: [release-announce] kuryr-libnetwork 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for kuryr-libnetwork for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/kuryr-libnetwork/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/kuryr-libnetwork/src/branch/stable/zed Release notes for kuryr-libnetwork can be found at: https://docs.openstack.org/releasenotes/kuryr-libnetwork/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/kuryr-libnetwork/+bugs and tag it *zed-rc-potential* to bring it to the kuryr-libnetwork release crew's attention. From no-reply at openstack.org Fri Sep 16 10:11:08 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:11:08 -0000 Subject: [release-announce] python-magnumclient 4.0.0 (zed) Message-ID: We eagerly announce the release of: python-magnumclient 4.0.0: Client library for Magnum API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-magnumclient Download the package from: https://pypi.org/project/python-magnumclient Please report issues through: https://bugs.launchpad.net/python-magnumclient/+bugs For more details, please see below. 4.0.0 ^^^^^ Deprecation Notes * Remove support for bays and baymodels. Changes in python-magnumclient 3.7.0..4.0.0 ------------------------------------------- 7ad1c27 Drop bay and baymodel 7c03bcb Update python testing as per zed cycle testing runtime 1fd3f19 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- magnumclient/v1/basemodels.py | 14 +- magnumclient/v1/baseunit.py | 14 +- magnumclient/v1/baymodels.py | 25 - magnumclient/v1/baymodels_shell.py | 282 ---------- magnumclient/v1/bays.py | 29 - magnumclient/v1/bays_shell.py | 253 --------- magnumclient/v1/certificates.py | 2 - magnumclient/v1/certificates_shell.py | 24 +- magnumclient/v1/client.py | 4 - magnumclient/v1/shell.py | 4 - .../drop-bay-and-baymodel-79afa8d8161687ef.yaml | 4 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 130 +++++ setup.cfg | 6 +- 23 files changed, 157 insertions(+), 2790 deletions(-) From no-reply at openstack.org Fri Sep 16 10:11:29 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:11:29 -0000 Subject: [release-announce] python-venusclient 1.0.1 (zed) Message-ID: We enthusiastically announce the release of: python-venusclient 1.0.1: Python client for venus API This release is part of the zed stable release series. The source is available from: https://opendev.org/openstack/python-venusclient Download the package from: https://pypi.org/project/python-venusclient Please report issues through: https://bugs.launchpad.net/openstack-venus/+bugs For more details, please see below. Changes in python-venusclient 1.0.0..1.0.1 ------------------------------------------ 2a24fb8 Change service type to log-management Diffstat (except docs and test files) ------------------------------------- venusclient/shell.py | 2 +- venusclient/v1/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) From no-reply at openstack.org Fri Sep 16 10:12:31 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:12:31 -0000 Subject: [release-announce] python-adjutantclient 0.11.0 (zed) Message-ID: We are chuffed to announce the release of: python-adjutantclient 0.11.0: Adjutant API Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-adjutantclient Download the package from: https://pypi.org/project/python-adjutantclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- adjutantclient For more details, please see below. Changes in python-adjutantclient 0.10.0..0.11.0 ----------------------------------------------- 0930120 Update python testing for zed cycle testing runtime Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- requirements.txt | 2 +- setup.cfg | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6837eeb..5f00e9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ osc-lib>=1.5.1 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable>=0.7.1 # BSD From no-reply at openstack.org Fri Sep 16 10:13:33 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:13:33 -0000 Subject: [release-announce] neutron 21.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for neutron for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron/src/branch/stable/zed Release notes for neutron can be found at: https://docs.openstack.org/releasenotes/neutron/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron/+bugs and tag it *zed-rc-potential* to bring it to the neutron release crew's attention. From no-reply at openstack.org Fri Sep 16 10:18:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:18:16 -0000 Subject: [release-announce] nova 26.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for nova for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/nova/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/nova/src/branch/stable/zed Release notes for nova can be found at: https://docs.openstack.org/releasenotes/nova/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/nova/+bugs and tag it *zed-rc-potential* to bring it to the nova release crew's attention. From no-reply at openstack.org Fri Sep 16 10:24:01 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 10:24:01 -0000 Subject: [release-announce] storlets 10.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for storlets for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/storlets/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/storlets/src/branch/stable/zed Release notes for storlets can be found at: https://docs.openstack.org/releasenotes/storlets/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/storlets/+bugs and tag it *zed-rc-potential* to bring it to the storlets release crew's attention. From no-reply at openstack.org Fri Sep 16 12:16:56 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 12:16:56 -0000 Subject: [release-announce] networking-bgpvpn 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for networking-bgpvpn for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/networking-bgpvpn/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/networking-bgpvpn/src/branch/stable/zed Release notes for networking-bgpvpn can be found at: https://docs.openstack.org/releasenotes/networking-bgpvpn/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/bgpvpn/+bugs and tag it *zed-rc-potential* to bring it to the networking-bgpvpn release crew's attention. From no-reply at openstack.org Fri Sep 16 12:17:41 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 12:17:41 -0000 Subject: [release-announce] neutron-vpnaas 21.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for neutron-vpnaas for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron-vpnaas/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron-vpnaas/src/branch/stable/zed Release notes for neutron-vpnaas can be found at: https://docs.openstack.org/releasenotes/neutron-vpnaas/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron/+bugs and tag it *zed-rc-potential* to bring it to the neutron-vpnaas release crew's attention. From no-reply at openstack.org Fri Sep 16 12:31:05 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 12:31:05 -0000 Subject: [release-announce] ec2-api 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for ec2-api for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ec2-api/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ec2-api/src/branch/stable/zed Release notes for ec2-api can be found at: https://docs.openstack.org/releasenotes/ec2-api/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/ec2-api/+bugs and tag it *zed-rc-potential* to bring it to the ec2-api release crew's attention. From no-reply at openstack.org Fri Sep 16 12:47:15 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 12:47:15 -0000 Subject: [release-announce] tacker 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for tacker for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/tacker/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/tacker/src/branch/stable/zed Release notes for tacker can be found at: https://docs.openstack.org/releasenotes/tacker/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/tacker/+bugs and tag it *zed-rc-potential* to bring it to the tacker release crew's attention. From no-reply at openstack.org Fri Sep 16 12:54:56 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 12:54:56 -0000 Subject: [release-announce] manila 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for manila for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/manila/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/manila/src/branch/stable/zed Release notes for manila can be found at: https://docs.openstack.org/releasenotes/manila/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/manila/+bugs and tag it *zed-rc-potential* to bring it to the manila release crew's attention. From no-reply at openstack.org Fri Sep 16 13:01:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 13:01:13 -0000 Subject: [release-announce] openstack-venus 1.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for openstack-venus for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/venus/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/openstack-venus/src/branch/stable/zed Release notes for openstack-venus can be found at: https://docs.openstack.org/releasenotes/venus/ From no-reply at openstack.org Fri Sep 16 13:32:37 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 13:32:37 -0000 Subject: [release-announce] tempest 32.0.0 (zed) Message-ID: We contentedly announce the release of: tempest 32.0.0: OpenStack Integration Testing This release is part of the zed release series. The source is available from: https://opendev.org/openstack/tempest Download the package from: https://pypi.org/project/tempest Please report issues through: https://bugs.launchpad.net/tempest/+bugs For more details, please see below. 32.0.0 ^^^^^^ Prelude ******* This release is to tag Tempest for OpenStack Zed release. This release marks the start of Zed release support in Tempest. After this release, Tempest will support below OpenStack Releases: * Zed * Yoga * Xena * Wallaby Current development of Tempest is for OpenStack 2023.1 development cycle. Every Tempest commit is also tested against master during the 2023.1 cycle. However, this does not necessarily mean that using Tempest as of this tag will work against a 2023.1 (or future release) cloud. To be on safe side, use this tag to test the OpenStack Zed release. New Features ************ * The following "image_cache" tempest client for glance v2 image caching API is implemented in this release. * Add configuration parameter *tempurl_digest_hashlib* into *object- storage-feature-enabled* which configures the hashing algorithm to use for the temp_url tests; defaults to 'sha256'. Security Issues *************** * Swift used to support only 'sha1' for temp_url hashing but from many years now 'sha256' and 'sha512' are also available. These are stronger than 'sha1' and tempest now allows configuring which one to use. Changes in tempest 31.1.0..32.0.0 --------------------------------- bc12bd458 Add releasenote to tag the Tempest for Zed release 979f05a03 Use stable constraint in tox to release new tag for Zed 568ea2aec Fix creds cleanup for system scope 6712d9b26 Update volume and volume transfer schema 994662f1f Add testing for glance-download import method 7c48148fe Tempest test for checking unshelve to host 5ac5c1887 Allow free-form image import parameters d1d582177 Fix test_server_actions run validation 3f9ae1349 Wait for SSHABLE in volume tests c9f9a038e Add waiter for object creation e4ee76252 Clean up scenario floating IP waiting 0188f4610 Add tempest coverage for new cache API 3f7c50cc3 Wait for floating IP assocation in test_minimum_basic test 35c1e6f78 Allow multiple instances on create_test_server 9c263de62 move tempest-integrated-compute-centos-9-stream to periodic 95758b165 Add config option for algo to use in temp_url tests 48367f066 Skip test_container_synchronization 1de5c53e8 Remove unstable_test decorator be58876de Remove unstable_test decorator 7d2edc2d8 Fix create_server_snapshot for microversion d30577d07 Fix backward compatibility of compare volume stats c95d550c8 Add release notes page for version 31.1.0 86df53bb0 Add image cache client 5e6fc7ab7 Add LUKS v2 tests c008dd256 Switch the tox contraints back to master 0687b9cf3 Test fips job on centos-9 Diffstat (except docs and test files) ------------------------------------- ...e-apis-as-tempest-clients-fbcd186927a85e2f.yaml | 6 + .../tempest-zed-release-335293c4a7f5a4b1.yaml | 17 +++ releasenotes/source/index.rst | 1 + releasenotes/source/v31.1.0.rst | 5 + .../compute/admin/test_servers_on_multinodes.py | 45 ++++++ tempest/api/compute/servers/test_server_actions.py | 63 +++++---- tempest/api/image/v2/admin/test_image_caching.py | 153 +++++++++++++++++++++ tempest/api/image/v2/test_images.py | 143 ++++++++++++++++++- tempest/api/image/v2/test_images_negative.py | 2 +- tempest/api/object_storage/base.py | 4 + .../api/object_storage/test_container_quotas.py | 4 + tempest/api/object_storage/test_container_sync.py | 2 +- tempest/api/object_storage/test_object_services.py | 1 - tempest/api/object_storage/test_object_temp_url.py | 8 +- .../test_object_temp_url_negative.py | 8 +- .../api/volume/admin/test_backends_capabilities.py | 58 ++++---- .../volume/admin/test_encrypted_volumes_extend.py | 13 ++ tempest/api/volume/test_volume_transfers.py | 23 +++- tempest/api/volume/test_volumes_snapshots.py | 4 +- tempest/clients.py | 1 + tempest/common/compute.py | 7 - tempest/common/waiters.py | 32 +++++ tempest/config.py | 13 ++ .../api_schema/response/volume/v3_55/__init__.py | 0 .../api_schema/response/volume/v3_55/transfers.py | 46 +++++++ .../api_schema/response/volume/v3_57/__init__.py | 0 .../api_schema/response/volume/v3_57/transfers.py | 61 ++++++++ .../api_schema/response/volume/v3_65/__init__.py | 0 .../api_schema/response/volume/v3_65/volumes.py | 65 +++++++++ .../api_schema/response/volume/v3_69/__init__.py | 0 .../api_schema/response/volume/v3_69/volumes.py | 65 +++++++++ tempest/lib/common/dynamic_creds.py | 35 ++--- tempest/lib/services/image/v2/__init__.py | 10 +- .../lib/services/image/v2/image_cache_client.py | 74 ++++++++++ tempest/lib/services/image/v2/images_client.py | 10 +- tempest/lib/services/volume/v3/transfers_client.py | 18 ++- tempest/lib/services/volume/v3/volumes_client.py | 6 +- tempest/scenario/manager.py | 4 +- tempest/scenario/test_encrypted_cinder_volumes.py | 17 ++- tempest/scenario/test_minimum_basic.py | 43 +----- .../scenario/test_network_advanced_server_ops.py | 1 - tempest/scenario/test_volume_boot_pattern.py | 28 +++- .../services/image/v2/test_image_cache_client.py | 64 +++++++++ ...est-integrated-gate-networking-exclude-list.txt | 2 + ...pest-integrated-gate-placement-exclude-list.txt | 2 + tox.ini | 10 +- zuul.d/integrated-gate.yaml | 29 ++-- zuul.d/project.yaml | 3 +- 49 files changed, 1042 insertions(+), 175 deletions(-) From no-reply at openstack.org Fri Sep 16 14:52:33 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 14:52:33 -0000 Subject: [release-announce] ovn-octavia-provider 3.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for ovn-octavia-provider for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ovn-octavia-provider/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ovn-octavia-provider/src/branch/stable/zed Release notes for ovn-octavia-provider can be found at: https://docs.openstack.org/releasenotes/ovn-octavia-provider/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron/+bugs and tag it *zed-rc-potential* to bring it to the ovn-octavia-provider release crew's attention. From no-reply at openstack.org Fri Sep 16 15:28:21 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:28:21 -0000 Subject: [release-announce] magnum 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for magnum for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/magnum/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/magnum/src/branch/stable/zed Release notes for magnum can be found at: https://docs.openstack.org/releasenotes/magnum/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/magnum/+bugs and tag it *zed-rc-potential* to bring it to the magnum release crew's attention. From no-reply at openstack.org Fri Sep 16 15:34:44 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:34:44 -0000 Subject: [release-announce] kuryr-kubernetes 7.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for kuryr-kubernetes for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/kuryr-kubernetes/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/kuryr-kubernetes/src/branch/stable/zed Release notes for kuryr-kubernetes can be found at: https://docs.openstack.org/releasenotes/kuryr-kubernetes/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/kuryr-kubernetes/+bugs and tag it *zed-rc-potential* to bring it to the kuryr-kubernetes release crew's attention. From no-reply at openstack.org Fri Sep 16 15:35:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:35:26 -0000 Subject: [release-announce] monasca-notification 7.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for monasca-notification for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/monasca-notification/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/monasca-notification/src/branch/stable/zed Release notes for monasca-notification can be found at: https://docs.openstack.org/releasenotes/monasca-notification/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/monasca/+bugs and tag it *zed-rc-potential* to bring it to the monasca-notification release crew's attention. From no-reply at openstack.org Fri Sep 16 15:35:53 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:35:53 -0000 Subject: [release-announce] monasca-persister 7.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for monasca-persister for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/monasca-persister/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/monasca-persister/src/branch/stable/zed Release notes for monasca-persister can be found at: https://docs.openstack.org/releasenotes/monasca-persister/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/monasca/+bugs and tag it *zed-rc-potential* to bring it to the monasca-persister release crew's attention. From no-reply at openstack.org Fri Sep 16 15:40:21 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:40:21 -0000 Subject: [release-announce] monasca-ui 7.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for monasca-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/monasca-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/monasca-ui/src/branch/stable/zed Release notes for monasca-ui can be found at: https://docs.openstack.org/releasenotes/monasca-ui/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/monasca/+bugs and tag it *zed-rc-potential* to bring it to the monasca-ui release crew's attention. From no-reply at openstack.org Fri Sep 16 15:41:00 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:41:00 -0000 Subject: [release-announce] trove-dashboard 19.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for trove-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/trove-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/trove-dashboard/src/branch/stable/zed Release notes for trove-dashboard can be found at: https://docs.openstack.org/releasenotes/trove-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/trove-dashboard/+bugs and tag it *zed-rc-potential* to bring it to the trove-dashboard release crew's attention. From no-reply at openstack.org Fri Sep 16 15:43:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:43:16 -0000 Subject: [release-announce] monasca-api 9.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for monasca-api for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/monasca-api/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/monasca-api/src/branch/stable/zed Release notes for monasca-api can be found at: https://docs.openstack.org/releasenotes/monasca-api/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/monasca/+bugs and tag it *zed-rc-potential* to bring it to the monasca-api release crew's attention. From no-reply at openstack.org Fri Sep 16 15:43:17 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:43:17 -0000 Subject: [release-announce] mistral 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for mistral for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/mistral/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/mistral/src/branch/stable/zed Release notes for mistral can be found at: https://docs.openstack.org/releasenotes/mistral/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/mistral/+bugs and tag it *zed-rc-potential* to bring it to the mistral release crew's attention. From no-reply at openstack.org Fri Sep 16 15:44:12 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:44:12 -0000 Subject: [release-announce] magnum-ui 11.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for magnum-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/magnum-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/magnum-ui/src/branch/stable/zed Release notes for magnum-ui can be found at: https://docs.openstack.org/releasenotes/magnum-ui/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/magnum-ui/+bugs and tag it *zed-rc-potential* to bring it to the magnum-ui release crew's attention. From no-reply at openstack.org Fri Sep 16 15:45:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:45:26 -0000 Subject: [release-announce] trove 18.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for trove for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/trove/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/trove/src/branch/stable/zed Release notes for trove can be found at: https://docs.openstack.org/releasenotes/trove/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/trove/+bugs and tag it *zed-rc-potential* to bring it to the trove release crew's attention. From no-reply at openstack.org Fri Sep 16 15:46:22 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 15:46:22 -0000 Subject: [release-announce] monasca-agent 8.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for monasca-agent for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/monasca-agent/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/monasca-agent/src/branch/stable/zed Release notes for monasca-agent can be found at: https://docs.openstack.org/releasenotes/monasca-agent/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/monasca/+bugs and tag it *zed-rc-potential* to bring it to the monasca-agent release crew's attention. From no-reply at openstack.org Fri Sep 16 16:12:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 16 Sep 2022 16:12:13 -0000 Subject: [release-announce] ansible-role-lunasa-hsm 4.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for ansible-role-lunasa-hsm for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ansible-role-lunasa-hsm/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ansible-role-lunasa-hsm/src/branch/stable/zed Release notes for ansible-role-lunasa-hsm can be found at: https://docs.openstack.org/releasenotes/ansible-role-lunasa-hsm/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1180 and tag it *zed-rc-potential* to bring it to the ansible-role-lunasa-hsm release crew's attention. From no-reply at openstack.org Mon Sep 19 11:28:39 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 19 Sep 2022 11:28:39 -0000 Subject: [release-announce] python-watcherclient 4.0.0 (zed) Message-ID: We jubilantly announce the release of: python-watcherclient 4.0.0: Python client library for Watcher API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-watcherclient Download the package from: https://pypi.org/project/python-watcherclient Please report issues through: https://bugs.launchpad.net/watcher/+bugs For more details, please see below. Changes in python-watcherclient 3.4.0..4.0.0 -------------------------------------------- e227f82 Update to zed cycle testing runtime Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- setup.cfg | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) From no-reply at openstack.org Tue Sep 20 09:01:32 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:01:32 -0000 Subject: [release-announce] watcher-tempest-plugin 2.5.0 (zed) Message-ID: We are tickled pink to announce the release of: watcher-tempest-plugin 2.5.0: Tempest plugin watcher-tempest-plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/watcher-tempest-plugin Download the package from: https://tarballs.openstack.org/watcher-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/watcher/+bugs For more details, please see below. Changes in watcher-tempest-plugin 2.4.0..2.5.0 ---------------------------------------------- 997d172 Add WebTest as dependency for testing 2be53ff Update stable branches jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 42 +++++++++++------------------------------- requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 13 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 76d09c2..135127d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.1.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3c655da..04e6c9c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20 +20 @@ bandit>=1.6.0 # Apache-2.0 - +WebTest>=2.0.27 # MIT From no-reply at openstack.org Tue Sep 20 09:05:25 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:05:25 -0000 Subject: [release-announce] venus-tempest-plugin 2.0.0 (zed) Message-ID: We are thrilled to announce the release of: venus-tempest-plugin 2.0.0: OpenStack Log Management Service Tempest Plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/venus-tempest-plugin Download the package from: https://tarballs.openstack.org/venus-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/openstack-venus/+bugs For more details, please see below. Changes in venus-tempest-plugin 1.0.0..2.0.0 -------------------------------------------- 6f5f0ca Update python testing as per zed cycle teting runtime ca705b8 Use py3 as the default runtime for tox 89926e1 remove unicode prefix from code 8f69305 Set minimal tempest version to 27.0.0 Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 16 ++++++++-------- requirements.txt | 2 +- setup.cfg | 6 ++---- tox.ini | 2 +- 4 files changed, 12 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 42a9080..0a9c64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ testscenarios>=0.4 # Apache-2.0/BSD -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0 From no-reply at openstack.org Tue Sep 20 09:08:07 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:08:07 -0000 Subject: [release-announce] blazar_tempest_plugin 0.9.0 (zed) Message-ID: We jubilantly announce the release of: blazar_tempest_plugin 0.9.0: Tempest plugin for Blazar Project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/blazar_tempest_plugin Download the package from: https://tarballs.openstack.org/blazar-tempest-plugin/ For more details, please see below. Changes in blazar_tempest_plugin 0.8.0..0.9.0 --------------------------------------------- a604ac8 Update minimal tempest version to 27.0.0 e1dde45 Remove setup_clients method b6b9679 Remove unused methods 26d1192 [CI] Move queue setting to project level 9436185 Remove stable/victoria job from master gate e6dfe3d Update 'Maintained' stable branch jobs on master gate 652c9a8 Remove _log_console_output, ping_ip_address methods 7669fc7 Remove create_server and rebuild_server methods 94c16b1 Remove _create_port and create_keypair methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 21 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 609 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 72b1b33..c7dd9e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.utils>=3.37.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0 From no-reply at openstack.org Tue Sep 20 09:09:08 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:09:08 -0000 Subject: [release-announce] telemetry_tempest_plugin 1.7.0 (zed) Message-ID: We exuberantly announce the release of: telemetry_tempest_plugin 1.7.0: Tempest plugin for Telemetry Projects This release is part of the zed release series. The source is available from: https://opendev.org/openstack/telemetry_tempest_plugin Download the package from: https://tarballs.openstack.org/telemetry-tempest-plugin/ For more details, please see below. Changes in telemetry_tempest_plugin 1.6.0..1.7.0 ------------------------------------------------ 60633b2 Add stable branch tests for centos-8s tempest tests 935428a Fix FIPS job - nslookup_target 0d8ebb6 Replace CentOS Stream 8 by 9 cde4a11 setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 38 ++++++++++++++++++++++++++++++++++---- setup.cfg | 8 ++++---- 2 files changed, 38 insertions(+), 8 deletions(-) From no-reply at openstack.org Tue Sep 20 09:10:47 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:10:47 -0000 Subject: [release-announce] zun-tempest-plugin 4.6.0 (zed) Message-ID: We are pumped to announce the release of: zun-tempest-plugin 4.6.0: Tempest plugin zun_tempest_plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/zun-tempest-plugin Download the package from: https://tarballs.openstack.org/zun-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/zun/+bugs For more details, please see below. Changes in zun-tempest-plugin 4.5.0..4.6.0 ------------------------------------------ e8be4c7 Remove stable/victoria job from master gate c6b8308 Add yoga stable branch jobs on master gate 538ba39 Add victoria/wallaby/xena stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 46 ++++++++++++++++------------------------------ 1 file changed, 16 insertions(+), 30 deletions(-) From no-reply at openstack.org Tue Sep 20 09:12:24 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:12:24 -0000 Subject: [release-announce] cyborg-tempest-plugin 2.0.0 (zed) Message-ID: We exuberantly announce the release of: cyborg-tempest-plugin 2.0.0: OpenStack Acceleration Tempest Plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/cyborg-tempest-plugin Download the package from: https://tarballs.openstack.org/cyborg-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cyborg For more details, please see below. Changes in cyborg-tempest-plugin 1.4.0..2.0.0 --------------------------------------------- 702d754 list devices by non exist vendor 5b88f07 list devices by non exist type e1f61cb delete device profile name is null 7274bd0 create ARQ with non-exist device profile 253c363 add list devices filter by hostname cf65e66 cyorg Word misspelling 60d13bc add delete accelerator request by instance uuid 432cff7 delete device profile by name 0f22ee3 add delete multiple non_existent device_profile testcase 45203e3 add list devices filter by vendor 7653c6f create accelerator request with name null cbff2de modify testcase description c1dd08a add list devices filter by type 1b90410 Set minimal tempest version to 27.0.0 9b68fcc Update python testing as per zed cycle teting runtime 2c425f5 The Python 3.6 and Python 3.7 Support has been dropped since zed 5bd2bcf Cap cyborg-tempest-plugin version for stable/ussuri|victoria b61a5ee Update 'Maintained' stable branch jobs on master gate 20555ab setup_clients cleanup dc03239 Remove _create_security_group & _create_loginable_secgroup_rule d4547e9 Remove create_keypair & create_server methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 69 +++++-- README.rst | 2 +- .../services/cyborg_rest_client.py | 13 +- requirements.txt | 2 +- setup.cfg | 4 +- 12 files changed, 182 insertions(+), 223 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 42a9080..0a9c64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ testscenarios>=0.4 # Apache-2.0/BSD -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0 From no-reply at openstack.org Tue Sep 20 09:12:52 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:12:52 -0000 Subject: [release-announce] vitrage-tempest-plugin 6.0.0 (zed) Message-ID: We eagerly announce the release of: vitrage-tempest-plugin 6.0.0: Tempest plugin for Vitrage project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/vitrage-tempest-plugin Download the package from: https://tarballs.openstack.org/vitrage-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/vitrage/+bugs For more details, please see below. 6.0.0 ^^^^^ Upgrade Notes * The "[root_cause_analysis_service] ceilometer_version" option has been removed. Changes in vitrage-tempest-plugin 5.5.0..6.0.0 ---------------------------------------------- 48d4517 add yoga remove victoria 26451bd Remove leftover of ceilometer-api support 69a89b5 move queue to project level Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 +++++++++-------- .../notes/cleanup-ceilometer-api-b16cf4a959ab7232.yaml | 5 +++++ vitrage_tempest_plugin/config.py | 1 - 4 files changed, 14 insertions(+), 26 deletions(-) From no-reply at openstack.org Tue Sep 20 09:33:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 09:33:16 -0000 Subject: [release-announce] oswin-tempest-plugin 2.0.0 (zed) Message-ID: We are delighted to announce the release of: oswin-tempest-plugin 2.0.0: This project contains Tempest tests to cover the os_win project, as well as a plugin to automatically load these tests into Tempest. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/oswin-tempest-plugin Download the package from: https://tarballs.openstack.org/oswin-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/os-win/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8. Changes in oswin-tempest-plugin 1.4.0..2.0.0 -------------------------------------------- 4fe48c2 remove unicode prefix from code 2cb1819 setup.cfg: Replace dashes with underscores 87af7e0 Update python testing as per zed cycle teting runtime Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/notes/drop-python-3-6-and-3-7-fbf1c519725da78b.yaml | 5 +++++ setup.cfg | 9 ++++----- 4 files changed, 14 insertions(+), 10 deletions(-) From no-reply at openstack.org Tue Sep 20 10:03:06 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 20 Sep 2022 10:03:06 -0000 Subject: [release-announce] horizon 23.0.0 (zed) Message-ID: We are amped to announce the release of: horizon 23.0.0: OpenStack Dashboard This release is part of the zed release series. The source is available from: https://opendev.org/openstack/horizon Download the package from: https://tarballs.openstack.org/horizon/ Please report issues through: https://bugs.launchpad.net/horizon/+bugs For more details, please see below. 23.0.0 ^^^^^^ New Features * The new setting "OPENSTACK_SERVER_DEFAULT_USER_DATA" allows an administrator to specify a default user data (e.g. comments or instructions for cloudinit) for new VMs. It can be a raw string or string template that accepts the request. * The new settings "LAUNCH_INSTANCE_DEFAULTS.enable_metadata" and "LAUNCH_INSTANCE_DEFAULTS.enable_net_ports" allow to hide Metadata and Network Ports tabs from launch instance workflow. * Cinder user messages are now available for volume backups in a messages tab. Changes in horizon 22.2.0..23.0.0 --------------------------------- 1011d4237 Fix redirect after deleting from details page 0b1dd3d89 Imported Translations from Zanata 9e9fabeb0 Imported Translations from Zanata a8f2153b2 Sync default policy rules 20a571fdd Add cinder-user-facing messages for Backup 58f832953 Imported Translations from Zanata 61df006f4 volume-backup add incremental flag 3a2e82ab7 Extend settings with OPENSTACK_SERVER_DEFAULT_USER_DATA e9b8d707d Add new settings to LAUNCH_INSTANCE_DEFAULTS a31da2484 Update Xstatic-angular version in ``requirements.txt`` 58d8484e0 Replace deprecated COMPRESS_CSS_FILTERS a2b6e6c9b Imported Translations from Zanata 421df2451 Add setup and teardown to the instances pagination tests 81edf0867 Add setup and teardown to the volumes pagination tests 215896c07 Fix page titles for Angular panels ac8b91f1a Add an option to use Google Chrome for Selenium tests f7a55fab6 Imported Translations from Zanata 4b2df0a68 Use SetUp and cleanup for the network pagination tests d8802fef6 Fix Create Container issues 4212950a4 zuul: Declare queue at top level b5c2b41c4 Update nodejs version in parent job of "horizon-cross-ironic-ui-npm" 36c91fd50 Update OPENSTACK_ENDPOINT_TYPE documentation f6eea0be2 Drop Nodejs14 job 68e12b810 Drop lower-constraints.txt and its testing ee8078250 Drop py36 and py37 support 72571a53b Fix Self-closing syntax (/>) used on a non-void HTML element. d26c50ea8 Small cleanup of FIP code in api/neutron.py f9eb7c8d9 Bugfix: Add missing closing tags to network topology c97e6c684 Add pagination to Networks table in Launch Instance wizard 8fa8bd372 Allow volumes in error_restoring/error_managing to be deleted Diffstat (except docs and test files) ------------------------------------- .zuul.d/cross-jobs.yaml | 2 +- .zuul.d/nodejs-jobs.yaml | 52 - .zuul.d/project.yaml | 3 +- .zuul.d/xstatic-master.yaml | 2 +- .../locale/en_GB/LC_MESSAGES/doc-configuration.po | 78 +- .../locale/id/LC_MESSAGES/doc-configuration.po | 24 +- .../details/routed-details-view.controller.js | 6 +- .../details/routed-details-view.controller.spec.js | 8 +- .../widgets/load-edit/load-edit.directive.js | 8 + .../widgets/load-edit/load-edit.directive.spec.js | 14 +- .../widgets/panel/hz-resource-panel.controller.js | 6 +- .../panel/hz-resource-panel.controller.spec.js | 1 + horizon/test/webdriver.py | 3 + lower-constraints.txt | 155 --- openstack_dashboard/api/cinder.py | 15 +- openstack_dashboard/api/neutron.py | 7 +- openstack_dashboard/api/rest/config.py | 14 + .../conf/default_policies/glance.yaml | 53 - .../conf/default_policies/neutron.yaml | 520 ++++---- .../conf/default_policies/nova.yaml | 390 +++--- openstack_dashboard/conf/glance_policy.yaml | 106 +- openstack_dashboard/conf/neutron_policy.yaml | 1273 ++++++++++---------- openstack_dashboard/conf/nova_policy.yaml | 1256 ++++++++++++++----- .../dashboards/admin/backups/tabs.py | 8 +- .../templates/backups/_detail_overview.html | 4 + .../dashboards/admin/snapshots/tabs.py | 2 +- .../dashboards/project/backups/forms.py | 23 + .../dashboards/project/backups/tables.py | 18 + .../dashboards/project/backups/tabs.py | 26 +- .../templates/backups/_detail_overview.html | 4 + .../templates/network_topology/index.html | 2 + .../dashboards/project/snapshots/tabs.py | 2 +- .../project/containers/containers-model.service.js | 2 +- .../containers/containers-model.service.spec.js | 2 +- .../project/containers/containers.controller.js | 6 +- .../configuration/configuration.html | 1 + .../launch-instance/flavor/flavor.controller.js | 6 +- .../launch-instance-model.service.js | 5 + .../launch-instance-model.service.spec.js | 9 +- .../launch-instance-workflow.service.js | 6 +- .../launch-instance/network/network-details.html | 23 + .../launch-instance/network/network.controller.js | 39 +- .../network/network.controller.spec.js | 3 - .../workflow/launch-instance/network/network.html | 175 +-- .../networkports/ports.controller.js | 5 +- .../launch-instance/networkports/ports.spec.js | 1 - .../dashboards/project/volumes/tables.py | 10 +- openstack_dashboard/defaults.py | 5 + .../locale/cs/LC_MESSAGES/django.po | 5 +- .../locale/cs/LC_MESSAGES/djangojs.po | 17 +- .../locale/de/LC_MESSAGES/django.po | 5 +- .../locale/de/LC_MESSAGES/djangojs.po | 19 +- .../locale/en_AU/LC_MESSAGES/django.po | 5 +- .../locale/en_AU/LC_MESSAGES/djangojs.po | 18 +- .../locale/en_GB/LC_MESSAGES/django.po | 13 +- .../locale/en_GB/LC_MESSAGES/djangojs.po | 30 +- .../locale/eo/LC_MESSAGES/django.po | 5 +- .../locale/eo/LC_MESSAGES/djangojs.po | 22 +- .../locale/es/LC_MESSAGES/django.po | 5 +- .../locale/es/LC_MESSAGES/djangojs.po | 21 +- .../locale/fr/LC_MESSAGES/django.po | 5 +- .../locale/fr/LC_MESSAGES/djangojs.po | 20 +- .../locale/id/LC_MESSAGES/django.po | 5 +- .../locale/id/LC_MESSAGES/djangojs.po | 17 +- .../locale/it/LC_MESSAGES/djangojs.po | 17 +- .../locale/ja/LC_MESSAGES/django.po | 5 +- .../locale/ja/LC_MESSAGES/djangojs.po | 20 +- .../locale/ko_KR/LC_MESSAGES/django.po | 5 +- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 19 +- .../locale/pt_BR/LC_MESSAGES/django.po | 5 +- .../locale/pt_BR/LC_MESSAGES/djangojs.po | 17 +- .../locale/ru/LC_MESSAGES/django.po | 9 +- .../locale/ru/LC_MESSAGES/djangojs.po | 224 +++- .../locale/tr_TR/LC_MESSAGES/django.po | 5 +- .../locale/tr_TR/LC_MESSAGES/djangojs.po | 17 +- .../locale/zh_Hans/LC_MESSAGES/django.po | 5 +- .../locale/zh_Hans/LC_MESSAGES/djangojs.po | 17 +- .../locale/zh_Hant/LC_MESSAGES/django.po | 5 +- .../locale/zh_Hant/LC_MESSAGES/djangojs.po | 17 +- openstack_dashboard/settings.py | 11 +- .../app/core/keypairs/actions/delete.service.js | 8 - .../core/openstack-service-api/swift.service.js | 2 +- .../openstack-service-api/swift.service.spec.js | 1 - .../server_groups/actions/delete.action.service.js | 7 - .../actions/delete.action.service.spec.js | 4 +- .../core/trunks/actions/delete.action.service.js | 11 - openstack_dashboard/test/test_data/cinder_data.py | 14 + .../add_default_user_data-76d9c17e474fc34e.yaml | 7 + ..._enable_net_ports_options-8213bb18558031a8.yaml | 6 + ...er-backup-cinder-messages-2127d04da3c82033.yaml | 4 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 65 +- requirements.txt | 6 +- setup.cfg | 3 +- setup.py | 8 - tox.ini | 13 +- 100 files changed, 3224 insertions(+), 2595 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9eabe2f25..b252214c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Note: Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so there is no guarantee of having them all correct. +# if you find any incorrect lower bounds, let us know or propose a fix. + @@ -45 +49 @@ XStatic>=1.0.0 # MIT License -XStatic-Angular>=1.5.8.0 # MIT License +XStatic-Angular>=1.8.2.2 # MIT License From no-reply at openstack.org Wed Sep 21 09:36:12 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 21 Sep 2022 09:36:12 -0000 Subject: [release-announce] python-zaqarclient 2.4.0 (zed) Message-ID: We are stoked to announce the release of: python-zaqarclient 2.4.0: Client Library for OpenStack Zaqar Messaging API This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-zaqarclient Download the package from: https://pypi.org/project/python-zaqarclient Please report issues through: https://bugs.launchpad.net/python-zaqarclient/+bugs For more details, please see below. Changes in python-zaqarclient victoria-em..2.4.0 ------------------------------------------------ f2e8500 Native Zuulv3 and fixes for python-zaqarclient-functional Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 32 +++++++--- playbooks/zaqarclient-dsvm-functional/post.yaml | 80 ------------------------- playbooks/zaqarclient-dsvm-functional/run.yaml | 73 ---------------------- tox.ini | 6 ++ 4 files changed, 29 insertions(+), 162 deletions(-) From no-reply at openstack.org Wed Sep 21 12:12:58 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 21 Sep 2022 12:12:58 -0000 Subject: [release-announce] keystone_tempest_plugin 0.10.0 (zed) Message-ID: We are pleased to announce the release of: keystone_tempest_plugin 0.10.0: Tempest plugin keystone_tempest_plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/keystone_tempest_plugin Download the package from: https://tarballs.openstack.org/keystone-tempest-plugin/ For more details, please see below. Changes in keystone_tempest_plugin 0.9.0..0.10.0 ------------------------------------------------ 7f43a20 Update stable branches jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) From no-reply at openstack.org Wed Sep 21 17:06:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 21 Sep 2022 17:06:26 -0000 Subject: [release-announce] ansible-role-atos-hsm 4.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for ansible-role-atos-hsm for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ansible-role-atos-hsm/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ansible-role-atos-hsm/src/branch/stable/zed Release notes for ansible-role-atos-hsm can be found at: https://docs.openstack.org/releasenotes/ansible-role-atos-hsm/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1183 and tag it *zed-rc-potential* to bring it to the ansible-role-atos-hsm release crew's attention. From no-reply at openstack.org Wed Sep 21 17:19:55 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 21 Sep 2022 17:19:55 -0000 Subject: [release-announce] ansible-role-thales-hsm 4.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for ansible-role-thales-hsm for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ansible-role-thales-hsm/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ansible-role-thales-hsm/src/branch/stable/zed Release notes for ansible-role-thales-hsm can be found at: https://docs.openstack.org/releasenotes/ansible-role-thales-hsm/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/1184 and tag it *zed-rc-potential* to bring it to the ansible-role-thales-hsm release crew's attention. From no-reply at openstack.org Thu Sep 22 09:04:44 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 22 Sep 2022 09:04:44 -0000 Subject: [release-announce] ironic-inspector 11.1.0 (zed) Message-ID: We jubilantly announce the release of: ironic-inspector 11.1.0: Hardware introspection for OpenStack Bare Metal This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic-inspector Download the package from: https://tarballs.openstack.org/ironic-inspector/ Please report issues through: https://storyboard.openstack.org/#!/project/944 For more details, please see below. Changes in ironic-inspector 11.0.0..11.1.0 ------------------------------------------ 5ab429d Introduce skip list to inspector 493cee3 Fix compatibility with oslo.db 12.1.0 a09d707 Switch the grenade job away from netboot 7e0e411 Imported Translations from Zanata d14cd50 Ignore connection errors when getting ironic ports Diffstat (except docs and test files) ------------------------------------- ironic_inspector/db.py | 4 +++- .../locale/en_GB/LC_MESSAGES/ironic_inspector.po | 8 ++++---- ironic_inspector/plugins/standard.py | 20 ++++++++++++++++++ ironic_inspector/pxe_filter/dnsmasq.py | 3 ++- ironic_inspector/pxe_filter/iptables.py | 3 ++- ironic_inspector/test/unit/test_db.py | 5 ++++- ironic_inspector/test/unit/test_migrations.py | 4 +++- .../test/unit/test_plugins_standard.py | 24 ++++++++++++++++++++++ ...ce_skip_list_to_inspector-825cab226dd212f4.yaml | 7 +++++++ zuul.d/ironic-inspector-jobs.yaml | 5 ++--- 10 files changed, 71 insertions(+), 12 deletions(-) From no-reply at openstack.org Thu Sep 22 09:07:20 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 22 Sep 2022 09:07:20 -0000 Subject: [release-announce] trove_tempest_plugin 1.5.0 (zed) Message-ID: We joyfully announce the release of: trove_tempest_plugin 1.5.0: Tempest plugin for Trove project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/trove_tempest_plugin Download the package from: https://tarballs.openstack.org/trove-tempest-plugin/ For more details, please see below. Changes in trove_tempest_plugin 1.3.0..1.5.0 -------------------------------------------- 5de3964 Show trove guest agent log when instance creation failed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- requirements.txt | 3 +- trove_tempest_plugin/config.py | 6 + 5 files changed, 225 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 931cce0..a9b80da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17,2 @@ PyMySQL>=0.7.6 # MIT License -psycopg2-binary>=2.6.2 # LGPL/ZPL \ No newline at end of file +psycopg2-binary>=2.6.2 # LGPL/ZPL +python-swiftclient>=3.2.0 # Apache-2.0 \ No newline at end of file From no-reply at openstack.org Thu Sep 22 14:59:23 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 22 Sep 2022 14:59:23 -0000 Subject: [release-announce] glance-tempest-plugin 0.5.0 (zed) Message-ID: We enthusiastically announce the release of: glance-tempest-plugin 0.5.0: Tempest plugin tests for Glance. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/glance-tempest-plugin Download the package from: https://tarballs.openstack.org/glance-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/glance/+bugs For more details, please see below. Changes in glance-tempest-plugin 0.4.0..0.5.0 --------------------------------------------- 770da7d Update Image APIs tests to check system user is not permitted 3f874ff Fix incorrect run command and add stestr config file. efdd697 Refactor rbac metadef tests structure Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 + test-requirements.txt | 2 +- tox.ini | 2 +- 13 files changed, 1507 insertions(+), 1553 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4ae1046..5cd4546 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0/BSD From no-reply at openstack.org Thu Sep 22 15:01:50 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 22 Sep 2022 15:01:50 -0000 Subject: [release-announce] sahara-tests 0.16.0 (zed) Message-ID: We are thrilled to announce the release of: sahara-tests 0.16.0: Sahara tests This release is part of the zed release series. The source is available from: https://opendev.org/openstack/sahara-tests Download the package from: https://tarballs.openstack.org/sahara-tests/ Please report issues through: https://storyboard.openstack.org/#!/project/940 For more details, please see below. Changes in sahara-tests 0.12.0..0.16.0 -------------------------------------- 98063d3 Add the missing ussuri and victoria jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) From no-reply at openstack.org Thu Sep 22 16:48:41 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 22 Sep 2022 16:48:41 -0000 Subject: [release-announce] designate 15.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for designate for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/designate/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/designate/src/branch/stable/zed Release notes for designate can be found at: https://docs.openstack.org/releasenotes/designate/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/designate/+bugs and tag it *zed-rc-potential* to bring it to the designate release crew's attention. From no-reply at openstack.org Fri Sep 23 08:04:04 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:04:04 -0000 Subject: [release-announce] networking-odl 21.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for networking-odl for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/networking-odl/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/networking-odl/src/branch/stable/zed Release notes for networking-odl can be found at: https://docs.openstack.org/releasenotes/networking-odl/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/networking-odl/+bugs and tag it *zed-rc-potential* to bring it to the networking-odl release crew's attention. From no-reply at openstack.org Fri Sep 23 08:50:18 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:50:18 -0000 Subject: [release-announce] ironic 21.1.0 (zed) Message-ID: We jubilantly announce the release of: ironic 21.1.0: OpenStack Bare Metal Provisioning This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic Download the package from: https://tarballs.openstack.org/ironic/ Please report issues through: https://storyboard.openstack.org/#!/project/943 For more details, please see below. 21.1.0 ^^^^^^ Prelude ******* The Ironic team hereby announces the release of the *Zed* version of Ironic. This version, *21.1.0*, represents the collaboration of Ironic's contributors during the *Zed* release cycle, which first saw the release of Ironic *20.2.0*, and Ironic *21.1.0*. These versions saw improvements in functionality to better support infrastructure operators from the configuration of individual nodes, to support a greater separation of duties, and ultimately Self-Service Bare Metal as a Service, or "SSBMaaS". Along with these features, these releases have seen numerous bug fixes. We sincerely hope you enjoy it! New Features ************ * Adds "raritan_pdu2", "servertech_sentry3", "servertech_sentry4", and "vertivgest_pdu" snmp drivers to support additional PDU models. * Adds an automatic switch to "url" for the kickstart template when the source is a URL path as opposed to a "stage2" ramdisk. * Adds a concurrency limiter for number of nodes in states related to *Cleaning* and *Provisioning* operations across the ironic deployment. These settings default to a maximum number of concurrent deployments to "250" and a maximum number of concurrent deletes and cleaning operations to "50". These settings can be tuned using "[conductor]max_concurrent_deploy" and "[conductor]max_concurrent_clean", respectively. The defaults should generally be good for most operators in most cases. Large scale operators should evaluate the defaults and tune appropriately as this feature cannot be disabled, as it is a security mechanism. * Adds new clean steps "create_csr" and "add_https_certificate" to "ilo" and "ilo5" hardware types which allows users to create Certificate Signing Request(CSR) and adds signed HTTPS certificate to the iLO. * The "[dhcp]dhcp_provider" configuration option can now be set to "dnsmasq" as an alternative to "none" for standalone deployments. This enables the same node-specific DHCP capabilities as the "neutron" provider. See the "[dnsmasq]" section for configuration options. * Provides vendor passthru methods for "ilo" and "ilo5" hardware types to create, delete and get subscriptions for BMC events. These methods are supported for "HPE ProLiant Gen10" and "HPE ProLiant Gen10 Plus" servers. * Adds the capability for a project scoped "admin" user to be able to create nodes in Ironic, which are then manageable by the project scoped "admin" user. Effectively, this is self service Bare Metal as a Service, however more advanced fields such as drivers, chassies, are not available to these users. This is controlled through an auto-population of the Node "owner" field, and can be controlled through the "[api]project_admin_can_manage_own_nodes" setting, which defaults to "True", and the new policy "baremetal:node:create:self_owned_node". * Adds the capability for a project scoped "admin" user to be able to delete nodes from Ironic which their *project* owns. This can be contolled through the "[api]project_admin_can_manage_own_nodes" setting, which defaults to "True", as well as the "baremetal:node:delete:self_owned_node" policy. Upgrade Notes ************* * Large scale operators should be aware that a new feature, referred to as "Concurrent Action Limit" was introduced as a security mechanism to provide a means to limit attackers, or faulty scripts, from potentially causing irreperable harm to an environment. This feature cannot be disabled, and operators are encouraged to tune the new settings "[conductor]max_concurrent_deploy" and "[conductor]max_concurrent_clean" to match the needs of their environment. * Operators who are upgrading should be aware that a bug was discovered with the automatic selection of "boot_interface" for users of the "ilo" and "ilo5" hardware types. This was an inconsistency, resulting in "pxe" being selected instead of "ipxe" if both boot interfaces were enabled. Depending on the local configuration, this may, or may not have happened and will remain static on preexisting baremetal nodes. Some users may have been relying upon this incorrect behavior by having misalligned defaults by trying to use the "pxe" interface for "ipxe". Users wishing to continue this usage as it was previously will need to explicitly set a "boot_interface" value to either "pxe" or "ilo-ipxe" by default, depending on the local configuration. Most operators have leveraged the default examples, and thus did not explicitly encounter this condition. Operators explicitly wishing to use "pxe" boot interfaces with the "ipxe" templates and defaults set to override the defaults for "ironic.conf" will need to either continue to leverage default override configurations in their "ironic.conf" file. Security Issues *************** * This release contains an improvement which, by default, allows users to create and delete baremetal nodes inside their own project. This can be disabled using the "[api]project_admin_can_manage_own_nodes" setting. Bug Fixes ********* * Fixes detecting of allowable values for a BIOS settings enumeration in the "redfish" BIOS interface when only "ValueDisplayName" is provided. * Adds a configuration option, "[anaconda]insecure_heartbeat" to allow for TLS certificate validation to be disabled in the "anaconda" deployment interface, which is needed for continious integration to be able to be performed without substantial substrate image customization. This option is *not* advised for any production usage. * Fixes an issue where image information retrieval would fail when a path was supplied when using the "anaconda" deploy interface, as *HTTP* "HEAD" requests on a URL path have no "Content-Length". We now consider if a path is used prior to attempting to collect additional configuration data from what is normally expected to be Glance. * Fixes an issue where the fallback to a default kickstart template value would result in error indicating "Scheme-less image href is not a UUID". This was becaues the handling code falling back to the default did not explicitly indicate it was a file URL before saving the value. * Fixes an issue where cleaning operations could fail in such a way that was not easily recoverable when pre-cleaning network interface configuration was validated, yet contained invalid configuration. Now Ironic properly captures the error and exits from cleaning in a state which allows for cleaning to be retried. * Fixes "idrac-redfish" RAID "delete_configuration" step to convert PERC 9 and PERC 10 controllers to RAID mode if it is not already set. * Fixes the default boot interface order for the "ilo" hardware type where previously it would prefer "pxe" over "ipxe". This created inconsistencies for operators using multiple hardware types, where both interfaces were enabled in the deployment. * Fixes API error messages with jsonschema>=4.8. A possible root cause is now detected for generic schema errors. * Fixes an issue where the Redfish session cache would continue using an old session when a password for a Redfish BMC was changed. Now the old session will not be found in this case, and a new session will be created with the latest credential information available. Other Notes *********** * The maximum disk erasure concurrency setting, "[deploy]disk_erasure_concurrency" has been incremed to 4. Previously, this was kept at 1 in order to maintain continuity of experience, but operators have not reported any issues with an increased concurrency, and as such we feel comfortable upstream enabling concurrent disk erasure/cleaning. This setting applies to the "erase_devices" clean step. Changes in ironic 21.0.0..21.1.0 -------------------------------- 38a170dd6 Zed: Add a prelude for the release notes a14b3d02f Set stage for Zed Release with 21.1 e340fc39b Document existence of non-production "fake" driver 31c808740 Fix nodes stuck at cleaning on Network Service issues 9a8b1d149 Concurrent Distructive/Intensive ops limits 397e49a5e Fix idrac-redfish RAID controller mode conversion e6e4d7ccd Update sushy-oem-idrac version 211b25f30 Zed Ironic requires Sushy >4 4415c5502 Cleanup submitted SNMP driver code for additional PDUs 9c19dd6ef Adds create_csr and add_https_certificate clean step 25b3e6796 tests: Add a WarningsFixture b796d7b83 Imported Translations from Zanata d8fc96fd1 CI: Changes to support Anaconda CI jobs 74795abf2 Fix compatibility with oslo.db 12.1.0 166bd1697 Enables event subscription methods for ilo and ilo5 hardware types 754e6bb66 Implement a DHCP driver backed by dnsmasq 9eec74666 Update releasenote for proper formatting 62f9c61ae Improve error message heuristics with jsonschema>=4.8 721439242 [config-doc] Fix help for default_boot_mode 9f1f58c6a redfish: fixes usage of ValueDisplayName c2ba86904 Redfish: Consider password part of the session cache e75626392 CI: anaconda: permit tls certificate validation bypass 5c1dd47e6 Add kickstart template 'url' option bc8705c16 Allow project scoped admins to create/delete nodes c921c077d Fix ilo boot interface order 4d653ac22 Correct Image properties lookup for paths 556d5de9d increase disk_erasure_coconcurrency Diffstat (except docs and test files) ------------------------------------- devstack/lib/ironic | 41 ++- driver-requirements.txt | 4 +- ironic/api/controllers/v1/node.py | 44 ++- ironic/api/controllers/v1/utils.py | 12 +- ironic/api/controllers/v1/versions.py | 5 +- ironic/common/args.py | 17 +- ironic/common/exception.py | 10 + ironic/common/policy.py | 19 +- ironic/common/pxe_utils.py | 90 +++--- ironic/common/release_mappings.py | 26 +- ironic/conductor/cleaning.py | 2 +- ironic/conductor/manager.py | 52 +++- ironic/conf/__init__.py | 2 + ironic/conf/anaconda.py | 11 + ironic/conf/api.py | 5 + ironic/conf/conductor.py | 26 ++ ironic/conf/deploy.py | 6 +- ironic/conf/dhcp.py | 3 +- ironic/conf/dnsmasq.py | 43 +++ ironic/conf/ilo.py | 5 + ironic/db/api.py | 9 + ironic/db/sqlalchemy/__init__.py | 4 +- ironic/db/sqlalchemy/api.py | 24 ++ ironic/dhcp/base.py | 11 + ironic/dhcp/dnsmasq.py | 159 ++++++++++ ironic/dhcp/neutron.py | 11 + ironic/drivers/ilo.py | 5 +- ironic/drivers/modules/drac/raid.py | 82 +++++ ironic/drivers/modules/ilo/common.py | 42 +++ ironic/drivers/modules/ilo/management.py | 79 ++++- ironic/drivers/modules/ilo/vendor.py | 43 ++- ironic/drivers/modules/ks.cfg.template | 23 +- ironic/drivers/modules/redfish/bios.py | 18 +- ironic/drivers/modules/redfish/utils.py | 61 ++-- ironic/drivers/modules/snmp.py | 339 +++++++++++++++++++++ .../unit/drivers/modules/ilo/test_management.py | 115 +++++++ .../unit/drivers/modules/redfish/test_bios.py | 3 +- .../unit/drivers/modules/redfish/test_utils.py | 16 + .../notes/ValueDisplayName-13837c653277ff08.yaml | 5 + .../additonal-snmp-drivers-ae1174e6bd6ee3a6.yaml | 5 + ...tart-auto-url-in-template-9f716c244adff159.yaml | 5 + ...t-cert-validation-disable-6611d3cb9401031d.yaml | 8 + ...concurrency-limit-control-4b101bca7136e08d.yaml | 23 ++ ...rce-path-handling-lookups-4ce2023a56372f10.yaml | 16 + .../create_csr_clean_step-a720932f61b42118.yaml | 7 + .../notes/dnsmasq_dhcp-9154fcae927dc3de.yaml | 7 + ...ing-stuck-on-networkerror-4aedbf3673413af6.yaml | 8 + ...c-redfish-controller-mode-7b55c58d09240d3c.yaml | 5 + ...-ilo-boot-interface-order-238a2da9933cf28c.yaml | 26 ++ .../ilo-event-subscription-0dadf136411bd16a.yaml | 7 + .../notes/jsonschema-4.8-1146d103b877cffd.yaml | 5 + ...-disk-erasure-concurrency-6d132bd84e3df4cf.yaml | 10 + ...o-longer-scope-restricted-b455f66a751f10ec.yaml | 27 ++ ...password_in_session_cache-1fa84234db179053.yaml | 7 + ...rac-reset-if-attr-missing-b2a2b609c906c6c4.yaml | 10 +- .../notes/zed-prelude-09fe95b11ad2459d.yaml | 12 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 35 ++- requirements.txt | 2 +- setup.cfg | 1 + tox.ini | 1 - zuul.d/ironic-jobs.yaml | 42 +++ zuul.d/project.yaml | 2 + 85 files changed, 2809 insertions(+), 253 deletions(-) Requirements updates -------------------- diff --git a/driver-requirements.txt b/driver-requirements.txt index 5333dbd4f..876e817cb 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -7 +7 @@ -proliantutils>=2.13.0 +proliantutils>=2.14.0 @@ -20 +20 @@ python-ibmcclient>=0.2.2,<0.3.0 -sushy-oem-idrac>=4.0.0,<5.0.0 +sushy-oem-idrac>=5.0.0,<6.0.0 diff --git a/requirements.txt b/requirements.txt index 24c09f50c..ae8e14f39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50 +50 @@ openstacksdk>=0.48.0 # Apache-2.0 -sushy>=3.10.0 +sushy>=4.3.0 From no-reply at openstack.org Fri Sep 23 08:53:09 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:53:09 -0000 Subject: [release-announce] sahara-extra 16.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-extra for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-extra/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-extra/src/branch/stable/zed Release notes for sahara-extra can be found at: https://docs.openstack.org/releasenotes/sahara-extra/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/sahara/+bugs and tag it *zed-rc-potential* to bring it to the sahara-extra release crew's attention. From no-reply at openstack.org Fri Sep 23 08:53:09 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:53:09 -0000 Subject: [release-announce] bifrost 15.0.0 (zed) Message-ID: We are gleeful to announce the release of: bifrost 15.0.0: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the zed release series. The source is available from: https://opendev.org/openstack/bifrost Download the package from: https://tarballs.openstack.org/bifrost/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/bifrost For more details, please see below. Changes in bifrost 14.0.0..15.0.0 --------------------------------- b3818dc7 Do not install grub2 and shim on the host system 18ce47b6 Do not install EPEL from the internet if it's already installed 059bd92b Rename include_dhcp_server -> enable_dhcp for consistency 07d76c39 Consolidate ubuntu/debian required_defaults 673318cf make sure we quote extra_kernel_options da3b6781 Repair MariaDB tables after upgrade 0baff1e1 Fix TFTP read access for enforcing SELinux c80a7b7d Wait for cleaning to be over when enrolling 034a6b56 CI: use openstacksdk from source if it's cloned 03ddd026 Fix upgrade on CentOS and with Keystone enabled d95a1fe0 Test redeploy-dynamic when cirros/tinyipa are used b72123e9 Reduce the usage of no_log in keystone code e9577408 Deprecate os_ironic_node_info ba9ddfea Stop passing ironic_url to ansible modules db003715 Remove old unused CentOS Stream 8 based jobs c3b700e2 Remove support for Python 3.6 and 3.7 54f66c96 loop htpasswd generation instead of having two tasks a5ceb406 Drop lower-constraints.txt and its testing 969a5e62 Use Ansible 5.x c12b7faf Exclude ansible collection >1.8.0,<2.0.0 8fa29d98 Use libvirt-python from the distribution on Red Hat systems 901d587f Remove support for all distributions with Python 3.6 1d9f1c4a [CI] Test Kolla on Ubuntu fa1a8662 add sha256sum files for ipa images where to search for the offline git variables 07618671 Upgrade from stable/yoga 2fb9e13c Prevent the enroll/deploy commands from running without venv 7640a231 Allow for almalinux and rocky installations 3ed6ba02 Simplify bifrost-ironic-install required_defaults 235e5c95 Use key as name if not provided in inventory yaml e5f928ee Add Python3 zed unit tests 392097f6 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- bifrost/cli.py | 20 +++++- bifrost/inventory.py | 3 + playbooks/ci/upgrade.yaml | 2 +- playbooks/library/network_metadata.py | 14 ++-- playbooks/library/os_ironic_node_info.py | 2 + playbooks/redeploy-dynamic.yaml | 74 ++++++++++++++-------- .../roles/bifrost-cloud-config/defaults/main.yml | 4 ++ .../roles/bifrost-cloud-config/tasks/main.yml | 27 +------- .../bifrost-configdrives-dynamic/tasks/main.yml | 12 ++-- .../defaults/required_defaults_CentOS.yml | 3 +- .../defaults/required_defaults_Fedora.yml | 3 +- .../defaults/required_defaults_RedHat.yml | 3 +- .../roles/bifrost-create-vm-nodes/tasks/main.yml | 8 +++ .../tasks/prepare_libvirt.yml | 19 +++++- .../bifrost-deploy-nodes-dynamic/tasks/main.yml | 19 +++--- .../roles/bifrost-download-packages/README.md | 52 +++++++++++++++ .../roles/bifrost-download-packages/tasks/main.yml | 54 ++++++++++++++++ playbooks/roles/bifrost-ironic-install/README.md | 2 +- .../roles/bifrost-ironic-install/defaults/main.yml | 28 ++++---- .../defaults/required_defaults_CentOS.yml | 4 -- .../defaults/required_defaults_Debian_family.yml | 10 ++- .../defaults/required_defaults_Fedora.yml | 40 ------------ .../defaults/required_defaults_RedHat.yml | 4 -- .../defaults/required_defaults_RedHat_family.yml | 7 +- .../defaults/required_defaults_Ubuntu.yml | 35 ---------- .../bifrost-ironic-install/tasks/bootstrap.yml | 66 +++++++++++-------- .../bifrost-ironic-install/tasks/create_esp.yml | 16 ++++- .../tasks/inspector_bootstrap.yml | 26 +++----- .../roles/bifrost-ironic-install/tasks/install.yml | 43 +++++++++++++ .../tasks/keystone_setup.yml | 12 ---- .../tasks/keystone_setup_inspector.yml | 8 --- .../roles/bifrost-ironic-install/tasks/start.yml | 4 +- .../templates/clouds.yaml.j2 | 6 +- .../bifrost-prep-for-install/defaults/main.yml | 4 ++ .../roles/bifrost-prep-for-install/tasks/main.yml | 8 +++ .../tasks/main.yml | 1 - .../roles/ironic-delete-dynamic/tasks/main.yml | 1 - .../roles/ironic-enroll-dynamic/tasks/main.yml | 15 ++++- playbooks/roles/ironic-inspect-node/tasks/main.yml | 1 - playbooks/test-bifrost.yaml | 22 +++++-- .../notes/ansible-5.x-c6b4abf349caf632.yaml | 4 ++ .../notes/disable-dhcp-1f2b1557ac574056.yaml | 5 ++ .../notes/mariadb-upgrade-be88fdc90e9959c4.yaml | 5 ++ releasenotes/notes/no-3.6-b6bb33ce08695675.yaml | 10 +++ .../notes/no-install-grub-d39d65a8edbb769e.yaml | 5 ++ .../no-os-ironic-node-info-6ee95171162dc8f6.yaml | 5 ++ .../python36-37-bye-bye-0b4db15f250dc719.yaml | 5 ++ .../notes/selinux-tftp-c37e34311238f8fd.yaml | 7 ++ .../notes/test-redeploy-b802726ffc137793.yaml | 5 ++ releasenotes/notes/upgrade-98610cf055282398.yaml | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++ scripts/env-setup.sh | 2 +- scripts/install-deps.sh | 2 +- scripts/test-bifrost.sh | 3 + setup.cfg | 4 +- tox.ini | 8 +-- zuul.d/bifrost-jobs.yaml | 52 +-------------- zuul.d/project.yaml | 27 ++------ 64 files changed, 513 insertions(+), 363 deletions(-) From no-reply at openstack.org Fri Sep 23 08:53:10 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:53:10 -0000 Subject: [release-announce] sahara-image-elements 17.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for sahara-image-elements for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/sahara-image-elements/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/sahara-image-elements/src/branch/stable/zed Release notes for sahara-image-elements can be found at: https://docs.openstack.org/releasenotes/sahara-image-elements/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/sahara/+bugs and tag it *zed-rc-potential* to bring it to the sahara-image-elements release crew's attention. From no-reply at openstack.org Fri Sep 23 08:53:44 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:53:44 -0000 Subject: [release-announce] designate-tempest-plugin 0.14.0 (zed) Message-ID: We high-spiritedly announce the release of: designate-tempest-plugin 0.14.0: OpenStack DNS As A Service (Designate) Functional Tests This release is part of the zed release series. The source is available from: https://opendev.org/openstack/designate-tempest-plugin Download the package from: https://tarballs.openstack.org/designate-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/designate/+bugs For more details, please see below. Changes in designate-tempest-plugin 0.13.0..0.14.0 -------------------------------------------------- ea0b668 New quota boundray test:"test_zone_quota_boundary" 310f1db Adds TLD cleanup to "test_recordset_validation" test suite 407b60f Disable admin API tests by default a2b08ee Recordset scenario test suite changes aa88bc6 Fix the test_list_enabled_api_versions ced8704 Transfer Request - refactoring and new test cases 0657d24 Remove "skip_because" decorator - Launchpad:1934252 4054a22 Adds new test case to validate min_ttl equal to Zero 356c5ae Adding new test cases to "quota" scenario test suite 3b5d149 Zone Imports - refactoring and new test cases cd0f76e Expand Designate RBAC testing - zones import 0b82092 Expand Designate RBAC testing - zone export cc3fb1e Expand Designate RBAC testing - zone transfer acc 568dc60 Expand Designate RBAC testing - zone transfer req 62c46b9 Expand Designate RBAC testing - tsigkeys 5f95d7c Expand Designate RBAC testing - recordset 1eb2c4f Expand Designate RBAC testing - Quotas 8060d1c Test "NOTIFY" message is sent to Nameservers b0c55aa Expand Designate RBAC testing - Designate Limits 37a442c Expand Designate RBAC testing - Pools fdb7b51 Expand Designate RBAC testing - Zone Abandon ef021cb Expand Designate RBAC testing - Service Statuses 0fbbccd Expand Designate RBAC testing - TLDs 3ff84af Expand Designate RBAC testing - zones bf2379b Expand Designate RBAC testing ade263c Fix TLD issues for test concurrency a5ac52d Replace deprecated whitelist_externals a08d5c3 Update zuul queue configuration 5076600 Re-enable test_admin_sets_invalid_quota_values 1ac9925 Temp disable test_admin_sets_not_existing_quota_type 37e2326 Adds new scenario test to the Zones suite + minor refactoring 3c66e7c Add "cleanup" for created recordsets + NEW delete zone test 37925b2 New test cases for tsigkey tests suite c136230 Remove six df81fe6 Changes in "test_quotas.py" API script 3bfce9b Enable unset ptr test and add inactive value to floating ip status b83ec1e Update tempest stable branch testing e5957b6 Zone Export - some refactoring and new test case to scenario test suite d2afc45 Adding a test to cover: "Show the status of a service" API 6d6b27d New scenario test case for TLD + re-factoring ceb0c0e Adding new test case for zone test suite ed18eaa Add test coverage for update: SOA and NS managed records Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 21 +- designate_tempest_plugin/common/constants.py | 18 +- designate_tempest_plugin/common/waiters.py | 26 +- designate_tempest_plugin/config.py | 14 +- designate_tempest_plugin/data_utils.py | 35 +- designate_tempest_plugin/services/dns/json/base.py | 20 +- .../services/dns/query/query_client.py | 3 +- .../services/dns/v2/json/quotas_client.py | 27 +- .../services/dns/v2/json/recordset_client.py | 42 +- .../services/dns/v2/json/service_client.py | 11 + .../dns/v2/json/transfer_accepts_client.py | 12 +- .../dns/v2/json/transfer_request_client.py | 6 +- .../services/dns/v2/json/tsigkey_client.py | 23 +- .../services/dns/v2/json/zone_exports_client.py | 14 +- .../services/dns/v2/json/zone_imports_client.py | 16 +- .../services/dns/v2/json/zones_client.py | 12 +- tox.ini | 6 +- 45 files changed, 3907 insertions(+), 661 deletions(-) From no-reply at openstack.org Fri Sep 23 08:57:44 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 08:57:44 -0000 Subject: [release-announce] nova 26.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for nova for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/nova/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/nova/src/branch/stable/zed Release notes for nova can be found at: https://docs.openstack.org/releasenotes/nova/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/nova/+bugs and tag it *zed-rc-potential* to bring it to the nova release crew's attention. From no-reply at openstack.org Fri Sep 23 09:02:39 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 09:02:39 -0000 Subject: [release-announce] ironic-python-agent 9.1.0 (zed) Message-ID: We are tickled pink to announce the release of: ironic-python-agent 9.1.0: Ironic Python Agent Ramdisk This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic-python-agent Download the package from: https://tarballs.openstack.org/ironic-python-agent/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- python-agent For more details, please see below. Changes in ironic-python-agent 9.0.0..9.1.0 ------------------------------------------- a99bf27 SoftwareRAID: Enable skipping RAIDS daa20b0 Create RAIDs with volume name 73b23f2 add openstack-python3-zed-jobs-arm64 job 4359c1e Trivial: Fix reno for software raid fix f3e3de8 Fix software raid output poisoning 4bf88b2 remove unicode prefix from code 1ac61e1 Improve function list_block_devices_check_skip_list Diffstat (except docs and test files) ------------------------------------- ironic_python_agent/hardware.py | 283 ++++++++--- ironic_python_agent/raid_utils.py | 50 +- ironic_python_agent/utils.py | 16 + ...te_raids_with_volume_name-93e0bb59ef210fe4.yaml | 5 + .../enable-skipping-raids-40263cc3a19cfd27.yaml | 6 + ...x-softraid-name-poisoning-4e934dd4e60830b1.yaml | 7 + releasenotes/source/conf.py | 16 +- zuul.d/project.yaml | 1 + 13 files changed, 937 insertions(+), 135 deletions(-) From no-reply at openstack.org Fri Sep 23 16:10:05 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:10:05 -0000 Subject: [release-announce] mistral-dashboard 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for mistral-dashboard for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/mistral-dashboard/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/mistral-dashboard/src/branch/stable/zed Release notes for mistral-dashboard can be found at: https://docs.openstack.org/releasenotes/mistral-dashboard/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/mistral/+bugs and tag it *zed-rc-potential* to bring it to the mistral-dashboard release crew's attention. From no-reply at openstack.org Fri Sep 23 16:13:53 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:13:53 -0000 Subject: [release-announce] python-adjutant 5.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for python-adjutant for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/adjutant/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/python-adjutant/src/branch/stable/zed Release notes for python-adjutant can be found at: https://docs.openstack.org/releasenotes/adjutant/ From no-reply at openstack.org Fri Sep 23 16:18:10 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:18:10 -0000 Subject: [release-announce] zaqar_tempest_plugin 1.5.0 (zed) Message-ID: We are delighted to announce the release of: zaqar_tempest_plugin 1.5.0: Tempest plugin zaqar_tempest_plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/zaqar_tempest_plugin Download the package from: https://tarballs.openstack.org/zaqar-tempest-plugin/ For more details, please see below. Changes in zaqar_tempest_plugin 1.3.0..1.5.0 -------------------------------------------- 3813c99 Migrate from testr to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 7 ------- test-requirements.txt | 2 +- tox.ini | 18 ++++++++++++++---- 5 files changed, 19 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 93fc72c..d14547f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 From no-reply at openstack.org Fri Sep 23 16:18:51 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:18:51 -0000 Subject: [release-announce] heat-tempest-plugin 1.6.0 (zed) Message-ID: We enthusiastically announce the release of: heat-tempest-plugin 1.6.0: OpenStack Orchestration Tempest Plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/heat-tempest-plugin Download the package from: https://tarballs.openstack.org/heat-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/heat/+bugs For more details, please see below. 1.6.0 ^^^^^ Bug Fixes * The "[service_available] heat" parameter now takes effect and disables all tests when it is set to "False". Changes in heat-tempest-plugin 1.5.0..1.6.0 ------------------------------------------- c4b871a Skip tests when heat is unavailable ce99ab5 zuul: Declare queue at top level 111afa3 Make master jobs voting again cd0ba39 Create a keypair with public_key f1fb7f2 Update stable branches jobs on master gate e44722f Use LOG.warning instead of deprecated LOG.warn c28006b setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 51 +++------------------- heat_tempest_plugin/common/test.py | 3 ++ .../scenario/templates/test_base_resources.yaml | 3 +- ...or-service_available-heat-03755bb4b092e753.yaml | 5 +++ setup.cfg | 6 +-- 8 files changed, 27 insertions(+), 50 deletions(-) From no-reply at openstack.org Fri Sep 23 16:19:13 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:19:13 -0000 Subject: [release-announce] cinder-tempest-plugin 1.7.1 (zed) Message-ID: We are ecstatic to announce the release of: cinder-tempest-plugin 1.7.1: Tempest plugin tests for Cinder. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/cinder-tempest-plugin Download the package from: https://tarballs.openstack.org/cinder-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/cinder/+bugs For more details, please see below. Changes in cinder-tempest-plugin 1.7.0..1.7.1 --------------------------------------------- 40104c7 Test the ability to transfer encrypted volumes 8f39caf Unblock cinder-tempest-plugin-lvm-multiattach job e50d50e Update example local.conf within README.rst 668ce74 Add command to fix/generate idempotent IDs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 + README.rst | 2 +- .../api/volume/test_volume_backup.py | 2 +- cinder_tempest_plugin/config.py | 12 ++ cinder_tempest_plugin/plugin.py | 5 + cinder_tempest_plugin/rbac/v3/test_capabilities.py | 3 + .../scenario/test_encrypted_volume_transfer.py | 185 +++++++++++++++++++++ tox.ini | 7 +- 8 files changed, 215 insertions(+), 3 deletions(-) From no-reply at openstack.org Fri Sep 23 16:22:03 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:22:03 -0000 Subject: [release-announce] octavia-tempest-plugin 2.0.0 (zed) Message-ID: We eagerly announce the release of: octavia-tempest-plugin 2.0.0: Tempest plugin for Octavia This release is part of the zed release series. The source is available from: https://opendev.org/openstack/octavia-tempest-plugin Download the package from: https://tarballs.openstack.org/octavia-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/908 For more details, please see below. Changes in octavia-tempest-plugin 1.9.0..2.0.0 ---------------------------------------------- a66952e Fix generate_pkcs12_bundle for FIPS 2d795ed Remove install unnecessary packages 2f975b3 Fix TLS*_METHOD for old pyopenssl releases a6ccdc9 Bump tox minversion to 3.18.0 fa5a5f9 Update zuul queue configuration 403216a Fix error on listener OPERATING_STATUS check 7e7fd6c setup.cfg: Replace dashes by underscores 6b2be2f Remove deprecated OpenSSL methods de762fa Remove old unmaintained jobs f46e53f Add waiting OPERATION_STATUS for the third listener in tests. 5de5810 Update 'Maintained' stable branch jobs on master gate 93cf842 Update c9s job with new ssh key type 137ca9c Add missing RBAC enforcement tests for Listener API 16b6906 Spliting member API tests in 2 classes a78cfe0 Fix incorrect subnet_id for ipv6 member servers Diffstat (except docs and test files) ------------------------------------- octavia_tempest_plugin/common/cert_utils.py | 31 ++++++-- .../barbican_scenario/v2/test_tls_barbican.py | 55 +++++++++++--- setup.cfg | 10 +-- tox.ini | 13 ++-- zuul.d/jobs.yaml | 87 +++++++--------------- zuul.d/projects.yaml | 34 +++------ 9 files changed, 164 insertions(+), 160 deletions(-) From no-reply at openstack.org Fri Sep 23 16:22:15 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:22:15 -0000 Subject: [release-announce] barbican_tempest_plugin 1.7.0 (zed) Message-ID: We are amped to announce the release of: barbican_tempest_plugin 1.7.0: OpenStack barbican tempest tests. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/barbican_tempest_plugin Download the package from: https://tarballs.openstack.org/barbican-tempest-plugin/ For more details, please see below. Changes in barbican_tempest_plugin 1.6.0..1.7.0 ----------------------------------------------- a32eaf0 Test secret access via ACL 01da561 Add versioned jobs d0aa2f3 Add "member" role to tempest tests 45dd131 Add RBAC tests for secret consumers 519aa80 Add tests for secret consumers 4e9303e Fix the import of NotFound exception cb6e982 zuul: Declare queue at top level 238cdf1 Set minimal tempest version to 27.0.0 8580430 Update 'Maintained' stable branch jobs on master gate 11c8cfa Enable isolated networks in tempest.conf 5ac5678 Remove create_volume & create_volume_type methods 781850a Remove create_timestamp & get_timestamp methods 6c0902b Remove get_remote_client method f6ea03f Remove create_server and rebuild_server methods 6e39d99 Remove _create_port and create_keypair methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 88 ++++--- barbican_tempest_plugin/config.py | 26 ++ barbican_tempest_plugin/plugin.py | 15 +- .../services/key_manager/json/base.py | 10 + .../services/key_manager/v1_1/__init__.py | 23 ++ .../key_manager/v1_1/secret_consumer_client.py | 53 ++++ .../services/key_manager/v1_1/version_client.py | 23 ++ .../scenario/test_ephemeral_disk_encryption.py | 3 +- requirements.txt | 2 +- 17 files changed, 488 insertions(+), 306 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 67ae150..f2e2e43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0 From no-reply at openstack.org Fri Sep 23 16:22:33 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:22:33 -0000 Subject: [release-announce] monasca-events-api 6.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for monasca-events-api for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/monasca-events-api/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/monasca-events-api/src/branch/stable/zed Release notes for monasca-events-api can be found at: https://docs.openstack.org/releasenotes/monasca-events-api/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/866 and tag it *zed-rc-potential* to bring it to the monasca-events-api release crew's attention. From no-reply at openstack.org Fri Sep 23 16:22:50 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:22:50 -0000 Subject: [release-announce] adjutant-ui 5.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for adjutant-ui for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/adjutant-ui/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/adjutant-ui/src/branch/stable/zed Release notes for adjutant-ui can be found at: https://docs.openstack.org/releasenotes/adjutant-ui/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/adjutant-ui and tag it *zed-rc-potential* to bring it to the adjutant-ui release crew's attention. From no-reply at openstack.org Fri Sep 23 16:23:35 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:23:35 -0000 Subject: [release-announce] magnum_tempest_plugin 1.7.0 (zed) Message-ID: We are happy to announce the release of: magnum_tempest_plugin 1.7.0: Tempest plugin for Magnum Project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/magnum_tempest_plugin Download the package from: https://tarballs.openstack.org/magnum-tempest-plugin/ For more details, please see below. Changes in magnum_tempest_plugin 1.6.0..1.7.0 --------------------------------------------- 62c83d3 Remove stable/victoria job from master gate 70d8e45 Update 'Maintained' stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) From no-reply at openstack.org Fri Sep 23 16:28:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:28:16 -0000 Subject: [release-announce] kuryr-tempest-plugin 0.13.0 (zed) Message-ID: We are jazzed to announce the release of: kuryr-tempest-plugin 0.13.0: Kuryr Tempest Plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/kuryr-tempest-plugin Download the package from: https://tarballs.openstack.org/kuryr-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/kuryr/+bugs For more details, please see below. Changes in kuryr-tempest-plugin 0.12.0..0.13.0 ---------------------------------------------- 1569ccf Fix scenraio when LB or Pool is not ready e5a94ae Extend loadbalancer reconciliation test to cover listeners 4b0fcee Add annotation project driver scenario test cases 0cc8ae0 Change naming (again) for networks and subnets. 28da7f6 Use proper ApiException from kubernetes client 61bfb58 Fix the crd_lb_ip not being defined. d4debdd Update 'Maintained' stable branch jobs on master gate 331547d Adapt to new OS resource names. 5835cc4 Check that pod is deleted in delete_pod f6f7735 Use one pod to check connectivity in kuryr_restart 113be9e Initialize kns_crd variable in create_namespace() 0e68dcf Revert "Temporarily disable stable jobs" Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 +-- kuryr_tempest_plugin/config.py | 5 + 9 files changed, 362 insertions(+), 109 deletions(-) From no-reply at openstack.org Fri Sep 23 16:29:52 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:29:52 -0000 Subject: [release-announce] senlin-tempest-plugin 1.6.0 (zed) Message-ID: We eagerly announce the release of: senlin-tempest-plugin 1.6.0: Tempest plugin senlin_tempest_plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/senlin-tempest-plugin Download the package from: https://tarballs.openstack.org/senlin-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/senlin/+bugs For more details, please see below. Changes in senlin-tempest-plugin 1.5.0..1.6.0 --------------------------------------------- e4829f0 Update 'Maintained' stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) From no-reply at openstack.org Fri Sep 23 16:32:10 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:32:10 -0000 Subject: [release-announce] mistral_tempest_tests 2.0.0 (zed) Message-ID: We contentedly announce the release of: mistral_tempest_tests 2.0.0: Tempest plugin for Mistral project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/mistral_tempest_tests Download the package from: https://tarballs.openstack.org/mistral-tempest-plugin/ For more details, please see below. Changes in mistral_tempest_tests 1.4.0..2.0.0 --------------------------------------------- e62f8b9 Remove unicode literal from code acef086 Update python testing as per zed cycle testing runtime 875971c remove unicode prefix from code d16c741 Use TOX_CONSTRAINTS_FILE Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 16 ++++++++-------- setup.cfg | 5 +---- tox.ini | 2 +- 4 files changed, 14 insertions(+), 17 deletions(-) From no-reply at openstack.org Fri Sep 23 16:33:47 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:33:47 -0000 Subject: [release-announce] freezer_tempest_plugin 2.0.0 (zed) Message-ID: We enthusiastically announce the release of: freezer_tempest_plugin 2.0.0: Tempest plugin for the freezer project. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/freezer_tempest_plugin Download the package from: https://tarballs.openstack.org/freezer-tempest-plugin/ For more details, please see below. Changes in freezer_tempest_plugin 1.4.0..2.0.0 ---------------------------------------------- 7af1171 Remove stable/victoria job from master gate 35e77f9 Dropped the python 3.6/3.7 in zed cycle testing runtime 9d4e173 Add stable/yoga jobs on master gate dad84aa Remove stable/train jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 29 ++++++----------------------- setup.cfg | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) From no-reply at openstack.org Fri Sep 23 16:34:08 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:34:08 -0000 Subject: [release-announce] solum-tempest-plugin 2.5.0 (zed) Message-ID: We contentedly announce the release of: solum-tempest-plugin 2.5.0: Tempest plugin for the solum project. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/solum-tempest-plugin Download the package from: https://tarballs.openstack.org/solum-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/solum/+bugs For more details, please see below. Changes in solum-tempest-plugin 2.4.0..2.5.0 -------------------------------------------- e8efebf Remove stable/victoria job from master gate 84a1af5 Update 'Maintained' stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) From no-reply at openstack.org Fri Sep 23 16:37:38 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:37:38 -0000 Subject: [release-announce] murano-tempest-plugin 2.5.0 (zed) Message-ID: We eagerly announce the release of: murano-tempest-plugin 2.5.0: Tempest plugin for the murano project. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/murano-tempest-plugin Download the package from: https://tarballs.openstack.org/murano-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/murano/+bugs For more details, please see below. Changes in murano-tempest-plugin 2.4.0..2.5.0 --------------------------------------------- 97d430b Remove stable/victoria job from master gate 1ca439a Fix import of orchestration_client in base class a96aab9 Move orchestration_client from tempest to murano tempest plugin. cf5b003 Update 'Maintained' stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 22 +- .../services/orchestration_client.py | 412 +++++++++++++++++++++ 3 files changed, 422 insertions(+), 18 deletions(-) From no-reply at openstack.org Fri Sep 23 16:42:21 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:42:21 -0000 Subject: [release-announce] monasca-tempest-plugin 2.5.0 (zed) Message-ID: We are excited to announce the release of: monasca-tempest-plugin 2.5.0: Tempest plugin for Monasca project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/monasca-tempest-plugin Download the package from: https://tarballs.openstack.org/monasca-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-tempest-plugin 2.4.0..2.5.0 ---------------------------------------------- 4163264 Update 'Maintained' stable branch jobs on master gate b908890 Add stable branch jobs on the plugins master gate 69bb248 Rename tenant_id with project_id Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 24 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) From no-reply at openstack.org Fri Sep 23 16:42:22 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:42:22 -0000 Subject: [release-announce] cloudkitty_tempest_plugin 2.6.0 (zed) Message-ID: We contentedly announce the release of: cloudkitty_tempest_plugin 2.6.0: Tempest plugin for CloudKitty This release is part of the zed release series. The source is available from: https://opendev.org/openstack/cloudkitty_tempest_plugin Download the package from: https://tarballs.openstack.org/cloudkitty-tempest-plugin/ For more details, please see below. Changes in cloudkitty_tempest_plugin 2.5.0..2.6.0 ------------------------------------------------- 6ef31b0 Remove stable/victoria job from master gate 4d3a188 [CI] Move queue setting to project level fe8ed3b Update 'Maintained' stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) From no-reply at openstack.org Fri Sep 23 16:42:48 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:42:48 -0000 Subject: [release-announce] ec2api-tempest-plugin 1.5.0 (zed) Message-ID: We eagerly announce the release of: ec2api-tempest-plugin 1.5.0: Tempest plugin for ec2-api This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ec2api-tempest-plugin Download the package from: https://tarballs.openstack.org/ec2api-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/ec2-api/+bugs For more details, please see below. Changes in ec2api-tempest-plugin 1.4.0..1.5.0 --------------------------------------------- 5a9f739 Remove stable/victoria job from master gate 423c0d1 test_tag_customer_gateway uncommented after ec2api fix f444d2e test_tag_customer_gw and fixed jobs for zed redefined ssh.Client locally to use disabled_algo 0fd3eb2 add vpnaas as a devstack plugin 65e9a0d Update 'Maintained' stable branch jobs on master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 ++--- .../api/test_customer_gateways.py | 2 +- ec2api_tempest_plugin/api/test_tags.py | 6 +- ec2api_tempest_plugin/api/test_vpn_connections.py | 2 +- ec2api_tempest_plugin/api/test_vpn_gateways.py | 2 +- ec2api_tempest_plugin/base.py | 14 ++-- ec2api_tempest_plugin/config.py | 1 - ec2api_tempest_plugin/config_opts.py | 3 + .../scenario/test_instance_restart.py | 2 +- ec2api_tempest_plugin/scenario/test_instances.py | 3 +- .../scenario/test_instances_in_vpc.py | 3 +- ec2api_tempest_plugin/scenario/test_vpn.py | 5 +- ec2api_tempest_plugin/ssh.py | 90 ++++++++++++++++++++++ 13 files changed, 118 insertions(+), 35 deletions(-) From no-reply at openstack.org Fri Sep 23 16:42:50 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:42:50 -0000 Subject: [release-announce] manila-tempest-plugin 1.10.0 (zed) Message-ID: We are overjoyed to announce the release of: manila-tempest-plugin 1.10.0: Tempest plugin manila-tempest-plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/manila-tempest-plugin Download the package from: https://tarballs.openstack.org/manila-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/manila/+bugs For more details, please see below. Changes in manila-tempest-plugin 1.9.0..1.10.0 ---------------------------------------------- a90e325 Expect 404 for unauthorized share access 79cad92 [CI] Stop suppressing cleanup errors in CephFS jobs 4b26d79 Use ddt.named_data decorator to avoid random test names f67893c Use OVS with IPv6 data path testing jobs c89cb9d remove unicode prefix from code c81501c remove unicode from code 9ac47cb [CI] Drop stable/victoria job configuration Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 16 +++++----- requirements.txt | 2 +- zuul.d/manila-tempest-jobs.yaml | 34 +++++++++++++++++----- zuul.d/manila-tempest-stable-jobs.yaml | 10 +++---- 10 files changed, 83 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 95ad247..108bbee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -ddt>=1.0.1 # MIT +ddt>=1.6.0 # MIT From no-reply at openstack.org Fri Sep 23 16:49:14 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 23 Sep 2022 16:49:14 -0000 Subject: [release-announce] networking-generic-switch 7.0.0 (zed) Message-ID: We are pumped to announce the release of: networking-generic-switch 7.0.0: Generic Switch ML2 Neutron Driver This release is part of the zed release series. The source is available from: https://opendev.org/openstack/networking-generic-switch Download the package from: https://pypi.org/project/networking-generic-switch Please report issues through: https://storyboard.openstack.org/#!/project/openstack/networking- generic-switch For more details, please see below. Changes in networking-generic-switch 6.1.0..7.0.0 ------------------------------------------------- 62d9322 remove unicode from code 79fc104 Implements basic functionality for use with Pluribus switches. 2e57ea7 Add Nokia SRL release note 95fc589 Support Nokia SR Linux 54e6b51 Try fixing a non-deterministic test failure on the CI 29e7b59 Trim spaces in ngs_trunk_ports and ngs_physical_networks dc30633 dell: Fix VLAN creation on OS9 devices 981923a Declare l2 connectivity capability to tell Neutron we can handle L2-only ports 3c90da3 Drop lower-constraints.txt and its testing 0443259 The Python 3.6 and Python 3.7 Support has been dropped since zed aea6708 Support 802.3ad port groups on Cumulus devices 1ef6597 CI: Removing job queue 2e201a0 CI: use pre-existing ssh key on multinode jobs f469dc1 CI: Alternate logic for multinode key replacement 6a0f213 Trivial: Remove legacy devstack CI call c6c10a1 CI: Fix Multinode ssh key/hostname for unit tests 3f1a927 Add support for switches running SONiC operating system 9f7d951 Add Python3 zed unit tests 0b6a7d8 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 17 ++- lower-constraints.txt | 89 ------------ networking_generic_switch/devices/__init__.py | 12 +- .../devices/netmiko_devices/__init__.py | 51 ++++++- .../devices/netmiko_devices/cumulus.py | 16 +++ .../devices/netmiko_devices/dell.py | 7 +- .../devices/netmiko_devices/nokia.py | 104 ++++++++++++++ .../devices/netmiko_devices/pluribus.py | 35 +++++ .../devices/netmiko_devices/sonic.py | 86 ++++++++++++ networking_generic_switch/devices/utils.py | 10 ++ networking_generic_switch/generic_switch_mech.py | 71 +++++++--- ...d-sonic-os-switch-support-73fcaf3acdc8c1d0.yaml | 6 + .../notes/cumulus-802.3ad-da9bffe131995f98.yaml | 4 + .../notes/nokia-srl-support-52ea2a445f4b24d4.yaml | 4 + releasenotes/source/conf.py | 16 +-- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 2 +- setup.cfg | 7 +- tox.ini | 6 - zuul.d/project.yaml | 4 +- 32 files changed, 965 insertions(+), 156 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b98540..a0371ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ stevedore>=1.20.0 # Apache-2.0 -netmiko>=2.4.1 # MIT +netmiko>=4.1.1 # MIT From no-reply at openstack.org Mon Sep 26 10:05:55 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 26 Sep 2022 10:05:55 -0000 Subject: [release-announce] ironic-tempest-plugin 2.5.0 (zed) Message-ID: We eagerly announce the release of: ironic-tempest-plugin 2.5.0: Tempest plugin for ironic and ironic- inspector This release is part of the zed release series. The source is available from: https://opendev.org/openstack/ironic-tempest-plugin Download the package from: https://tarballs.openstack.org/ironic-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic For more details, please see below. Changes in ironic-tempest-plugin 2.4.0..2.5.0 --------------------------------------------- 7856205 Add iDRAC Redfish configuration molds test 853164a Add iDRAC Redfish firmware update test 2e680f9 Add iDRAC Redfish sync boot mode test 42656a0 Add iDRAC RAID cleaning steps tests ce437b7 remove unicode from code a766d8e Swap maintenance fix to cleanup step 8d176bd Undo maintenace state on protected node tests b1c8a2b Add iDRAC Redfish virtual media boot deploy test 832deac Add more deploy tests for idrac, redfish, ipmi 09c7a85 Set minimal tempest version to 27.0.0 c652e31 Dettaching instance_uuid for standalone TC's 8530737 Add idrac OOB inspection test cases 7f6f5d7 CI: Removing ironic job queue 8bc9330 Add yoga tests, stop testing victoria 6bddaab Remove six 64ad557 Add iDRAC management cleaning steps tests d41c80e Add iDRAC BIOS cleaning steps tests Diffstat (except docs and test files) ------------------------------------- ironic_tempest_plugin/common/waiters.py | 5 +- ironic_tempest_plugin/config.py | 32 ++ ironic_tempest_plugin/exceptions.py | 4 + ironic_tempest_plugin/services/baremetal/base.py | 11 +- .../services/baremetal/v1/json/baremetal_client.py | 2 +- .../storage_inventory_schema.json | 101 +++++++ .../scenario/ironic_standalone/test_basic_ops.py | 218 ++++++++++++++ .../scenario/ironic_standalone/test_cleaning.py | 323 +++++++++++++++++++++ .../ironic_standalone/test_inspection_basic.py | 67 +++++ requirements.txt | 3 +- zuul.d/project.yaml | 31 +- zuul.d/stable-jobs.yaml | 31 ++ 18 files changed, 974 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 54751e4..cde72ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,2 +11 @@ fixtures>=3.0.0 # Apache-2.0/BSD -six>=1.10.0 # MIT -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0 From no-reply at openstack.org Mon Sep 26 12:16:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 26 Sep 2022 12:16:16 -0000 Subject: [release-announce] ec2-api 15.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for ec2-api for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/ec2-api/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/ec2-api/src/branch/stable/zed Release notes for ec2-api can be found at: https://docs.openstack.org/releasenotes/ec2-api/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/ec2-api/+bugs and tag it *zed-rc-potential* to bring it to the ec2-api release crew's attention. From no-reply at openstack.org Mon Sep 26 14:49:14 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 26 Sep 2022 14:49:14 -0000 Subject: [release-announce] python-tripleoclient 16.5.0 (wallaby) Message-ID: We enthusiastically announce the release of: python-tripleoclient 16.5.0: TripleO client This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/python-tripleoclient Download the package from: https://tarballs.openstack.org/python-tripleoclient/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. 16.5.0 ^^^^^^ Prelude ******* During a minor update of the overcloud. It was previously necessary to execute 3 steps. - Update Prepare - Update Run - Update Converge Starting in W, it is no longer necessary to perform a Stack update during the converge. This change removes the stack update from the converge step. Now, we will just run the deploy_steps_playbook instead. New Features ************ * Added options for "overcloud delete" command to unprovision networks provisioned with "overcloud deploy" or with "overcloud network provision". * Added options for "overcloud delete" command to unprovision nodes and network ports provisioned with "overcloud deploy". * The Admin Authorize command can now be targeted at specific nodes using '--limit'. It can also take a custom static-inventory using ' --static-inventory'. * The commands *openstack overcloud node import* and *openstack overcloud node configure* now have a --boot-mode arguement which allows the boot mode for all affected nodes to be set to UEFI boot (uefi) or legacy BIOS boot (bios). This allows some nodes to have a different boot mode to the default (uefi). * Two new commands, "openstack overcloud ceph user enable" and "openstack overcloud ceph user disable" are added. The "enable" option will create the cephadm SSH user and distribute their SSH keys to Ceph nodes in the overcloud. The "disable" option may be run after "openstack overcloud ceph deploy" has been run to disable cephadm so that it may not be used to administer the Ceph cluster and no "ceph orch ..." CLI commands will function. This will also prevent Ceph node overcloud scale operations though the Ceph cluster will still be able to read/write data. The "ceph user disable" option will also remove the public and private SSH keys of the cephadm SSH user on overclouds which host Ceph. The "ceph user enable" option may also be used to re-distribute the public and private SSH keys of the cephadm SSH user and re-enable the cephadm mgr module. * A new command "openstack overcloud ceph deploy" is added. The command is used to deploy Ceph after the hardware has been provisioned with networking and before the overcloud is deployed. The command takes the output of "openstack overcloud node provision" as input and returns a Heat enviornment file, e.g. deployed_ceph.yaml, as output. The deployed_ceph.yaml file may then be passed to the "openstack overcloud deploy" command as input. During overcloud deployment the Ceph cluster is then configured to host OpenStack. E.g. cephx keys and pools are still created on the Ceph cluster by "openstack overcloud deploy". * The cli arguments that control what parts of the deployment to execute have been refactored to better align with the user expected intention, --stack-only: create the stack, download the config. no overcloud node changes --setup-only: ssh admin authorization setup. --config-download-only: run config-download playbook(s) to configure the overcloud. Deprecation Notes ***************** * The "--local" argument to the "openstack overcloud image upload" command has been deprecated and a "--no-local" argument has been added. Earlier we used to fallback to upload locally when glance was not available. As glance is not installed in the undercloud by default, we would upload images locally unless "--no-local" is used. * The "openstack tripleo validator" CLI has been deprecated in favor the "validation" CLI. +--------------------------------------------+---------------------------+ | Old CLI sub commands | New CLI sub commands | +--------------------------------------------+---------------------------+ | openstack tripleo validator list | validation list | | openstack tripleo validator show | validation show | | openstack tripleo validator group info | validation show group | | openstack tripleo validator show parameter | validation show parameter | | openstack tripleo validator show history | validation history list | | openstack tripleo validator show run | validation history get | +--------------------------------------------+---------------------------+ Bug Fixes ********* * Fixes Admin Authorize to work with Ephemeral Heat. Other Notes *********** * Stack outputs that are needed by other functionality of the overcloud deployment are now saved in the stack working directory in an outputs subdirectory (default ~/overcloud- deploy//outputs). Changes in python-tripleoclient 16.4.0..16.5.0 ---------------------------------------------- 6c76392b Changing MD5 hash to SHA512 015e0226 Adding --repo-dir argument fe6ed229 Fix overcloud node provide 96fae228 Check old passwords file path during uc validation 0aefaf3f Write clouds.yaml/heatrc for tripleo launch heat c8701473 Fix deploy templates arg validation 60ce1c06 Use 127.0.0.1 for ephemeral Heat server instead of ctlplane ip c41459a6 Handle missing ipv6 boolean in network_data.yaml for Ceph c2e4b487 overcloud node extract provisioned - fixed_ips 4e2ba687 node extract provisioned - use network_config_update 86483150 Don't assume json network config in validations a1912be8 Don't set 'subnet' for ctlplane in node extract 8aeed5ec Don't run playbooks if role count == 0 003c96b9 Add the ability to enable/disable cephadm SSH user 06a82e0e make net_config_override of undercloud.conf work with yaml eadbcec0 Use netaddr when comparing local_ip for changes 8223cb7c Fix ports cleanup on node unprovision 8baae032 Skip Heat pod container image pull for default ephemeral heat images fa9dcd54 Pass crush hierarchy data as extra_var 96d37480 Donot install policycoreutils-python for cs9 e84c2e11 Fix the validations_log_basedir overriding 1de4a4e3 Set Ceph ms_bind options for IPv6 ac828a2c Support custom network names with deployed ceph 7dc140b7 bnr CLI enable the conf. of ReaR with ironic on nodes 7ba9e8b3 [WALLABY-ONLY] Deprecation of the "openstack tripleo validator" CLI 293b8434 UC/Standalone - Set ip_version in DeployedServerPortMap 914709dd Ensure we're using the stackname for the inventory d71f64ed Integrating restoration process to client 03221f21 Remove --skip-nodes-and-networks fd18a8ea Replace deprecated params in prepare d4223329 Remove update converge bdfcb56d Refactor --stack-only, --setup-only, --config-download-only e2f3acd1 Add additional saved stack outputs 6da69f44 Save needed stack outputs in working_dir e5b308ee Fix --stack-only to download ansible playbooks bcbe3c1f Update playbooks to use consistent working dir b4cb0064 Fix overcloud admin authorize 71633a13 Fix node scaling for Ephemeral Heat f43317cb Baremetal deploy - user playbook interface c22f23a0 Drop minion 3e9c1926 Deprecate and ignore --skip-nodes-and-networks cfcc4a16 Always run growvols playbook after provision ce676979 Add --boot-mode to import and configure d62bdace Only use undercloud.conf ipxe_enabled for inspection ba988230 Don't write -passwords.conf 8328e7b1 Check for passwords at old path during tripleo deploy ea2877f1 Image upload: handle whole-disk image as default 6ed5f201 Deprecate overcloud image upload to glance 1e1394a6 Drop python2 logic for upgrades 18a30e62 Use real tmpdir for ansible runner tests 4a0be73b bnr enabled ramdisk as deploy interfaces on the ironic/undercloud 64732f93 Remove ipxe_enabled ppc64le validation 86584175 Remove zaqar ff41e5dd Remove mistral 42f9f7a4 Deprecate network data v1 definition 3d615ea4 Dynamic defaults for roles, networks, vips and bm cf63f0da Update deployment status after upgrade converge e97d9e7b Fix update run for Ephemeral Heat 7b9bf2fe Return "overcloud status" output without debug b0537457 Update overcloud deploy help for default heat type 592c793f Add `--heat-type` in overcloud delete ef151db5 Eliminating a race condition in the export_stack function 351bc64f Allow to pass arbitrary parameters to TCIB image config 06c7d4d3 Add network unprovision to overcloud delete 3351ef1c Update default images for "tripleo launch heat" d35ec2fb New test case and documentation for the export_stack function. e1c2fc73 Setting upper constraints to wallaby branch of requirements 1450b166 Moving the 'export_data' dict into constants ea451c4d Add node, port unprovision to overcloud delete a5d144ff Introduce "openstack overcloud ceph deploy" e81ced6f Restore kernel and ramdisk arguments to node configure 13f7f2fc Fetch stack after updating it bf7392db Make the "success" message more "success"-like b437a87e Workaround py36 encoding pip bug 7e490d4f Use 'all' for ANSIBLE_VARS_PLUGIN_STAGE a88ba376 Remove deprecation warnings for the role command 06184adb Fix get_deployment_status() for ephemeral heat 035f9b6a Remove name parameter from cell export 2c5b1cc5 Deprecate --network-ports, enable it by default 40e6f60c Implement protected resource types 7f6ac642 Fix 'cell export' no attribute exception Diffstat (except docs and test files) ------------------------------------- bindep.txt | 2 +- ...rovision-overcloud-delete-5c36ff706ab809ea.yaml | 5 + ...rovision-overcloud-delete-c7dd063912d4ebca.yaml | 5 + ..._args_for_admin_authorize-2fe6945515dd34a7.yaml | 9 + releasenotes/notes/boot_mode-ef25d1a032dcae56.yaml | 7 + ...ser_disable_and_re_enable-18f3102031a802d0.yaml | 17 + ...ecate-glance-image-upload-ef23d3078f430ccf.yaml | 9 + ...ack-tripleo-validator-cli-2612ab3234f506b0.yaml | 18 + ...hemeral-heat-minor-update-db24c2f190c1c8a7.yaml | 10 + .../overcloud_ceph_deploy-485f59b64eb93c70.yaml | 11 + .../refactor-only-cli-args-cb70ed8ba8b166a9.yaml | 10 + .../notes/save-stack-outputs-61c2ad9528ae2529.yaml | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + requirements.txt | 2 +- setup.cfg | 22 +- tox.ini | 35 +- tripleoclient/config/minion.py | 158 ----- tripleoclient/config/standalone.py | 12 +- tripleoclient/config/undercloud.py | 7 +- tripleoclient/constants.py | 47 +- tripleoclient/exceptions.py | 4 + tripleoclient/export.py | 73 +- tripleoclient/heat_launcher.py | 17 +- tripleoclient/plugin.py | 73 -- .../v1/overcloud_deploy/test_overcloud_deploy.py | 117 +++- .../v1/overcloud_image/test_overcloud_image.py | 101 ++- .../minion => overcloud_restore}/__init__.py | 0 .../v1/overcloud_update/test_overcloud_update.py | 35 - .../v1/overcloud_upgrade/test_overcloud_upgrade.py | 4 +- .../test_tripleo_container_image.py | 30 +- .../v2/overcloud_delete/test_overcloud_delete.py | 81 ++- .../v2/overcloud_network/test_overcloud_network.py | 6 + tripleoclient/utils.py | 534 +++++++++++++-- tripleoclient/v1/minion_config.py | 421 ------------ tripleoclient/v1/overcloud_admin.py | 62 +- tripleoclient/v1/overcloud_backup.py | 26 +- tripleoclient/v1/overcloud_cell.py | 15 +- tripleoclient/v1/overcloud_deploy.py | 515 +++++++++------ tripleoclient/v1/overcloud_external_update.py | 5 +- tripleoclient/v1/overcloud_external_upgrade.py | 5 +- tripleoclient/v1/overcloud_image.py | 60 +- tripleoclient/v1/overcloud_node.py | 97 +-- tripleoclient/v1/overcloud_restore.py | 147 +++++ tripleoclient/v1/overcloud_roles.py | 13 +- tripleoclient/v1/overcloud_update.py | 118 ++-- tripleoclient/v1/overcloud_upgrade.py | 32 +- tripleoclient/v1/tripleo_deploy.py | 46 +- tripleoclient/v1/tripleo_launch_heat.py | 24 +- tripleoclient/v1/tripleo_validator.py | 133 ++++ tripleoclient/v1/undercloud.py | 16 +- tripleoclient/v1/undercloud_config.py | 21 +- tripleoclient/v1/undercloud_minion.py | 162 ----- tripleoclient/v1/undercloud_preflight.py | 36 +- tripleoclient/v2/overcloud_ceph.py | 634 ++++++++++++++++++ tripleoclient/v2/overcloud_delete.py | 74 ++- tripleoclient/v2/overcloud_network.py | 39 ++ tripleoclient/v2/overcloud_node.py | 43 +- tripleoclient/v2/tripleo_container_image.py | 38 +- tripleoclient/workflows/baremetal.py | 52 +- tripleoclient/workflows/deployment.py | 146 ++-- tripleoclient/workflows/parameters.py | 42 +- tripleoclient/workflows/roles.py | 12 +- tripleoclient/workflows/scale.py | 230 ------- zuul.d/layout.yaml | 13 - 86 files changed, 4327 insertions(+), 2603 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9c80b5a5..3616e4e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +19 @@ ansible-runner>=1.4.5 # Apache 2.0 -validations-libs>=1.1.0 # Apache-2.0 +validations-libs>=1.2.0 # Apache-2.0 From no-reply at openstack.org Mon Sep 26 15:00:46 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 26 Sep 2022 15:00:46 -0000 Subject: [release-announce] neutron-tempest-plugin 2.0.0 (zed) Message-ID: We joyfully announce the release of: neutron-tempest-plugin 2.0.0: Tempest plugin for Neutron Project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/neutron-tempest-plugin Download the package from: https://tarballs.openstack.org/neutron-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-tempest-plugin 1.9.0..2.0.0 ---------------------------------------------- 909402b Remove "dhcp_agent_scheduler" API extension from common list 23e9848 Add job definitions for Zed branch b8e69d3 Run master scenario/api jobs on api test updates bdacaa2 list floating ip api contains port forwarding id 02e4fbc skip some port_forwarding test 14d9215 Create extra external network with address scope for `ndp proxy` tests 352a641 Remove nose from dependencies 3de3cd9 Retrieve the DSCP valid marks from the API 1472917 Stein: fix failing jobs 5684d5e Use StatefulConnection class to verify connectivity in SG tests 305ea4a Make the StatefulConnection class to work with priviliged ports 1112266 Delete tcp rule from a security group e323001 Add a test for removing security group from ACTIVE instance 22173b8 Enable execution of experimental linuxbridge job 9853a01 Bump swap to 2GB in linuxbridge/openvswitch jobs 2936a29 Add ndp proxy API tests 8ad510e Remove unicode literal from code 823b1a0 Set mac inside vm to the vlan interface aecc32a Skip tempest jobs on functional roles/playbooks changes 34bd09c Fix Train neutron-tempest-plugin api job 935e0a3 Pin neutron-tempest-plugin for ussuri/victoria jobs 8988a01 Consolidate neutron-tempest-plugin-api with scenario jobs 91821d2 Add irrelevant files for fwaas job fc37604 taas: use ssh_key_type from config for taas scenario 13546b8 Remove "distutils" library 68596be [OVS] Add "openflow_processed_per_port=True" to OVS scenario 7c09d72 Make test test_remove_associated_ports to be compatible with L3HA f10618e Fix wrong exceptions import from test_metadata ee00742 Collect ovn/ovs logs and ovn dbs 46fa424 Print VM console output upon different exceptions 712d07c [fwaas] Remove _create_subnet & setup_clients d83cfcf [fwaas] Remove get_remote_client & check_vm_connectivity 3fe3a90 Exclude test test_floatingip_port_details from the Linuxbridge job 2ef3067 [bgpvpn] Remove get_remote_client c96f065 [bgpvpn] Remove setup_clients method 46d4dda [bgpvpn] Replace security groups related methods b7fd90e [fwaas] Remove _get_server_port_id_and_ip4 & create_floating_ip 8235e3b [bgpvpn] Make _create_loginable_secgroup_rule public 1d9e28b [bgpvpn] Remove _get_server_port_id_and_ip4 & create_floating_ip c699091 [fwaas] Remove _log_console_output & ping_ip_address 7d4300c [fwaas] Remove create_server & _create_network 6203126 [fwaas] Remove secgroup creation related methods 763567e [bgpvpn] Remove _create_network & _log_console_output fd509eb [bgpvpn] Remove _create_port & create_keypair 784f819 [fwaas] Remove _create_port & create_keypair 3a1406a [fwaas] Remove unused methods 9198d02 [bgpvpn] Remove unused scenario.manager methods edea483 [sfc] Remove setup_clients method 12cd47a [sfc] Remove _get_server_port_id_and_ip4 & check_vm_connectivity 97ceb4e [sfc] Remove _get_router & _create_network 1bf4f93 [sfc] Remove _create_subnet & _check_tenant_network_connectivity 17587c3 [sfc] Remove create_networks & create_floating_ip 9aa4811 [sfc] Remove _get_network_by_name & check_floating_ip_status 96e9090 [sfc] Remove _log_console_output & ping_ip_address fb61ddb [sfc] Remove create_server & get_remote_client e3c3908 [sfc] Remove _create_port & create_keypair e800f7b [sfc] Remove unused router related methods f0ee14f [sfc] Remove unused sec groups methods 1ee1c15 [sfc] Remove unused check_remote_connectivity methods f0e89f4 [sfc] Remove unused floating ip methods f70acd1 Test dns_assignment with external dns integration 93f1e9b [OVN] Pin OVS version for OVN v21.06.0 a4978bc CI: Fix typo for override-checkout and branch_override a3a807a Add job definitions for Yoga branch 1f275e4 Add tap-as-a-service scenario tests Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - neutron_tempest_plugin/api/base.py | 46 ++ neutron_tempest_plugin/api/test_ndp_proxy.py | 110 +++ .../api/test_ndp_proxy_negative.py | 135 ++++ .../api/test_port_forwardings.py | 5 + neutron_tempest_plugin/api/test_qos.py | 25 +- .../api/test_routers_negative.py | 9 +- neutron_tempest_plugin/bgpvpn/scenario/manager.py | 729 +------------------ .../bgpvpn/scenario/test_bgpvpn_basic.py | 21 +- neutron_tempest_plugin/common/ip.py | 11 +- neutron_tempest_plugin/common/utils.py | 36 +- neutron_tempest_plugin/config.py | 19 + .../fwaas/scenario/fwaas_v2_manager.py | 801 +-------------------- .../fwaas/scenario/test_fwaas_v2.py | 6 +- neutron_tempest_plugin/scenario/base.py | 55 +- .../scenario/test_dns_integration.py | 5 + .../scenario/test_mac_learning.py | 4 +- neutron_tempest_plugin/scenario/test_metadata.py | 2 +- neutron_tempest_plugin/scenario/test_multicast.py | 4 +- .../scenario/test_security_groups.py | 71 +- .../services/network/json/network_client.py | 43 ++ .../tap_as_a_service/scenario/__init__.py | 0 .../tap_as_a_service/scenario/manager.py | 293 ++++++++ .../tap_as_a_service/scenario/test_taas.py | 249 +++++++ .../scenario/test_traffic_impact.py | 264 +++++++ releasenotes/source/conf.py | 14 +- requirements.txt | 2 +- zuul.d/base-nested-switch.yaml | 6 +- zuul.d/base.yaml | 127 ---- zuul.d/master_jobs.yaml | 302 ++++++-- zuul.d/project.yaml | 76 +- zuul.d/queens_jobs.yaml | 16 +- zuul.d/rocky_jobs.yaml | 26 +- zuul.d/stein_jobs.yaml | 26 +- zuul.d/train_jobs.yaml | 28 +- zuul.d/ussuri_jobs.yaml | 40 +- zuul.d/victoria_jobs.yaml | 90 ++- zuul.d/wallaby_jobs.yaml | 32 +- zuul.d/xena_jobs.yaml | 32 +- zuul.d/yoga_jobs.yaml | 231 ++++++ zuul.d/zed_jobs.yaml | 249 +++++++ 44 files changed, 2410 insertions(+), 2633 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 21f14cc..34531e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ oslo.utils>=3.33.0 # Apache-2.0 +packaging>=20.4 # Apache-2.0 @@ -17 +17,0 @@ ddt>=1.0.1 # MIT -nose>=1.3.7 # LGPL From no-reply at openstack.org Mon Sep 26 15:22:48 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 26 Sep 2022 15:22:48 -0000 Subject: [release-announce] cloudkitty 17.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for cloudkitty for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/cloudkitty/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/cloudkitty/src/branch/stable/zed Release notes for cloudkitty can be found at: https://docs.openstack.org/releasenotes/cloudkitty/ If you find an issue that could be considered release-critical, please file it at: https://storyboard.openstack.org/#!/project/openstack/cloudkitty and tag it *zed-rc-potential* to bring it to the cloudkitty release crew's attention. From no-reply at openstack.org Mon Sep 26 15:43:05 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Mon, 26 Sep 2022 15:43:05 -0000 Subject: [release-announce] barbican 15.0.0.0rc1 (zed) Message-ID: Hello everyone, A new release candidate for barbican for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/barbican/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/barbican/src/branch/stable/zed Release notes for barbican can be found at: https://docs.openstack.org/releasenotes/barbican/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/barbican/+bugs and tag it *zed-rc-potential* to bring it to the barbican release crew's attention. From no-reply at openstack.org Tue Sep 27 15:29:01 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Tue, 27 Sep 2022 15:29:01 -0000 Subject: [release-announce] python-watcher 9.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for python-watcher for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/watcher/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/python-watcher/src/branch/stable/zed Release notes for python-watcher can be found at: https://docs.openstack.org/releasenotes/watcher/ From no-reply at openstack.org Wed Sep 28 07:27:33 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 28 Sep 2022 07:27:33 -0000 Subject: [release-announce] openstack-heat 19.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for openstack-heat for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/heat/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/openstack-heat/src/branch/stable/zed Release notes for openstack-heat can be found at: https://docs.openstack.org/releasenotes/heat/ From no-reply at openstack.org Wed Sep 28 15:32:42 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Wed, 28 Sep 2022 15:32:42 -0000 Subject: [release-announce] magnum 15.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for magnum for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/magnum/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/magnum/src/branch/stable/zed Release notes for magnum can be found at: https://docs.openstack.org/releasenotes/magnum/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/magnum/+bugs and tag it *zed-rc-potential* to bring it to the magnum release crew's attention. From no-reply at openstack.org Thu Sep 29 08:31:51 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 29 Sep 2022 08:31:51 -0000 Subject: [release-announce] barbican 15.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for barbican for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/barbican/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/barbican/src/branch/stable/zed Release notes for barbican can be found at: https://docs.openstack.org/releasenotes/barbican/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/barbican/+bugs and tag it *zed-rc-potential* to bring it to the barbican release crew's attention. From no-reply at openstack.org Thu Sep 29 17:50:57 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 29 Sep 2022 17:50:57 -0000 Subject: [release-announce] neutron 21.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for neutron for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/neutron/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/neutron/src/branch/stable/zed Release notes for neutron can be found at: https://docs.openstack.org/releasenotes/neutron/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/neutron/+bugs and tag it *zed-rc-potential* to bring it to the neutron release crew's attention. From no-reply at openstack.org Thu Sep 29 17:58:02 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Thu, 29 Sep 2022 17:58:02 -0000 Subject: [release-announce] tacker 8.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for tacker for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/tacker/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/tacker/src/branch/stable/zed Release notes for tacker can be found at: https://docs.openstack.org/releasenotes/tacker/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/tacker/+bugs and tag it *zed-rc-potential* to bring it to the tacker release crew's attention. From no-reply at openstack.org Fri Sep 30 07:44:04 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 30 Sep 2022 07:44:04 -0000 Subject: [release-announce] zun 10.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for zun for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/zun/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/zun/src/branch/stable/zed Release notes for zun can be found at: https://docs.openstack.org/releasenotes/zun/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/zun/+bugs and tag it *zed-rc-potential* to bring it to the zun release crew's attention. From no-reply at openstack.org Fri Sep 30 07:56:16 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 30 Sep 2022 07:56:16 -0000 Subject: [release-announce] skyline-apiserver 1.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for skyline-apiserver for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/skyline-apiserver/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/skyline-apiserver/src/branch/stable/zed Release notes for skyline-apiserver can be found at: https://docs.openstack.org/releasenotes/skyline-apiserver/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/skyline-apiserver/+bugs and tag it *zed-rc-potential* to bring it to the skyline-apiserver release crew's attention. From no-reply at openstack.org Fri Sep 30 09:08:40 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 30 Sep 2022 09:08:40 -0000 Subject: [release-announce] cinder 21.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for cinder for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/cinder/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/cinder/src/branch/stable/zed Release notes for cinder can be found at: https://docs.openstack.org/releasenotes/cinder/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/cinder/+bugs and tag it *zed-rc-potential* to bring it to the cinder release crew's attention. From no-reply at openstack.org Fri Sep 30 09:11:26 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 30 Sep 2022 09:11:26 -0000 Subject: [release-announce] skyline-console 1.0.0.0rc2 (zed) Message-ID: Hello everyone, A new release candidate for skyline-console for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/skyline-console/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/skyline-console/src/branch/stable/zed Release notes for skyline-console can be found at: https://docs.openstack.org/releasenotes/skyline-console/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/skyline-apiserver/+bugs and tag it *zed-rc-potential* to bring it to the skyline-console release crew's attention. From no-reply at openstack.org Fri Sep 30 09:24:36 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 30 Sep 2022 09:24:36 -0000 Subject: [release-announce] cinder-tempest-plugin 1.7.2 (zed) Message-ID: We are tickled pink to announce the release of: cinder-tempest-plugin 1.7.2: Tempest plugin tests for Cinder. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/cinder-tempest-plugin Download the package from: https://tarballs.openstack.org/cinder-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/cinder/+bugs For more details, please see below. Changes in cinder-tempest-plugin 1.7.1..1.7.2 --------------------------------------------- 89823d9 Avoid duplicate 'barbican' service_available option Diffstat (except docs and test files) ------------------------------------- cinder_tempest_plugin/config.py | 6 +++--- cinder_tempest_plugin/plugin.py | 19 ++++++++++++++----- 2 files changed, 17 insertions(+), 8 deletions(-) From no-reply at openstack.org Fri Sep 30 13:01:29 2022 From: no-reply at openstack.org (no-reply at openstack.org) Date: Fri, 30 Sep 2022 13:01:29 -0000 Subject: [release-announce] barbican 15.0.0.0rc3 (zed) Message-ID: Hello everyone, A new release candidate for barbican for the end of the Zed cycle is available! You can find the source code tarball at: https://tarballs.openstack.org/barbican/ Unless release-critical issues are found that warrant a release candidate respin, this candidate will be formally released as the final Zed release. You are therefore strongly encouraged to test and validate this tarball! Alternatively, you can directly test the stable/zed release branch at: https://opendev.org/openstack/barbican/src/branch/stable/zed Release notes for barbican can be found at: https://docs.openstack.org/releasenotes/barbican/ If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/barbican/+bugs and tag it *zed-rc-potential* to bring it to the barbican release crew's attention.