Do not fail if PCI device is missing
authorBrent Eagles <beagles@redhat.com>
Tue, 27 Jun 2017 12:25:37 +0000 (09:55 -0230)
committerBrent Eagles <beagles@redhat.com>
Thu, 29 Jun 2017 14:25:14 +0000 (11:55 -0230)
commitd71697a419f459b8fa4b748a64ac6580b3a82456
tree1fddec7fe6b7c778da51ec0349f65076d32127a2
parent3fcafacc1e3de1c3fad756135889f2f4a3c4fbe2
Do not fail if PCI device is missing

Fixes a problem where SR-IOV VF count configuration will fail if a
physical function is in use by a guest when 'puppet apply' is executed.
This change substitutes warnings for failures and skips complaints if a
PCI device is unavailable.

Note: this patch has the side-effect of allowing the same configuration
data on hosts that may *not* or *ever* have PCI SR-IOV devices on the
hardware. Time will tell how evil this is in practice.

Closes-Bug: #1701284
Change-Id: I71edc135432ab2193741c37ce977dd11172401e6
lib/puppet/provider/sriov_vf_config/numvfs.rb
manifests/host/sriov.pp
releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml [new file with mode: 0644]
spec/classes/tripleo_host_sriov_spec.rb