From 83611d832e90fad45d0db8f60cbe7bd6b6377a2a Mon Sep 17 00:00:00 2001 From: Hollie Hutchinson Date: Fri, 22 May 2026 13:50:58 +0100 Subject: [PATCH 1/2] VAST images for Epoxy --- etc/kayobe/kolla-image-tags.yml | 6 ++++++ etc/kayobe/kolla.yml | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index acb5cb952..8b3b457a8 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -45,3 +45,9 @@ kolla_image_tags: ubuntu-noble: 2025.1-ubuntu-noble-20260416T131004 prometheus_cadvisor: rocky-9: 2025.1-rocky-9-20260303T104901 + cinder: + rocky-9: 2025.1-rocky-9-20260512T204620 + ubuntu-noble: 2025.1-ubuntu-noble-20260515T083354 + manila: + rocky-9: 2025.1-rocky-9-20260511T100757 + ubuntu-noble: 2025.1-ubuntu-noble-20260515T083354 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index fb4b65c42..3ddc69283 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -165,6 +165,14 @@ kolla_sources: type: git location: https://github.com/stackhpc/blazar.git reference: stackhpc/master + cinder-base: + type: git + location: https://github.com/stackhpc/cinder.git + reference: stackhpc/{{ openstack_release }} + manila-base: + type: git + location: https://github.com/stackhpc/manila.git + reference: stackhpc/{{ openstack_release } ############################################################################### # Kolla image build configuration. From db201de8337d6e7caf01deba3fa708b5e4d60e60 Mon Sep 17 00:00:00 2001 From: Hollie Hutchinson Date: Fri, 22 May 2026 14:35:49 +0100 Subject: [PATCH 2/2] Fix template --- etc/kayobe/kolla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 3ddc69283..89155f928 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -172,7 +172,7 @@ kolla_sources: manila-base: type: git location: https://github.com/stackhpc/manila.git - reference: stackhpc/{{ openstack_release } + reference: stackhpc/{{ openstack_release }} ############################################################################### # Kolla image build configuration.