Add CentOS-8 support

Change-Id: Ieeddbe6ed7a27c4ca672910fecbe5072f2d4409b
This commit is contained in:
Dmitriy Rabotyagov 2020-08-11 16:42:00 +03:00
parent abb1c721e5
commit 2963959ce9

View File

@ -19,7 +19,7 @@ swift_distro_packages:
- liberasurecode
- openssh-server
- openssh-clients
- rsync
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('rsync', 'rsync-daemon') }}"
swift_devel_distro_packages:
- git
@ -30,9 +30,9 @@ swift_devel_distro_packages:
swift_service_distro_packages:
- openstack-swift
- python-keystonemiddleware
- python-memcached
- python-swift
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-keystonemiddleware', 'python3-keystonemiddleware') }}"
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-memcached', 'python3-memcached') }}"
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-swift', 'python3-swift') }}"
swift_account_distro_packages:
- openstack-swift-account