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
1 change: 1 addition & 0 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kolla_enable_grafana: true
kolla_enable_heat: true
kolla_enable_influxdb: true
kolla_enable_ironic: true
kolla_enable_iscsid: true
kolla_enable_letsencrypt: true
kolla_enable_magnum: true
kolla_enable_manila: true
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ kolla_image_tags:
ubuntu-noble: 2024.1-ubuntu-noble-20250404T150323
ironic_prometheus_exporter:
ubuntu-jammy: 2024.1-ubuntu-jammy-20250124T081816
iscsid:
rocky-9: 2024.1-rocky-9-20251103T065408
ubuntu-jammy: 2024.1-ubuntu-jammy-20251103T065408
ubuntu-noble: 2024.1-ubuntu-noble-20251103T065408
keystone:
rocky-9: 2024.1-rocky-9-20250717T094248
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ stackhpc_pulp_images_kolla:
- ironic-neutron-agent
- ironic-prometheus-exporter
- ironic-pxe
- iscsid
- keepalived
- keystone
- keystone-fernet
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/add-iscsid-support-e05d5dfe76de235d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Add support for building ``iscsid`` Kolla container images.
Loading