Skip to content

Commit a3e0022

Browse files
authored
Merge pull request #1963 from stackhpc/2024.1-iscsid
Add support for building iscsid
2 parents 50cf684 + c3c8218 commit a3e0022

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ kolla_enable_grafana: true
1818
kolla_enable_heat: true
1919
kolla_enable_influxdb: true
2020
kolla_enable_ironic: true
21+
kolla_enable_iscsid: true
2122
kolla_enable_letsencrypt: true
2223
kolla_enable_magnum: true
2324
kolla_enable_manila: true

etc/kayobe/kolla-image-tags.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ kolla_image_tags:
4949
ubuntu-noble: 2024.1-ubuntu-noble-20250404T150323
5050
ironic_prometheus_exporter:
5151
ubuntu-jammy: 2024.1-ubuntu-jammy-20250124T081816
52+
iscsid:
53+
rocky-9: 2024.1-rocky-9-20251103T065408
54+
ubuntu-jammy: 2024.1-ubuntu-jammy-20251103T065408
55+
ubuntu-noble: 2024.1-ubuntu-noble-20251103T065408
5256
keystone:
5357
rocky-9: 2024.1-rocky-9-20250717T094248
5458
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805

etc/kayobe/pulp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ stackhpc_pulp_images_kolla:
543543
- ironic-neutron-agent
544544
- ironic-prometheus-exporter
545545
- ironic-pxe
546+
- iscsid
546547
- keepalived
547548
- keystone
548549
- keystone-fernet
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Add support for building ``iscsid`` Kolla container images.

0 commit comments

Comments
 (0)