Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Use the StackHPC fork for building Blazar images with customizations to support
flavor-based reservation.
Loading