We are amped to announce the release of: kayobe 9.0.0: Deployment of OpenStack to bare metal using OpenStack kolla and bifrost This release is part of the victoria 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. 9.0.0 ^^^^^ Bug Fixes * Fixes a number of issues with using Kayobe on CentOS 8.3. * Fixes an issue with Python setup when venv is not used. See story 2008378 for details. * Fix the implementation of the "kayobe seed hypervisor host package update" command, which was incomplete. See story 2008458 for details. Changes in kayobe 9.0.0.0rc1..9.0.0 ----------------------------------- d6669350 CI: fix race condition in kolla-ansible-host-vars role tests 01b9328d Fix Python setup when venv is not used 9eb982bb Fix overcloud provisioning dc0b8b07 Fix implementation of kayobe seed hypervisor host package update 885dd064 Fixes for CentOS 8.3 b1be865d Update TOX_CONSTRAINTS_FILE for stable/victoria b5b4f740 Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ansible/host-package-update.yml | 2 +- ansible/kayobe-target-venv.yml | 2 +- ansible/overcloud-provision.yml | 2 +- dev/tenks-deploy-config-compute.yml | 20 ++++++++++++++------ playbooks/kayobe-overcloud-upgrade-base/run.yml | 14 +++++++------- playbooks/kayobe-seed-upgrade-base/overrides.yml.j2 | 8 ++++++++ playbooks/kayobe-seed-upgrade-base/pre.yml | 8 ++++++++ playbooks/kayobe-seed-vm-base/overrides.yml.j2 | 7 +++++++ releasenotes/notes/centos-8.3-89d07c8f8db5b17b.yaml | 4 ++++ .../notes/fix-python-setup-5e7ff929a6cab092.yaml | 5 +++++ ...sor-host-package-update-fix-9411205aadc92b8f.yaml | 6 ++++++ requirements.yml | 4 ++-- setup.cfg | 3 +++ test-requirements.txt | 4 ++-- tox.ini | 10 +++++----- 17 files changed, 76 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ddaa6572..194c468c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ doc8 # Apache-2.0 -docker<3 # Apache-2.0 +docker # Apache-2.0 @@ -14 +14 @@ oslotest>=1.10.0 # Apache-2.0 -paramiko<2.5.0 +paramiko
participants (1)
-
no-reply@openstack.org