diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 7132a6d1a..11faa6a44 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -8,6 +8,9 @@ kolla_image_tags: ubuntu-jammy: 2023.1-ubuntu-jammy-20240621T104542 bifrost_deploy: ubuntu-jammy: 2023.1-ubuntu-jammy-20240423T125905 + blazar: + rocky-9: 2023.1-rocky-9-20241107T140552 + ubuntu-jammy: 2023.1-ubuntu-jammy-20241107T140552 cinder: ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544 glance: diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index ed5ef31e9..0f69948e6 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -159,6 +159,10 @@ kolla_sources: type: git location: https://github.com/stackhpc/octavia.git reference: stackhpc/{{ openstack_release }} + blazar-base: + type: git + location: https://github.com/stackhpc/blazar + reference: stackhpc/master ############################################################################### # Kolla image build configuration. diff --git a/releasenotes/notes/update-blazar-image-d176c27d55716469.yaml b/releasenotes/notes/update-blazar-image-d176c27d55716469.yaml new file mode 100644 index 000000000..7e53b3543 --- /dev/null +++ b/releasenotes/notes/update-blazar-image-d176c27d55716469.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Use the StackHPC fork for building Blazar images with customizations to support + flavor-based reservation.