[redhat] Update variables to be version agnostic

The RedHat-based operating systems such as CentOS have a pretty
stable list of packages, therefore, we don't need to pin it by
version and we can instead move to a much more generic redhat.yml
which will support a bigger range of systems.

Change-Id: I833e21b1d7bf47121e75ebc07baeb374f5876a42
This commit is contained in:
Mohammed Naser 2019-05-10 00:15:32 -04:00
parent aa5acfa015
commit f9aa4c5a30
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ cinder_devel_distro_packages:
cinder_volume_distro_packages: []
cinder_volume_distro_packages_tools:
- qemu-img-ev
- "qemu-img{% if ansible_distribution_major_version|int <= 7 %}-ev{% endif %}"
- iscsi-initiator-utils
- nfs-utils
- rpcbind