
openEuler is the newest open source operating system, which is quite famous and widely used in China. This patch aims to add the OS support in kolla-ansible for the host OS. bp: support-openeuler-os Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/830320 Change-Id: I66dc84f02c324dbc0787ec25d4bd92ada9362e94
24 lines
536 B
YAML
24 lines
536 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:
|
|
- "20.03"
|
|
RHEL:
|
|
- "8"
|
|
Rocky:
|
|
- "8"
|
|
Ubuntu:
|
|
- "focal"
|