File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ kolla_image_tags:
1515 ubuntu-noble : 2024.1-ubuntu-noble-20250627T102805
1616 bifrost :
1717 ubuntu-jammy : 2024.1-ubuntu-jammy-20250325T141125
18+ # not buildable anymore, see https://github.com/openstack/kolla/commit/34ca6e35c94ddba1e47722718f3fc81a1f03e28a
19+ rocky-9 : 2024.1-rocky-9-20250716T041633
1820 cinder :
1921 ubuntu-jammy : 2024.1-ubuntu-jammy-20250627T102805
2022 ubuntu-noble : 2024.1-ubuntu-noble-20250627T102805
Original file line number Diff line number Diff line change @@ -611,9 +611,13 @@ stackhpc_pulp_images_kolla:
611611
612612# List of images for each base distribution which should not/cannot be built.
613613stackhpc_kolla_unbuildable_images :
614- ubuntu-jammy : []
615- ubuntu-noble : []
616- rocky-9 : []
614+ # See https://github.com/openstack/kolla/commit/34ca6e35c94ddba1e47722718f3fc81a1f03e28a
615+ ubuntu-jammy :
616+ - bifrost-deploy
617+ ubuntu-noble :
618+ - bifrost-deploy
619+ rocky-9 :
620+ - bifrost-deploy
617621
618622# Whitespace-separated list of regular expressions matching Kolla image names.
619623# Usage is similar to kolla-build CLI arguments.
You can’t perform that action at this time.
0 commit comments