Skip to content

Commit 10e6cb4

Browse files
authored
Add support for building multipathd (#2280)
1 parent 7486274 commit 10e6cb4

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ kolla_enable_letsencrypt: true
2222
kolla_enable_magnum: true
2323
kolla_enable_manila: true
2424
kolla_enable_mariabackup: true
25+
kolla_enable_multipathd: true
2526
kolla_enable_neutron_bgp_dragent: true
2627
kolla_enable_neutron_mlnx: true
2728
kolla_enable_neutron_sriov: true

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ kolla_image_tags:
2626
magnum:
2727
rocky-9: 2025.1-rocky-9-20260413T112937
2828
ubuntu-noble: 2025.1-ubuntu-noble-20260413T112937
29+
multipathd:
30+
rocky-9: 2025.1-rocky-9-20260421T115054
31+
ubuntu-noble: 2025.1-ubuntu-noble-20260421T115054
2932
neutron:
3033
rocky-9: 2025.1-rocky-9-20260403T083425
3134
ubuntu-noble: 2025.1-ubuntu-noble-20260403T083425

etc/kayobe/pulp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ stackhpc_pulp_images_kolla:
634634
- mariadb-clustercheck
635635
- mariadb-server
636636
- memcached
637+
- multipathd
637638
- neutron-bgp-dragent
638639
- neutron-dhcp-agent
639640
- neutron-l3-agent
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 ``multipathd`` Kolla container images.

0 commit comments

Comments
 (0)