IsOpenStackCompute
The IsOpenStackCompute
component uses PsAuxcww
parser to determine
OpenStack Compute node. It checks if ‘nova-compute’ process exist, if not raises
SkipComponent
so that the dependent component will not fire. Can be added as
a dependency of a parser so that the parser only fires if the
IsIsOpenStackCompute
dependency is met.
- class insights.components.openstack.IsOpenStackCompute(ps)[source]
Bases:
object
The
IsOpenStackCompute
component usesPsAuxcww
parser to determine OpenStack Compute node. It checks ifnova-compute
process exist, if not raisesSkipComponent
.- Raises:
SkipComponent -- When
nova-compute
process does not exist.