Merge "Drop installation of libibverbs"

This commit is contained in:
Zuul 2024-11-04 17:45:48 +00:00 committed by Gerrit Code Review
commit fb4585a8cd

View File

@ -77,16 +77,6 @@ class openstack_integration::repos {
}
if $facts['os']['family'] == 'RedHat' {
# NOTE(tobias-urdin): Install libibverbs to fix an issue where OVS outputs errors
# that causes the puppet-openvswitch module to fail parsing the output.
# This issue does not occur in integration testing but only module tests since some
# other package (probably nova) causes this package to be installed, or the yum upgrade
# part in integration catches it.
# Reported upstream: https://bugzilla.redhat.com/show_bug.cgi?id=1658141
package { 'libibverbs':
ensure => 'present',
}
Yumrepo<||> -> Package<| title == 'ruby-augeas' |>
}
}