Remove remaining mentions of Ubuntu Jammy
Change-Id: I1c93dac521cacaddb5195688c17c1f74d05e5f9a
This commit is contained in:
parent
3a981234ba
commit
afafebbe2b
@ -53,8 +53,8 @@ kayobe_ansible_user: "stack"
|
||||
os_distribution: "rocky"
|
||||
|
||||
# OS release. Valid options are "9-stream" when os_distribution is "centos", or
|
||||
# "9" when os_distribution is "rocky", or "jammy" and "noble" (with "noble"
|
||||
# being the default) when os_distribution is "ubuntu".
|
||||
# "9" when os_distribution is "rocky", or "noble" when os_distribution is
|
||||
# "ubuntu".
|
||||
os_release: >-
|
||||
{{ '9-stream' if os_distribution == 'centos'
|
||||
else '9' if os_distribution == 'rocky'
|
||||
|
@ -17,7 +17,6 @@ control host:
|
||||
|
||||
- CentOS Stream 9 (since Zed 13.0.0 release)
|
||||
- Rocky Linux 9 (since Zed 13.0.0 release)
|
||||
- Ubuntu Jammy 22.04 (since Zed 13.0.0 release)
|
||||
- Ubuntu Noble 24.04 (since Dalmatian 17.0.0 release)
|
||||
|
||||
See the :doc:`support matrix <support-matrix>` for details of supported
|
||||
|
@ -10,7 +10,6 @@ Supported Operating Systems
|
||||
Kayobe supports the following host Operating Systems (OS):
|
||||
|
||||
* Rocky Linux 9 (since Zed 13.0.0 release)
|
||||
* Ubuntu Jammy 22.04 (since Zed 13.0.0 release)
|
||||
* Ubuntu Noble 24.04 (since Dalmatian 17.0.0 release)
|
||||
|
||||
In addition to that CentOS Stream 9 host OS is functional, but not officially
|
||||
|
@ -270,8 +270,6 @@
|
||||
overcloud_container_image_regex: "^base"
|
||||
seed_container_image_regex: "^base"
|
||||
|
||||
# This job builds default overcloud images but skips the build of bifrost seed
|
||||
# images which are currently timing out on Ubuntu Jammy.
|
||||
- job:
|
||||
name: kayobe-seed-images-rocky9-podman
|
||||
parent: kayobe-seed-images-base
|
||||
|
@ -11,12 +11,6 @@
|
||||
- name: primary
|
||||
label: rockylinux-9
|
||||
|
||||
- nodeset:
|
||||
name: kayobe-ubuntu-jammy
|
||||
nodes:
|
||||
- name: primary
|
||||
label: ubuntu-jammy
|
||||
|
||||
- nodeset:
|
||||
name: kayobe-ubuntu-noble
|
||||
nodes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user