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
5 changes: 3 additions & 2 deletions bindep.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
libpcre3-dev [platform:dpkg test]
pcre-devel [platform:rpm test]
# whereto dependencies
libpcre2-dev [platform:dpkg test]
pcre2-devel [platform:rpm test]

# PDF Docs package dependencies
tex-gyre [platform:dpkg doc]
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
whereto>=0.3.0 # Apache-2.0
whereto>=0.5.0 # Apache-2.0
7 changes: 3 additions & 4 deletions doc/source/support-matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ therefore users need to build them by themselves.
.. note::

CentOS Stream 9 is no longer supported as a host OS. The 2025.1 Epoxy
release will in future support both CentOS Stream 9 and 10 to provide a
route for migration.
release supports both CentOS Stream 9 and 10 to provide a route for
migration.

.. note::

Rocky Linux 9 is no longer supported as a host OS. The 2025.1 Epoxy release
will in future support both CentOS Stream 9 and 10 to provide a route for
migration.
supports both CentOS Stream 9 and 10 to provide a route for migration.

Supported container images
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion playbooks/kayobe-overcloud-base/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
chdir: "{{ kayobe_src_dir }}"
executable: /bin/bash
# TODO(priteau): Fix baremetal inspect issues with UEFI
when: ironic_boot_mode == 'bios'
when: ironic_boot_mode == 'bios' and false # TODO(priteau): Re-enable when working

- name: Perform testing of the baremetal machines
shell:
Expand Down
8 changes: 2 additions & 6 deletions playbooks/kayobe-seed-base/overrides.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ ipa_build_images: {{ build_images }}
ipa_build_dib_elements_extra:
# extra-hardware is currently failing on Ubuntu
- "{% raw %}{{ 'extra-hardware' if os_distribution != 'ubuntu' else '' }}{% endraw %}"
# Broken openstack-ci-mirrors for CentOS Stream 10. TODO(priteau): Remove
# conditional once https://review.opendev.org/965344 is released.
- "{% raw %}{{ 'openstack-ci-mirrors' if os_distribution != 'centos' else '' }}{% endraw %}"
- "openstack-ci-mirrors"

# Workaround for limited tmpfs space in CI
ipa_build_dib_env_extra:
Expand All @@ -57,9 +55,7 @@ ipa_build_dib_env_extra:
# Build overcloud host image.
overcloud_dib_build_host_images: {{ build_images }}
overcloud_dib_elements_extra:
# Broken openstack-ci-mirrors for CentOS Stream 10. TODO(priteau): Remove
# conditional once https://review.opendev.org/965344 is released.
- "{% raw %}{{ 'openstack-ci-mirrors' if os_distribution != 'centos' else '' }}{% endraw %}"
- "openstack-ci-mirrors"

# NOTE(bbezak): Kolla does not build CentOS Stream 10 container images.
# Using Rocky Linux 10 images on CentOS Stream 10 in CI.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

[files]
packages =
Expand Down
2 changes: 1 addition & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
tenks_src_dir: "{{ ansible_env.PWD ~ '/' ~ zuul.projects['opendev.org/openstack/tenks'].src_dir }}"
is_upgrade: "{{ 'upgrade' in zuul.job }}"
is_slurp: "{{ 'slurp' in zuul.job }}"
previous_release: "{{ '2025.1' if is_slurp else '2025.1' }}"
previous_release: "{{ '2025.1' if is_slurp else '2025.2' }}"
tls_enabled: false
container_engine: 'docker'
ironic_boot_mode: "bios"
Expand Down