From 8c07e6f719c94374e2835472f20136ac1df3e61a Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Mon, 12 May 2025 15:57:58 +0100 Subject: [PATCH 1/3] Rebuild kolla container images for Ubuntu Noble Previous images are too old that they cause downgrade of dependencies when performing upgrading from Caracal --- etc/kayobe/kolla-image-tags.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 7bec69128..8e2bded85 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -6,19 +6,14 @@ kolla_image_tags: openstack: rocky-9: master-rocky-9-20250213T114650 - ubuntu-noble: master-ubuntu-noble-20250213T091307 + ubuntu-noble: master-ubuntu-noble-20250509T092545 bifrost_deploy: rocky-9: master-rocky-9-20250219T145044 - ubuntu-noble: master-ubuntu-noble-20250219T145044 ovn_sb_db_relay: rocky-9: master-rocky-9-20250305T111730 - ubuntu-noble: master-ubuntu-noble-20250305T111730 prometheus: rocky-9: master-rocky-9-20250430T112026 - ubuntu-noble: master-ubuntu-noble-20250430T112026 rabbitmq: rocky-9: master-rocky-9-20250502T080944 - ubuntu-noble: master-ubuntu-noble-20250502T080944 skyline: rocky-9: master-rocky-9-20250425T091159 - ubuntu-noble: master-ubuntu-noble-20250425T091159 From af56a4d3ae5c18b9eb389b3b3d7fb37a3fb7f243 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 13 May 2025 12:08:33 +0100 Subject: [PATCH 2/3] Downgrade MariaDB to 10.11.11 There was performance regression found from MariaDB 10.11.12 and was removed from upstream.[1] [1] https://mariadb.com/kb/en/mariadb-10-11-12-release-notes/ --- etc/kayobe/kolla-image-tags.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 8e2bded85..5a61d86da 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -9,6 +9,8 @@ kolla_image_tags: ubuntu-noble: master-ubuntu-noble-20250509T092545 bifrost_deploy: rocky-9: master-rocky-9-20250219T145044 + mariadb: + ubuntu-noble: master-ubuntu-noble-20250513T135603 ovn_sb_db_relay: rocky-9: master-rocky-9-20250305T111730 prometheus: From 1e85d94a8dcc10c494d3e9ac0a67fd92f3db6fbe Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Wed, 14 May 2025 10:50:43 +0100 Subject: [PATCH 3/3] Revert bumping skyline images for Ubuntu Noble An upper-constraints update on master branch[1] caused python module ``pydantic`` version conflict. This blocks building new images for skyline-apiserver. Keeping Skyline images from 25th April 2025 until [2] is merged. [1] https://review.opendev.org/c/openstack/requirements/+/943089 [2] https://review.opendev.org/c/openstack/skyline-apiserver/+/949524 --- etc/kayobe/kolla-image-tags.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 5a61d86da..3f3b4c606 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -19,3 +19,4 @@ kolla_image_tags: rocky-9: master-rocky-9-20250502T080944 skyline: rocky-9: master-rocky-9-20250425T091159 + ubuntu-noble: master-ubuntu-noble-20250425T091159