Components identify system type with regard to virtualization

The IsBareMetal component in this module is valid if the insights.combiners.virt_what.VirtWhat combiner indicates the host is bare metal.

class insights.components.virtualization.IsBareMetal(virt)[source]

Bases: object

This component uses VirtWhat combiner to determine the virtualization type. It checks if the system is bare metal, otherwise it raises SkipComponent.

Raises:

SkipComponent -- When system is a virtual machine.