dm-vdo / bunsen

Ansible suite to configure a set of machines to replicate the VDO Team's test environment.
GNU General Public License v2.0
0 stars 4 forks source link

Provisioning modifications for multi arch testing. #10

Closed slegendr closed 2 years ago

slegendr commented 2 years ago

Modify the regex for installing Clone on RHEL8 s390x hosts, as it is not necessary for RHEL 8.6. For RHEL 8.6 S390X machines, Clone is not included and cannot be found by cpan, thus causing provisioning to fail.

Add rpm-build to the list of common packages required for all farms. Add device-mapper-devel, device-mapper-event-devel and valgrind-devel to the list of packages required for RHEL8 family farms. These packages are needed by multi arch upgrade tests in order to rebuild the kmod-kvdo and vdo modules.

Signed-off-by: Susan LeGendre-McGhee slegendr@redhat.com