Skip to content

Commit 241cce6

Browse files
committed
Use StackHPC Ironic fork
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
1 parent 3778021 commit 241cce6

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ kolla_image_tags:
2020
rocky-9: 2025.1-rocky-9-20260303T104901
2121
ubuntu-noble: 2025.1-ubuntu-noble-20260223T134735
2222
ironic:
23-
rocky-9: 2025.1-rocky-9-20260303T104021
24-
ubuntu-noble: 2025.1-ubuntu-noble-20260303T104021
25-
ironic_dnsmasq:
26-
rocky-9: 2025.1-rocky-9-20260205T152450
27-
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
23+
rocky-9: 2025.1-rocky-9-20260602T072908
24+
rocky-10: 2025.1-rocky-10-20260602T072908
25+
ubuntu-noble: 2025.1-ubuntu-noble-20260602T072908
2826
ironic_neutron_agent:
2927
rocky-9: 2025.1-rocky-9-20260205T152450
3028
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ kolla_sources:
139139
type: git
140140
location: https://github.com/stackhpc/cloudkitty-dashboard.git
141141
reference: stackhpc/{{ openstack_release }}
142+
ironic-base:
143+
type: git
144+
location: https://github.com/stackhpc/ironic.git
145+
reference: stackhpc/{{ openstack_release }}
142146
ironic-inspector-additions-stackhpc-inspector-plugins:
143147
# Install our custom inspector plugins.
144148
type: git
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Uses the StackHPC Ironic fork to include diskless boot support and
5+
architecture-specific virtual media ESP bootloader selection.

0 commit comments

Comments
 (0)