kolla-ansible/ansible/roles/prechecks/vars/main.yml
Jakub Darmach 9df7d4128a Add support for Ubuntu Noble Numbat (24.04 LTS)
ubuntu-ceph is broken for now due to [1], also there are no
download.ceph.com packages for Noble - so we're using Ubuntu
provided ones from proposed - because current version
in regular repos is built from git sha instead of a release
and is not suitable for running outside of Ceph upstream CI.

[1]: https://tracker.ceph.com/issues/66389

Depends-On: https://review.opendev.org/c/openstack/kolla/+/907589

Change-Id: I384068572d8a1a495c60b401dc4144a0a80802f1
2024-10-14 19:55:12 +00:00

21 lines
505 B
YAML

---
docker_version_min: '18.09'
docker_py_version_min: '3.4.1'
ansible_version_min: '2.16'
ansible_version_max: '2.17'
# Top level keys should match ansible_facts.distribution.
# These map to lists of supported releases (ansible_facts.distribution_release) or
# versions (ansible_facts.distribution_version or ansible_facts.distribution_major_version)
# for that distribution.
host_os_distributions:
CentOS:
- "9"
Debian:
- "bookworm"
Rocky:
- "9"
Ubuntu:
- "jammy"
- "noble"