From f4721944c52833bf9de6f90974d8518b6fac090a Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 8 Dec 2025 10:48:37 -0600 Subject: [PATCH] Add overrides and test jobs for UV images We build two sets of images in Loci. 1) For legacy images we first build so called requirements image that contains all the necessary wheels and then we build all other project images using these wheels from the requirements image. 2) Also recently we added another set of images that we build using the two stage Dockerfile. On the first stage we build venv using UV and then we just copy the venv as is to the project image. We are going to support two sets of images for two release cycles before we decide how to continue. Change-Id: Id6412055f742990f08aa1befa7a41f1670414d4c Signed-off-by: Vladimir Kozhukalov --- .../barbican/uv-2025.1-ubuntu_noble.yaml | 13 +++++++++ .../barbican/uv-2025.2-ubuntu_noble.yaml | 13 +++++++++ .../blazar/uv-2025.1-ubuntu_noble.yaml | 13 +++++++++ .../blazar/uv-2025.2-ubuntu_noble.yaml | 13 +++++++++ .../ceph-rgw/uv-2025.1-ubuntu_noble.yaml | 19 +++++++++++++ .../ceph-rgw/uv-2025.2-ubuntu_noble.yaml | 19 +++++++++++++ .../cinder/uv-2025.1-ubuntu_noble.yaml | 19 +++++++++++++ .../cinder/uv-2025.2-ubuntu_noble.yaml | 19 +++++++++++++ .../cloudkitty/uv-2025.1-ubuntu_noble.yaml | 14 ++++++++++ .../cloudkitty/uv-2025.2-ubuntu_noble.yaml | 14 ++++++++++ .../elasticsearch/uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../elasticsearch/uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../fluentd/uv-2025.1-ubuntu_noble.yaml | 17 +++++++++++ .../fluentd/uv-2025.2-ubuntu_noble.yaml | 17 +++++++++++ .../freezer/uv-2025.1-ubuntu_noble.yaml | 12 ++++++++ .../freezer/uv-2025.2-ubuntu_noble.yaml | 12 ++++++++ .../glance/uv-2025.1-ubuntu_noble.yaml | 14 ++++++++++ .../glance/uv-2025.2-ubuntu_noble.yaml | 14 ++++++++++ .../grafana/uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../grafana/uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../heat/uv-2025.1-ubuntu_noble.yaml | 16 +++++++++++ .../heat/uv-2025.2-ubuntu_noble.yaml | 16 +++++++++++ .../horizon/uv-2025.1-ubuntu_noble.yaml | 8 ++++++ .../horizon/uv-2025.2-ubuntu_noble.yaml | 8 ++++++ .../keystone/uv-2025.1-ubuntu_noble.yaml | 16 +++++++++++ .../keystone/uv-2025.2-ubuntu_noble.yaml | 16 +++++++++++ .../kibana/uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../kibana/uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../uv-2025.1-ubuntu_noble.yaml | 17 +++++++++++ .../uv-2025.2-ubuntu_noble.yaml | 17 +++++++++++ .../manila/uv-2025.1-ubuntu_noble.yaml | 21 ++++++++++++++ .../manila/uv-2025.2-ubuntu_noble.yaml | 21 ++++++++++++++ .../uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../mariadb/uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../mariadb/uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../neutron/uv-2025.1-ubuntu_noble.yaml | 22 +++++++++++++++ .../neutron/uv-2025.2-ubuntu_noble.yaml | 22 +++++++++++++++ .../nova/uv-2025.1-ubuntu_noble.yaml | 23 +++++++++++++++ .../nova/uv-2025.2-ubuntu_noble.yaml | 23 +++++++++++++++ .../octavia/uv-2025.1-ubuntu_noble.yaml | 28 +++++++++++++++++++ .../octavia/uv-2025.2-ubuntu_noble.yaml | 28 +++++++++++++++++++ .../placement/uv-2025.1-ubuntu_noble.yaml | 19 +++++++++++++ .../placement/uv-2025.2-ubuntu_noble.yaml | 19 +++++++++++++ .../postgresql/uv-2025.1-ubuntu_noble.yaml | 17 +++++++++++ .../postgresql/uv-2025.2-ubuntu_noble.yaml | 17 +++++++++++ .../powerdns/uv-2025.1-ubuntu_noble.yaml | 17 +++++++++++ .../powerdns/uv-2025.2-ubuntu_noble.yaml | 17 +++++++++++ .../uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../prometheus/uv-2025.1-ubuntu_noble.yaml | 17 +++++++++++ .../prometheus/uv-2025.2-ubuntu_noble.yaml | 17 +++++++++++ .../rabbitmq/uv-2025.1-ubuntu_noble.yaml | 18 ++++++++++++ .../rabbitmq/uv-2025.2-ubuntu_noble.yaml | 18 ++++++++++++ .../skyline/uv-2025.2-ubuntu_noble.yaml | 10 +++++++ .../tacker/uv-2025.1-ubuntu_noble.yaml | 15 ++++++++++ .../tacker/uv-2025.2-ubuntu_noble.yaml | 15 ++++++++++ .../watcher/uv-2025.1-ubuntu_noble.yaml | 14 ++++++++++ .../watcher/uv-2025.2-ubuntu_noble.yaml | 14 ++++++++++ .../zaqar/uv-2025.1-ubuntu_noble.yaml | 12 ++++++++ .../zaqar/uv-2025.2-ubuntu_noble.yaml | 12 ++++++++ zuul.d/2025.1.yaml | 23 +++++++++++++++ zuul.d/2025.2-ubuntu_noble.yaml | 23 +++++++++++++++ 65 files changed, 1110 insertions(+) create mode 100644 values_overrides/barbican/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/barbican/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/blazar/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/blazar/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/ceph-rgw/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/ceph-rgw/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/cinder/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/cinder/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/cloudkitty/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/cloudkitty/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/elasticsearch/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/elasticsearch/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/fluentd/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/fluentd/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/freezer/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/freezer/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/glance/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/glance/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/grafana/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/grafana/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/heat/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/heat/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/horizon/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/horizon/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/keystone/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/keystone/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/kibana/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/kibana/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/kubernetes-keystone-webhook/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/kubernetes-keystone-webhook/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/manila/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/manila/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/mariadb-backup/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/mariadb-backup/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/mariadb-cluster/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/mariadb-cluster/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/mariadb/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/mariadb/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/neutron/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/neutron/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/nova/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/nova/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/octavia/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/octavia/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/placement/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/placement/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/postgresql/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/postgresql/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/powerdns/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/powerdns/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/prometheus-mysql-exporter/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/prometheus-mysql-exporter/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/prometheus/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/prometheus/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/rabbitmq/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/rabbitmq/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/skyline/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/tacker/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/tacker/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/watcher/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/watcher/uv-2025.2-ubuntu_noble.yaml create mode 100644 values_overrides/zaqar/uv-2025.1-ubuntu_noble.yaml create mode 100644 values_overrides/zaqar/uv-2025.2-ubuntu_noble.yaml diff --git a/values_overrides/barbican/uv-2025.1-ubuntu_noble.yaml b/values_overrides/barbican/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..12c22f2b5d --- /dev/null +++ b/values_overrides/barbican/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,13 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + scripted_test: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + barbican_db_sync: "quay.io/airshipit/barbican:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + barbican_api: "quay.io/airshipit/barbican:2025.1-ubuntu_noble_uv" +... diff --git a/values_overrides/barbican/uv-2025.2-ubuntu_noble.yaml b/values_overrides/barbican/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..c78fe2dc7e --- /dev/null +++ b/values_overrides/barbican/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,13 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + scripted_test: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + barbican_db_sync: "quay.io/airshipit/barbican:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + barbican_api: "quay.io/airshipit/barbican:2025.2-ubuntu_noble_uv" +... diff --git a/values_overrides/blazar/uv-2025.1-ubuntu_noble.yaml b/values_overrides/blazar/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..1966bbbaf8 --- /dev/null +++ b/values_overrides/blazar/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,13 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + blazar_api: quay.io/airshipit/blazar:2025.1-ubuntu_noble_uv + blazar_manager: quay.io/airshipit/blazar:2025.1-ubuntu_noble_uv + blazar_db_sync: quay.io/airshipit/blazar:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/blazar/uv-2025.2-ubuntu_noble.yaml b/values_overrides/blazar/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..7402f76ca9 --- /dev/null +++ b/values_overrides/blazar/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,13 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + blazar_api: quay.io/airshipit/blazar:2025.2-ubuntu_noble_uv + blazar_manager: quay.io/airshipit/blazar:2025.2-ubuntu_noble_uv + blazar_db_sync: quay.io/airshipit/blazar:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/ceph-rgw/uv-2025.1-ubuntu_noble.yaml b/values_overrides/ceph-rgw/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..d630935420 --- /dev/null +++ b/values_overrides/ceph-rgw/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,19 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + ks_endpoints: 'quay.io/airshipit/heat:2025.1-ubuntu_noble_uv' + ks_service: 'quay.io/airshipit/heat:2025.1-ubuntu_noble_uv' + ks_user: 'quay.io/airshipit/heat:2025.1-ubuntu_noble_uv' +... diff --git a/values_overrides/ceph-rgw/uv-2025.2-ubuntu_noble.yaml b/values_overrides/ceph-rgw/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..454d61e5b7 --- /dev/null +++ b/values_overrides/ceph-rgw/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,19 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + ks_endpoints: 'quay.io/airshipit/heat:2025.2-ubuntu_noble_uv' + ks_service: 'quay.io/airshipit/heat:2025.2-ubuntu_noble_uv' + ks_user: 'quay.io/airshipit/heat:2025.2-ubuntu_noble_uv' +... diff --git a/values_overrides/cinder/uv-2025.1-ubuntu_noble.yaml b/values_overrides/cinder/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..5a78a99da3 --- /dev/null +++ b/values_overrides/cinder/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,19 @@ +--- +images: + tags: + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + cinder_db_sync: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + cinder_api: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + cinder_scheduler: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + cinder_volume: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + cinder_volume_usage_audit: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + cinder_db_purge: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" + cinder_backup: "quay.io/airshipit/cinder:2025.1-ubuntu_noble_uv" + cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" +... diff --git a/values_overrides/cinder/uv-2025.2-ubuntu_noble.yaml b/values_overrides/cinder/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..783869c559 --- /dev/null +++ b/values_overrides/cinder/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,19 @@ +--- +images: + tags: + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + cinder_db_sync: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + cinder_api: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + cinder_scheduler: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + cinder_volume: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + cinder_volume_usage_audit: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + cinder_db_purge: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" + cinder_backup: "quay.io/airshipit/cinder:2025.2-ubuntu_noble_uv" + cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" +... diff --git a/values_overrides/cloudkitty/uv-2025.1-ubuntu_noble.yaml b/values_overrides/cloudkitty/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..4631b1c67e --- /dev/null +++ b/values_overrides/cloudkitty/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,14 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + cloudkitty_api: quay.io/airshipit/cloudkitty:2025.1-ubuntu_noble_uv + cloudkitty_db_sync: quay.io/airshipit/cloudkitty:2025.1-ubuntu_noble_uv + cloudkitty_processor: quay.io/airshipit/cloudkitty:2025.1-ubuntu_noble_uv + cloudkitty_storage_init: quay.io/airshipit/cloudkitty:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/cloudkitty/uv-2025.2-ubuntu_noble.yaml b/values_overrides/cloudkitty/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..9a3ae524a9 --- /dev/null +++ b/values_overrides/cloudkitty/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,14 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + cloudkitty_api: quay.io/airshipit/cloudkitty:2025.2-ubuntu_noble_uv + cloudkitty_db_sync: quay.io/airshipit/cloudkitty:2025.2-ubuntu_noble_uv + cloudkitty_processor: quay.io/airshipit/cloudkitty:2025.2-ubuntu_noble_uv + cloudkitty_storage_init: quay.io/airshipit/cloudkitty:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/elasticsearch/uv-2025.1-ubuntu_noble.yaml b/values_overrides/elasticsearch/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..fe41c5b135 --- /dev/null +++ b/values_overrides/elasticsearch/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + memory_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/elasticsearch/uv-2025.2-ubuntu_noble.yaml b/values_overrides/elasticsearch/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..a7bb686049 --- /dev/null +++ b/values_overrides/elasticsearch/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + memory_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/fluentd/uv-2025.1-ubuntu_noble.yaml b/values_overrides/fluentd/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..cff47e8c53 --- /dev/null +++ b/values_overrides/fluentd/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/fluentd/uv-2025.2-ubuntu_noble.yaml b/values_overrides/fluentd/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..079bea1191 --- /dev/null +++ b/values_overrides/fluentd/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/freezer/uv-2025.1-ubuntu_noble.yaml b/values_overrides/freezer/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..033fb03476 --- /dev/null +++ b/values_overrides/freezer/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,12 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + freezer_db_sync: quay.io/airshipit/freezer-api:2025.1-ubuntu_noble_uv + freezer_api: quay.io/airshipit/freezer-api:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/freezer/uv-2025.2-ubuntu_noble.yaml b/values_overrides/freezer/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..b1b996f897 --- /dev/null +++ b/values_overrides/freezer/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,12 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + freezer_db_sync: quay.io/airshipit/freezer-api:2025.2-ubuntu_noble_uv + freezer_api: quay.io/airshipit/freezer-api:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/glance/uv-2025.1-ubuntu_noble.yaml b/values_overrides/glance/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..517b272a0d --- /dev/null +++ b/values_overrides/glance/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,14 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + glance_db_sync: "quay.io/airshipit/glance:2025.1-ubuntu_noble_uv" + glance_api: "quay.io/airshipit/glance:2025.1-ubuntu_noble_uv" + glance_metadefs_load: "quay.io/airshipit/glance:2025.1-ubuntu_noble_uv" + glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" +... diff --git a/values_overrides/glance/uv-2025.2-ubuntu_noble.yaml b/values_overrides/glance/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..b0d6a9fead --- /dev/null +++ b/values_overrides/glance/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,14 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + glance_db_sync: "quay.io/airshipit/glance:2025.2-ubuntu_noble_uv" + glance_api: "quay.io/airshipit/glance:2025.2-ubuntu_noble_uv" + glance_metadefs_load: "quay.io/airshipit/glance:2025.2-ubuntu_noble_uv" + glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" +... diff --git a/values_overrides/grafana/uv-2025.1-ubuntu_noble.yaml b/values_overrides/grafana/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..436f97b9a4 --- /dev/null +++ b/values_overrides/grafana/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + grafana_db_session_sync: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/grafana/uv-2025.2-ubuntu_noble.yaml b/values_overrides/grafana/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..9dc75427cf --- /dev/null +++ b/values_overrides/grafana/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + grafana_db_session_sync: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/heat/uv-2025.1-ubuntu_noble.yaml b/values_overrides/heat/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..b9aeb9b6ad --- /dev/null +++ b/values_overrides/heat/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,16 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + heat_db_sync: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + heat_api: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + heat_cfn: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + heat_engine: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + heat_engine_cleaner: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + heat_purge_deleted: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" +... diff --git a/values_overrides/heat/uv-2025.2-ubuntu_noble.yaml b/values_overrides/heat/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..bb4f7c19b3 --- /dev/null +++ b/values_overrides/heat/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,16 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + heat_db_sync: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + heat_api: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + heat_cfn: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + heat_engine: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + heat_engine_cleaner: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + heat_purge_deleted: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" +... diff --git a/values_overrides/horizon/uv-2025.1-ubuntu_noble.yaml b/values_overrides/horizon/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..22f38588c4 --- /dev/null +++ b/values_overrides/horizon/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,8 @@ +--- +images: + tags: + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + horizon_db_sync: quay.io/airshipit/horizon:2025.1-ubuntu_noble_uv + horizon: quay.io/airshipit/horizon:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/horizon/uv-2025.2-ubuntu_noble.yaml b/values_overrides/horizon/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..0ece1012bf --- /dev/null +++ b/values_overrides/horizon/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,8 @@ +--- +images: + tags: + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + horizon_db_sync: quay.io/airshipit/horizon:2025.2-ubuntu_noble_uv + horizon: quay.io/airshipit/horizon:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/keystone/uv-2025.1-ubuntu_noble.yaml b/values_overrides/keystone/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..d3340d8c67 --- /dev/null +++ b/values_overrides/keystone/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,16 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + keystone_api: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + keystone_bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + keystone_credential_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + keystone_credential_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + keystone_db_sync: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + keystone_domain_manage: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + keystone_fernet_rotate: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + keystone_fernet_setup: "quay.io/airshipit/keystone:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" +... diff --git a/values_overrides/keystone/uv-2025.2-ubuntu_noble.yaml b/values_overrides/keystone/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..76627ea6e7 --- /dev/null +++ b/values_overrides/keystone/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,16 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + keystone_api: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + keystone_bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + keystone_credential_rotate: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + keystone_credential_setup: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + keystone_db_sync: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + keystone_domain_manage: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + keystone_fernet_rotate: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + keystone_fernet_setup: "quay.io/airshipit/keystone:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" +... diff --git a/values_overrides/kibana/uv-2025.1-ubuntu_noble.yaml b/values_overrides/kibana/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..6b077f3e8a --- /dev/null +++ b/values_overrides/kibana/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + register_kibana_indexes: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + flush_kibana_metadata: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/kibana/uv-2025.2-ubuntu_noble.yaml b/values_overrides/kibana/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..848c007c07 --- /dev/null +++ b/values_overrides/kibana/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + register_kibana_indexes: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + flush_kibana_metadata: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/kubernetes-keystone-webhook/uv-2025.1-ubuntu_noble.yaml b/values_overrides/kubernetes-keystone-webhook/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..340d238eaf --- /dev/null +++ b/values_overrides/kubernetes-keystone-webhook/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + scripted_test: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/kubernetes-keystone-webhook/uv-2025.2-ubuntu_noble.yaml b/values_overrides/kubernetes-keystone-webhook/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..436f41dc08 --- /dev/null +++ b/values_overrides/kubernetes-keystone-webhook/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + scripted_test: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/manila/uv-2025.1-ubuntu_noble.yaml b/values_overrides/manila/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..ef3e6c271b --- /dev/null +++ b/values_overrides/manila/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,21 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + manila_db_sync: quay.io/airshipit/manila:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + manila_api: quay.io/airshipit/manila:2025.1-ubuntu_noble_uv + manila_data: quay.io/airshipit/manila:2025.1-ubuntu_noble_uv + manila_scheduler: quay.io/airshipit/manila:2025.1-ubuntu_noble_uv + manila_share: quay.io/airshipit/manila:2025.1-ubuntu_noble_uv +conf: + manila_api_uwsgi: + uwsgi: + # in 2025.2 the wsgi script was removed + wsgi-file: /var/lib/openstack/bin/manila-wsgi +... diff --git a/values_overrides/manila/uv-2025.2-ubuntu_noble.yaml b/values_overrides/manila/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..d9c2767bb6 --- /dev/null +++ b/values_overrides/manila/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,21 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + manila_db_sync: quay.io/airshipit/manila:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + manila_api: quay.io/airshipit/manila:2025.2-ubuntu_noble_uv + manila_data: quay.io/airshipit/manila:2025.2-ubuntu_noble_uv + manila_scheduler: quay.io/airshipit/manila:2025.2-ubuntu_noble_uv + manila_share: quay.io/airshipit/manila:2025.2-ubuntu_noble_uv +conf: + manila_api_uwsgi: + uwsgi: + # in 2025.2 the wsgi script was removed + wsgi-file: /var/lib/openstack/bin/manila-wsgi +... diff --git a/values_overrides/mariadb-backup/uv-2025.1-ubuntu_noble.yaml b/values_overrides/mariadb-backup/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..775dae33b2 --- /dev/null +++ b/values_overrides/mariadb-backup/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/mariadb-backup/uv-2025.2-ubuntu_noble.yaml b/values_overrides/mariadb-backup/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..192d233f83 --- /dev/null +++ b/values_overrides/mariadb-backup/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/mariadb-cluster/uv-2025.1-ubuntu_noble.yaml b/values_overrides/mariadb-cluster/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..775dae33b2 --- /dev/null +++ b/values_overrides/mariadb-cluster/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/mariadb-cluster/uv-2025.2-ubuntu_noble.yaml b/values_overrides/mariadb-cluster/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..192d233f83 --- /dev/null +++ b/values_overrides/mariadb-cluster/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/mariadb/uv-2025.1-ubuntu_noble.yaml b/values_overrides/mariadb/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..775dae33b2 --- /dev/null +++ b/values_overrides/mariadb/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/mariadb/uv-2025.2-ubuntu_noble.yaml b/values_overrides/mariadb/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..192d233f83 --- /dev/null +++ b/values_overrides/mariadb/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/neutron/uv-2025.1-ubuntu_noble.yaml b/values_overrides/neutron/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..bea11018fc --- /dev/null +++ b/values_overrides/neutron/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,22 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + neutron_db_sync: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_dhcp: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_l3: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_l2gw: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_linuxbridge_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_ovn_metadata: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_openvswitch_agent: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_server: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_rpc_server: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_bagpipe_bgp: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" + neutron_netns_cleanup_cron: "quay.io/airshipit/neutron:2025.1-ubuntu_noble_uv" +... diff --git a/values_overrides/neutron/uv-2025.2-ubuntu_noble.yaml b/values_overrides/neutron/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..3123237795 --- /dev/null +++ b/values_overrides/neutron/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,22 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + neutron_db_sync: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_dhcp: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_l3: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_l2gw: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_linuxbridge_agent: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_metadata: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_ovn_metadata: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_openvswitch_agent: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_server: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_rpc_server: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_bagpipe_bgp: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" + neutron_netns_cleanup_cron: "quay.io/airshipit/neutron:2025.2-ubuntu_noble_uv" +... diff --git a/values_overrides/nova/uv-2025.1-ubuntu_noble.yaml b/values_overrides/nova/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..e6367478d5 --- /dev/null +++ b/values_overrides/nova/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,23 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + nova_api: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_cell_setup: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_cell_setup_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + nova_compute: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_compute_ssh: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_conductor: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_db_sync: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_novncproxy: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_novncproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_scheduler: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_spiceproxy: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_spiceproxy_assets: "quay.io/airshipit/nova:2025.1-ubuntu_noble_uv" + nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" +... diff --git a/values_overrides/nova/uv-2025.2-ubuntu_noble.yaml b/values_overrides/nova/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..3a866d7fe4 --- /dev/null +++ b/values_overrides/nova/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,23 @@ +--- +images: + tags: + bootstrap: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + nova_api: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_cell_setup: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_cell_setup_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + nova_compute: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_compute_ssh: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_conductor: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_db_sync: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_novncproxy: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_novncproxy_assets: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_scheduler: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_spiceproxy: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_spiceproxy_assets: "quay.io/airshipit/nova:2025.2-ubuntu_noble_uv" + nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy" +... diff --git a/values_overrides/octavia/uv-2025.1-ubuntu_noble.yaml b/values_overrides/octavia/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..06c2e2470f --- /dev/null +++ b/values_overrides/octavia/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,28 @@ +--- +images: + tags: + test: docker.io/xrally/xrally-openstack:2.0.0 + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + octavia_db_sync: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_noble + image_repo_sync: docker.io/docker:17.07.0 + octavia_api: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv + octavia_driver_agent: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv + octavia_worker: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv + octavia_worker_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble_uv + octavia_housekeeping: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv + octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv + octavia_health_manager_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble_uv + openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_noble +conf: + octavia_api_uwsgi: + uwsgi: + # in 2025.2 the wsgi script was removed + wsgi-file: /var/lib/openstack/bin/octavia-wsgi +... diff --git a/values_overrides/octavia/uv-2025.2-ubuntu_noble.yaml b/values_overrides/octavia/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..2c45f41e8f --- /dev/null +++ b/values_overrides/octavia/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,28 @@ +--- +images: + tags: + test: docker.io/xrally/xrally-openstack:2.0.0 + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + octavia_db_sync: quay.io/airshipit/octavia:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + rabbit_init: docker.io/rabbitmq:3.13-management + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_noble + image_repo_sync: docker.io/docker:17.07.0 + octavia_api: quay.io/airshipit/octavia:2025.2-ubuntu_noble_uv + octavia_driver_agent: quay.io/airshipit/octavia:2025.2-ubuntu_noble_uv + octavia_worker: quay.io/airshipit/octavia:2025.2-ubuntu_noble_uv + octavia_worker_init: quay.io/airshipit/openstack-client:2025.2-ubuntu_noble_uv + octavia_housekeeping: quay.io/airshipit/octavia:2025.2-ubuntu_noble_uv + octavia_health_manager: quay.io/airshipit/octavia:2025.2-ubuntu_noble_uv + octavia_health_manager_init: quay.io/airshipit/openstack-client:2025.2-ubuntu_noble_uv + openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_noble +conf: + octavia_api_uwsgi: + uwsgi: + # in 2025.2 the wsgi script was removed + wsgi-file: /var/lib/openstack/bin/octavia-wsgi +... diff --git a/values_overrides/placement/uv-2025.1-ubuntu_noble.yaml b/values_overrides/placement/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..8a49055e51 --- /dev/null +++ b/values_overrides/placement/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,19 @@ +--- +images: + pull_policy: IfNotPresent + tags: + placement: "quay.io/airshipit/placement:2025.1-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.1-ubuntu_noble_uv" + placement_db_sync: "quay.io/airshipit/placement:2025.1-ubuntu_noble_uv" + dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy" + image_repo_sync: "docker.io/docker:17.07.0" +dependencies: + static: + db_sync: + jobs: + - placement-db-init +... diff --git a/values_overrides/placement/uv-2025.2-ubuntu_noble.yaml b/values_overrides/placement/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..18d8c15179 --- /dev/null +++ b/values_overrides/placement/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,19 @@ +--- +images: + pull_policy: IfNotPresent + tags: + placement: "quay.io/airshipit/placement:2025.2-ubuntu_noble_uv" + ks_user: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_service: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + ks_endpoints: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_init: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + db_drop: "quay.io/airshipit/heat:2025.2-ubuntu_noble_uv" + placement_db_sync: "quay.io/airshipit/placement:2025.2-ubuntu_noble_uv" + dep_check: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy" + image_repo_sync: "docker.io/docker:17.07.0" +dependencies: + static: + db_sync: + jobs: + - placement-db-init +... diff --git a/values_overrides/postgresql/uv-2025.1-ubuntu_noble.yaml b/values_overrides/postgresql/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..4ac5bc1264 --- /dev/null +++ b/values_overrides/postgresql/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/postgresql/uv-2025.2-ubuntu_noble.yaml b/values_overrides/postgresql/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..200fd624a6 --- /dev/null +++ b/values_overrides/postgresql/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/powerdns/uv-2025.1-ubuntu_noble.yaml b/values_overrides/powerdns/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..167c43e772 --- /dev/null +++ b/values_overrides/powerdns/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/powerdns/uv-2025.2-ubuntu_noble.yaml b/values_overrides/powerdns/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..8afaa473cf --- /dev/null +++ b/values_overrides/powerdns/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/prometheus-mysql-exporter/uv-2025.1-ubuntu_noble.yaml b/values_overrides/prometheus-mysql-exporter/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..775dae33b2 --- /dev/null +++ b/values_overrides/prometheus-mysql-exporter/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/prometheus-mysql-exporter/uv-2025.2-ubuntu_noble.yaml b/values_overrides/prometheus-mysql-exporter/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..192d233f83 --- /dev/null +++ b/values_overrides/prometheus-mysql-exporter/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/prometheus/uv-2025.1-ubuntu_noble.yaml b/values_overrides/prometheus/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..cff47e8c53 --- /dev/null +++ b/values_overrides/prometheus/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/prometheus/uv-2025.2-ubuntu_noble.yaml b/values_overrides/prometheus/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..079bea1191 --- /dev/null +++ b/values_overrides/prometheus/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,17 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/rabbitmq/uv-2025.1-ubuntu_noble.yaml b/values_overrides/rabbitmq/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..335ceb55e5 --- /dev/null +++ b/values_overrides/rabbitmq/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_rabbitmq_exporter_helm_tests: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + rabbitmq_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/rabbitmq/uv-2025.2-ubuntu_noble.yaml b/values_overrides/rabbitmq/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..d2d90a3d36 --- /dev/null +++ b/values_overrides/rabbitmq/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_rabbitmq_exporter_helm_tests: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + rabbitmq_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/skyline/uv-2025.2-ubuntu_noble.yaml b/values_overrides/skyline/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..fd52d82104 --- /dev/null +++ b/values_overrides/skyline/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,10 @@ +--- +images: + tags: + skyline_db_sync: quay.io/airshipit/skyline:2025.2-ubuntu_noble_uv + skyline: quay.io/airshipit/skyline:2025.2-ubuntu_noble_uv + skyline_nginx: quay.io/airshipit/skyline:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy' + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/tacker/uv-2025.1-ubuntu_noble.yaml b/values_overrides/tacker/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..bce3828af1 --- /dev/null +++ b/values_overrides/tacker/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,15 @@ +# Default values for tacker. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. +--- +images: + tags: + tacker_server: quay.io/airshipit/tacker:2025.1-ubuntu_noble_uv + tacker_conductor: quay.io/airshipit/tacker:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + tacker_db_sync: quay.io/airshipit/tacker:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/tacker/uv-2025.2-ubuntu_noble.yaml b/values_overrides/tacker/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..d475200746 --- /dev/null +++ b/values_overrides/tacker/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,15 @@ +# Default values for tacker. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. +--- +images: + tags: + tacker_server: quay.io/airshipit/tacker:2025.2-ubuntu_noble_uv + tacker_conductor: quay.io/airshipit/tacker:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + tacker_db_sync: quay.io/airshipit/tacker:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/watcher/uv-2025.1-ubuntu_noble.yaml b/values_overrides/watcher/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..731fbf0859 --- /dev/null +++ b/values_overrides/watcher/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,14 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + watcher_api: quay.io/airshipit/watcher:2025.1-ubuntu_noble_uv + watcher_decision_engine: quay.io/airshipit/watcher:2025.1-ubuntu_noble_uv + watcher_applier: quay.io/airshipit/watcher:2025.1-ubuntu_noble_uv + watcher_db_sync: quay.io/airshipit/watcher:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/watcher/uv-2025.2-ubuntu_noble.yaml b/values_overrides/watcher/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..1e6b6a4263 --- /dev/null +++ b/values_overrides/watcher/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,14 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + watcher_api: quay.io/airshipit/watcher:2025.2-ubuntu_noble_uv + watcher_decision_engine: quay.io/airshipit/watcher:2025.2-ubuntu_noble_uv + watcher_applier: quay.io/airshipit/watcher:2025.2-ubuntu_noble_uv + watcher_db_sync: quay.io/airshipit/watcher:2025.2-ubuntu_noble_uv +... diff --git a/values_overrides/zaqar/uv-2025.1-ubuntu_noble.yaml b/values_overrides/zaqar/uv-2025.1-ubuntu_noble.yaml new file mode 100644 index 0000000000..a7d2a90248 --- /dev/null +++ b/values_overrides/zaqar/uv-2025.1-ubuntu_noble.yaml @@ -0,0 +1,12 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv + zaqar_api: quay.io/airshipit/zaqar:2025.1-ubuntu_noble_uv + zaqar_db_sync: quay.io/airshipit/zaqar:2025.1-ubuntu_noble_uv +... diff --git a/values_overrides/zaqar/uv-2025.2-ubuntu_noble.yaml b/values_overrides/zaqar/uv-2025.2-ubuntu_noble.yaml new file mode 100644 index 0000000000..3b826517e3 --- /dev/null +++ b/values_overrides/zaqar/uv-2025.2-ubuntu_noble.yaml @@ -0,0 +1,12 @@ +--- +images: + tags: + bootstrap: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_init: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + db_drop: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_user: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_service: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + ks_endpoints: quay.io/airshipit/heat:2025.2-ubuntu_noble_uv + zaqar_api: quay.io/airshipit/zaqar:2025.2-ubuntu_noble_uv + zaqar_db_sync: quay.io/airshipit/zaqar:2025.2-ubuntu_noble_uv +... diff --git a/zuul.d/2025.1.yaml b/zuul.d/2025.1.yaml index 8def8c2fdb..0af4354d24 100644 --- a/zuul.d/2025.1.yaml +++ b/zuul.d/2025.1.yaml @@ -65,6 +65,17 @@ container_distro_name: ubuntu container_distro_version: noble +- job: + name: openstack-helm-cinder-2025-1-ubuntu_noble_uv + parent: openstack-helm-cinder-rook + nodeset: openstack-helm-5nodes-ubuntu_noble + vars: + osh_params: + openstack_release: "2025.1" + container_distro_name: ubuntu + container_distro_version: noble + feature_gates: uv + - job: name: openstack-helm-compute-kit-2025-1-ubuntu_noble parent: openstack-helm-compute-kit @@ -76,6 +87,18 @@ container_distro_name: ubuntu container_distro_version: noble +- job: + name: openstack-helm-compute-kit-2025-1-ubuntu_noble_uv + parent: openstack-helm-compute-kit + nodeset: openstack-helm-3nodes-ubuntu_noble + timeout: 10800 + vars: + osh_params: + openstack_release: "2025.1" + container_distro_name: ubuntu + container_distro_version: noble + feature_gates: uv + - job: name: openstack-helm-octavia-2025-1-ubuntu_jammy parent: openstack-helm-octavia diff --git a/zuul.d/2025.2-ubuntu_noble.yaml b/zuul.d/2025.2-ubuntu_noble.yaml index 4cd68940b5..2fed8329dd 100644 --- a/zuul.d/2025.2-ubuntu_noble.yaml +++ b/zuul.d/2025.2-ubuntu_noble.yaml @@ -21,6 +21,17 @@ container_distro_name: ubuntu container_distro_version: noble +- job: + name: openstack-helm-cinder-2025-2-ubuntu_noble_uv + parent: openstack-helm-cinder-rook + nodeset: openstack-helm-5nodes-ubuntu_noble + vars: + osh_params: + openstack_release: "2025.2" + container_distro_name: ubuntu + container_distro_version: noble + feature_gates: uv + - job: name: openstack-helm-compute-kit-2025-2-ubuntu_noble parent: openstack-helm-compute-kit @@ -32,6 +43,18 @@ container_distro_name: ubuntu container_distro_version: noble +- job: + name: openstack-helm-compute-kit-2025-2-ubuntu_noble_uv + parent: openstack-helm-compute-kit + nodeset: openstack-helm-3nodes-ubuntu_noble + timeout: 10800 + vars: + osh_params: + openstack_release: "2025.2" + container_distro_name: ubuntu + container_distro_version: noble + feature_gates: uv + - job: name: openstack-helm-compute-kit-ovn-2025-2-ubuntu_noble parent: openstack-helm-compute-kit-ovn