Add CentOS-8 support
Change-Id: Ieeddbe6ed7a27c4ca672910fecbe5072f2d4409b
This commit is contained in:
parent
abb1c721e5
commit
2963959ce9
@ -19,7 +19,7 @@ swift_distro_packages:
|
|||||||
- liberasurecode
|
- liberasurecode
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
- rsync
|
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('rsync', 'rsync-daemon') }}"
|
||||||
|
|
||||||
swift_devel_distro_packages:
|
swift_devel_distro_packages:
|
||||||
- git
|
- git
|
||||||
@ -30,9 +30,9 @@ swift_devel_distro_packages:
|
|||||||
|
|
||||||
swift_service_distro_packages:
|
swift_service_distro_packages:
|
||||||
- openstack-swift
|
- openstack-swift
|
||||||
- python-keystonemiddleware
|
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-keystonemiddleware', 'python3-keystonemiddleware') }}"
|
||||||
- python-memcached
|
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-memcached', 'python3-memcached') }}"
|
||||||
- python-swift
|
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('python-swift', 'python3-swift') }}"
|
||||||
|
|
||||||
swift_account_distro_packages:
|
swift_account_distro_packages:
|
||||||
- openstack-swift-account
|
- openstack-swift-account
|
Loading…
x
Reference in New Issue
Block a user