We are ecstatic to announce the release of: tripleo-upgrade 10.0.0: tripleo-upgrade - An ansible role for upgrade and update a TripleO deployment The source is available from: https://opendev.org/openstack/tripleo-upgrade Download the package from: https://tarballs.openstack.org/tripleo-upgrade/ For more details, please see below. Changes in tripleo-upgrade 9.0.0..10.0.0 ---------------------------------------- 9d1d50a Add a loop sleep for cinder create and delete. d9d3ce1 Removed tasks using unsupported NIC config script 1a704df Bump cirros verision to 0.6.0 in plugin.spec file f78db9f Make a workload_launch script more robust f3be13b Bump Cirros to 0.6.0 224d964 Ensure fencing is correctly handled during update 583bed0 Changed minversion in tox to 3.18.0. 93e1f8c Make sure patch reports issues and ignores test files fff4372 Add additional tags to update validations tasks 10eec1d Change a list of files for leapp fa5da60 Append item to custom_env_files of undercloud.conf 43b712d Monitor ceph update status with 'ceph orch upgrade status' cmd da06f27 Adjust ceph minor update section 1ae0411 Use already available ansible inventory 2a252cb Moves the shared zuul queue tripleo to the project level b9c5180 Fix validation inventory setup. 7c39685 Make config-heat and config-resource options comptatible with OOOQ f0a071b Install pkgs required to apply workarounds c003ac5 Nit cleanup for fast and furious upgrade tasks 1d854f6 Make sure create_workload tasks inherit the always tags. Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- defaults/main.yml | 7 +- infrared_plugin/main.yml | 13 ++++ infrared_plugin/plugin.spec | 2 +- molecule/default/prepare.yml | 14 +++- tasks/common/auxilary-facts.yaml | 36 +++++++++ tasks/common/build_extra_template.yaml | 14 ---- tasks/common/convert_nic_template.yaml | 33 -------- tasks/common/convert_nic_templates.yaml | 10 --- tasks/common/load_roles_from_inventory.yaml | 10 +-- .../rocky_to_stein_adjust_nic_templates.yaml | 41 ---------- tasks/common/skip_rhel_enforcement.yaml | 51 ++++++++---- tasks/common/undercloud_os_upgrade.yaml | 9 ++- tasks/common/validation_group_run.yaml | 2 - .../create-overcloud-ffu-scripts.yaml | 5 +- tasks/fast-forward-upgrade/main.yml | 6 +- tasks/main.yml | 16 +++- tasks/update/ceph_update_run.yml | 91 ++++++++++++++++++---- tasks/update/create-overcloud-update-scripts.yaml | 10 +-- tasks/update/disable_fencing.yaml | 23 ++++++ tasks/update/enable_fencing.yaml | 28 +++++++ tasks/update/main.yml | 17 +++- templates/ceph-update-run.sh.j2 | 64 --------------- .../overcloud_system_upgrade.sh.j2 | 3 - templates/workarounds.sh.j2 | 10 +-- templates/workload_launch.sh.j2 | 90 +++++++++++++++------ tox.ini | 6 +- zuul.d/layout.yaml | 2 +- 28 files changed, 354 insertions(+), 261 deletions(-)
participants (1)
-
no-reply@openstack.org