wangxiyuan bafdab171d Upgrade openEuler Distro
openEuler 20.03 LTS SP2 is out of date. This patch:
1. Upgrade openEuler to 22.03 TLS for host OS.
2. Switch guest OS from centOS 8 to ubuntu

Change-Id: If2ff036e965def141f67240945802611e1f4dc4e
2022-08-22 00:51:19 +00:00

25 lines
550 B
YAML

---
docker_version_min: '18.09'
docker_py_version_min: '3.4.1'
ansible_version_min: '2.11'
ansible_version_max: '2.12'
# 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:
- "8"
Debian:
- "bullseye"
openEuler:
- "22.03"
RHEL:
- "8"
Rocky:
- "8"
Ubuntu:
- "focal"
- "jammy"