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 @@ -17,6 +17,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
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ kolla_image_tags:
openstack:
rocky-9: 2025.1-rocky-9-20250730T105631
ubuntu-noble: 2025.1-ubuntu-noble-20250730T105631
iscsid:
rocky-9: 2025.1-rocky-9-20251013T135156
ubuntu-noble: 2025.1-ubuntu-noble-20251013T135156
keystone:
rocky-9: 2025.1-rocky-9-20250805T134044
ubuntu-noble: 2025.1-ubuntu-noble-20250805T134044
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,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