Permit Ubuntu Noble for deploy host and targets in requirements checks
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/925571 Change-Id: I0cec77caee70bac6e8a2c994170cdafd9754f9f9
This commit is contained in:
parent
6f32d3562f
commit
ad73fda3b7
@ -61,6 +61,7 @@
|
||||
that:
|
||||
- (ansible_facts['distribution'] == 'Debian' and ansible_facts['distribution_release'] == 'bookworm') or
|
||||
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'jammy') or
|
||||
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'noble') or
|
||||
(ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '9')
|
||||
msg: >
|
||||
The only supported platforms for this release are Debian 12 (Bookworm)
|
||||
|
@ -18,10 +18,12 @@
|
||||
that:
|
||||
(ansible_facts['distribution'] == 'Debian' and ansible_facts['distribution_release'] == 'bookworm') or
|
||||
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'jammy') or
|
||||
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'noble') or
|
||||
(ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '9')
|
||||
msg: >-
|
||||
The only supported platforms for this release are Debian 12 (Bookworm),
|
||||
Ubuntu 22.04 (Jammy), CentOS Stream 9, and derivatives such as Rocky Linux.
|
||||
Ubuntu 22.04 (Jammy), Ubuntu 24.04 (Noble), CentOS Stream 9,
|
||||
and derivatives such as Rocky Linux.
|
||||
when: (check_operating_system | default(True))| bool
|
||||
tags:
|
||||
- check-operating-system
|
||||
|
Loading…
Reference in New Issue
Block a user