Skip to content

Commit 7fa5150

Browse files
committed
Update information of kolla images to match 2026.1 K-A
Removed rocky-9 from supported base distros. Added httpd image. Removed following images - mariadb-clustercheck - proxysql-3 (2026.1 K-A default proxysql is version 3.0.x) - influxdb - ironic-inspector - letsencrypt-webserver - rabbitmq-4-1 - redis - redis-sentinel
1 parent 4f2b70e commit 7fa5150

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

etc/kayobe/pulp.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,9 @@ stackhpc_pulp_images_kolla:
563563
- heat-api-cfn
564564
- heat-engine
565565
- horizon
566-
- influxdb
566+
- httpd
567567
- ironic-api
568568
- ironic-conductor
569-
- ironic-inspector
570569
- ironic-neutron-agent
571570
- ironic-prometheus-exporter
572571
- ironic-pxe
@@ -577,14 +576,12 @@ stackhpc_pulp_images_kolla:
577576
- keystone-ssh
578577
- kolla-toolbox
579578
- letsencrypt-lego
580-
- letsencrypt-webserver
581579
- magnum-api
582580
- magnum-conductor
583581
- manila-api
584582
- manila-data
585583
- manila-scheduler
586584
- manila-share
587-
- mariadb-clustercheck
588585
- mariadb-server
589586
- memcached
590587
- multipathd
@@ -633,18 +630,12 @@ stackhpc_pulp_images_kolla:
633630
- prometheus-server
634631
- proxysql
635632
- rabbitmq
636-
- rabbitmq-4-1
637-
- redis
638-
- redis-sentinel
639633
- valkey-server
640634
- valkey-sentinel
641635

642636
# List of images for each base distribution which should not/cannot be built.
643637
stackhpc_kolla_unbuildable_images:
644-
rocky-9: []
645-
rocky-10:
646-
- redis
647-
- redis-sentinel
638+
rocky-10: []
648639
ubuntu-noble: []
649640

650641
# Whitespace-separated list of regular expressions matching Kolla image names.

tools/kolla-images.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
"haproxy",
4848
"neutron_tls_proxy",
4949
],
50+
"httpd": [
51+
"ironic_http",
52+
"keystone_httpd",
53+
"letsencrypt_webserver",
54+
],
5055
"mariadb-server": [
5156
"mariadb",
5257
"mariabackup",
@@ -85,11 +90,10 @@
8590
"cron": "common",
8691
"fluentd": "common",
8792
"glance_tls_proxy": "haproxy",
88-
"hacluster_corosync": "openstack",
89-
"hacluster_pacemaker": "openstack",
90-
"hacluster_pacemaker_remote": "openstack",
93+
"hacluster_pacemaker_remote": "hacluster",
9194
"heat_api_cfn": "heat",
9295
"ironic_neutron_agent": "neutron",
96+
"ironic_pxe_filter": "ironic",
9397
"kolla_toolbox": "common",
9498
"neutron_eswitchd": "neutron_mlnx_agent",
9599
"neutron_tls_proxy": "haproxy",
@@ -98,7 +102,7 @@
98102
"redis_sentinel": "openstack",
99103
"swift_object_expirer": "swift",
100104
"tgtd": "iscsi",
101-
"valkey_sentinel": "openstack",
105+
"valkey_sentinel": "openstack", # NOTE: Remove once https://review.opendev.org/c/openstack/kolla-ansible/+/998592 is backported to 2026.1
102106
}
103107

104108
# List of supported base distributions and versions.

0 commit comments

Comments
 (0)