[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:
parent
aa5acfa015
commit
f9aa4c5a30
@ -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
|
Loading…
x
Reference in New Issue
Block a user