Drop support for Ubuntu Focal
Its Python 3.8 is not supported by any active version of Ansible. Focal has been best-effort for a while already. Change-Id: Id04f9b9835cc705716a797caa7beef2536027186
This commit is contained in:
parent
35c3d51dc4
commit
05ee7f72ab
@ -22,10 +22,6 @@ Full support (fully tested in the CI, no known or potential issues):
|
|||||||
* Ubuntu 22.04 "Jammy"
|
* Ubuntu 22.04 "Jammy"
|
||||||
* Debian 11 "Bullseye" and 12 "Bookworm"
|
* Debian 11 "Bullseye" and 12 "Bookworm"
|
||||||
|
|
||||||
Limited support, may be removed at any moment:
|
|
||||||
|
|
||||||
* Ubuntu 20.04 "Focal"
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Operating systems evolve and so does the support for them, even on stable
|
Operating systems evolve and so does the support for them, even on stable
|
||||||
branches.
|
branches.
|
||||||
|
5
releasenotes/notes/no-focal-28675cbdf1b7b9f6.yaml
Normal file
5
releasenotes/notes/no-focal-28675cbdf1b7b9f6.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Ubuntu 20.04 "Focal" is no longer a supported operating system, please
|
||||||
|
use 22.04 "Jammy" instead.
|
@ -78,25 +78,21 @@
|
|||||||
parent: bifrost-integration-tinyipa
|
parent: bifrost-integration-tinyipa
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
# NOTE(rpittau): used by openstack/ironic, openstack/ansible-collections-openstack,
|
# NOTE(rpittau): used by openstack/ansible-collections-openstack, openstack/openstacksdk
|
||||||
# openstack/ironic-inspector, openstack/openstacksdk
|
# https://review.opendev.org/c/openstack/ansible-collections-openstack/+/903956
|
||||||
|
# https://review.opendev.org/c/openstack/openstacksdk/+/903973
|
||||||
- job:
|
- job:
|
||||||
name: bifrost-integration-tinyipa-ubuntu-focal
|
name: bifrost-integration-tinyipa-ubuntu-focal
|
||||||
parent: bifrost-integration-tinyipa
|
parent: bifrost-integration-tinyipa
|
||||||
nodeset: ubuntu-focal
|
nodeset: ubuntu-focal
|
||||||
|
|
||||||
# NOTE(rpittau): used by openstack/ansible-collections-openstack
|
|
||||||
- job:
|
|
||||||
name: bifrost-integration-tinyipa-keystone-ubuntu-focal
|
|
||||||
parent: bifrost-integration-tinyipa
|
|
||||||
nodeset: ubuntu-focal
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: bifrost-integration-tinyipa-ubuntu-jammy
|
name: bifrost-integration-tinyipa-ubuntu-jammy
|
||||||
parent: bifrost-integration-tinyipa
|
parent: bifrost-integration-tinyipa
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
|
|
||||||
# NOTE(rpittau): remove after antelope
|
# NOTE(rpittau): used by openstack/ansible-collections-openstack
|
||||||
|
# https://review.opendev.org/c/openstack/ansible-collections-openstack/+/903956
|
||||||
- job:
|
- job:
|
||||||
name: bifrost-integration-tinyipa-keystone-ubuntu-focal
|
name: bifrost-integration-tinyipa-keystone-ubuntu-focal
|
||||||
parent: bifrost-integration-tinyipa
|
parent: bifrost-integration-tinyipa
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
- bifrost-upgrade-ubuntu-jammy
|
- bifrost-upgrade-ubuntu-jammy
|
||||||
- bifrost-upgrade-keystone-centos9
|
- bifrost-upgrade-keystone-centos9
|
||||||
# Non-voting jobs
|
# Non-voting jobs
|
||||||
- bifrost-integration-tinyipa-keystone-ubuntu-focal:
|
|
||||||
voting: false
|
|
||||||
- bifrost-integration-redfish-pxe-uefi-centos-9:
|
- bifrost-integration-redfish-pxe-uefi-centos-9:
|
||||||
voting: false
|
voting: false
|
||||||
- bifrost-integration-dhcp-ubuntu-jammy:
|
- bifrost-integration-dhcp-ubuntu-jammy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user