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
8 changes: 3 additions & 5 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ kolla_image_tags:
rocky-9: 2025.1-rocky-9-20260303T104901
ubuntu-noble: 2025.1-ubuntu-noble-20260223T134735
ironic:
rocky-9: 2025.1-rocky-9-20260303T104021
ubuntu-noble: 2025.1-ubuntu-noble-20260303T104021
ironic_dnsmasq:
rocky-9: 2025.1-rocky-9-20260205T152450
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
rocky-9: 2025.1-rocky-9-20260602T072908
rocky-10: 2025.1-rocky-10-20260602T072908
ubuntu-noble: 2025.1-ubuntu-noble-20260602T072908
ironic_neutron_agent:
rocky-9: 2025.1-rocky-9-20260205T152450
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
reference: stackhpc/{{ openstack_release }}
ironic-base:
type: git
location: https://github.com/stackhpc/ironic.git
reference: stackhpc/{{ openstack_release }}
ironic-inspector-additions-stackhpc-inspector-plugins:
# Install our custom inspector plugins.
type: git
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Uses the StackHPC Ironic fork to include diskless boot support and
architecture-specific virtual media ESP bootloader selection.
Loading