We are stoked to announce the release of: kayobe 14.6.0: Deployment of OpenStack to bare metal using OpenStack kolla and bifrost This release is part of the antelope 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. 14.6.0 ^^^^^^ New Features ************ * Adds support for custom RabbitMQ configuration. * Adds a new dev script "dev/rabbitmq-migrate-queues.sh" that will enable quorum queues and migrate RabbitMQ to use these. Bug Fixes ********* * Fixes an issue where Dell OS6 and Dell OS9 switch configuration was not applied correctly. LP#2061102. * Fixes issue of ironic files being left behind after node deprovision which prevents it from being enrolled and provisioned again. * Fixes default Ubuntu Apt keyrings location to the recommended "/etc/apt/keyrings". * Fixes the bug where /etc/hosts was not populated correctly when running Kayobe using a host limit. LP#2051714 * Fixes an issue with overcloud service destroy where it failed to remove the inspection store docker volume. See LP#2050092. Changes in kayobe 14.5.0..14.6.0 -------------------------------- 8c733c7a Add ironic config files clean up tasks to overcloud deprovision ca17d667 Update instructions to migrate from CentOS Stream 8 20582e40 CI: Fix kayobe-tox-molecule job c43b1152 Fix permissions on dev/rabbitmq-migrate-queues.sh d0062df2 Fix issue removing docker volumes c0a881ab Add script to migrate to RabbitMQ quorum queues a612a672 Fix Dell OS6 and Dell OS9 switch configuration f6596910 CI: Fix upgrade jobs following zed branch renaming d9c1f459 Document required tags for Bifrost-only deployment 5130cec8 Add python3-devel to Kayobe dependencies b491ce2e Fix Bifrost database backup instructions 66399fa3 Fix default place for Ubuntu Apt keyrings a789a062 Revert "Mark kayobe-tox-ansible job as non-voting" 018448f3 CI: Bump cirros images to 0.5.3 1410b52c Adds support for custom RabbitMQ configuration. 941ee319 Fix for post configure upgrading openstacksdk 22ef31d9 Fix link in release note d7d77953 Fix: configure etc-hosts for overcloud group Diffstat (except docs and test files) ------------------------------------- ansible/overcloud-deprovision.yml | 39 ++++++++++++++++++++++ ansible/provision-net.yml | 2 +- ansible/roles/apt/defaults/main.yml | 2 +- ansible/roles/dell-switch/tasks/main.yml | 4 +-- ansible/roles/docker-registry/tasks/destroy.yml | 2 +- ansible/roles/etc-hosts/defaults/main.yml | 2 +- .../roles/gather-facts-delegated/defaults/main.yml | 8 ++--- .../tasks/gather-facts-delegated.yml | 12 +++++++ .../roles/gather-facts-delegated/tasks/main.yml | 14 ++++---- ansible/roles/inspection-store/tasks/destroy.yml | 2 +- ansible/roles/kolla-openstack/defaults/main.yml | 6 ++++ .../kolla-openstack/molecule/default/molecule.yml | 4 +-- .../molecule/enable-everything/molecule.yml | 4 +-- ansible/roles/kolla-openstack/vars/main.yml | 5 +++ ansible/roles/opensm/tasks/destroy.yml | 2 +- dev/functions | 2 +- dev/rabbitmq-migrate-queues.sh | 34 +++++++++++++++++++ .../configuration/reference/kolla-ansible.rst | 1 + playbooks/kayobe-base/pre.yml | 10 +++--- playbooks/kayobe-infra-vm-base/overrides.yml.j2 | 2 +- playbooks/kayobe-seed-vm-base/overrides.yml.j2 | 2 +- .../add-custom-rabbitmq-conf-8e67ac6a9c7f43e1.yaml | 3 ++ ...mq-queue-migration-script-5f5badff51d60911.yaml | 5 +++ .../notes/bug-2061102-cbc4c65c14c09d55.yaml | 6 ++++ .../deprovision_leftover_fix-6b3150b32cbf9007.yaml | 5 +++ ...fix-apt-keyrings-location-28ea144738de54a7.yaml | 5 +++ .../fix-etc-hosts-management-6b33748ab37d6273.yaml | 6 ++++ ...ce-destroy-volume-cleanup-4b54d81cde9831c7.yaml | 6 ++++ .../notes/wipe-disks-0e72c9c8b7bf7e18.yaml | 4 +-- zuul.d/project.yaml | 4 +-- 34 files changed, 184 insertions(+), 52 deletions(-)
participants (1)
-
no-reply@openstack.org