ConfigParams#
- class ConfigParams(skip_discovery=None, skip_imaging=None, validate_rack_awareness=None, is_nos_compatible=None, is_compute_only=None, never_scheduleable=None, target_hypervisor=None, hyperv=None, *args, **kwargs)[source]#
Bases:
object
Config parameters
- Parameters:
skip_discovery – (
skip_discovery
) Indicates if node discovery need to be skipped or notskip_imaging – (
skip_imaging
) Indicates if node imaging needs to be skipped or notvalidate_rack_awareness – (
validate_rack_awareness
) Indicates if rack awareness needs to be validated or notis_nos_compatible – (
is_nos_compatible
) Indicates if node is compatible or notis_compute_only – (
is_compute_only
) Indicates whether the node is compute only or notnever_scheduleable – (
never_scheduleable
) Indicates whether the node is marked to be never schedulable or not.target_hypervisor – (
target_hypervisor
) Target hypervisorhyperv – (
hyperv
)
- property hyperv#
- Type:
- property is_compute_only#
Indicates whether the node is compute only or not
- Type:
bool
- property is_nos_compatible#
Indicates if node is compatible or not
- Type:
bool
- property never_scheduleable#
Indicates whether the node is marked to be never schedulable or not.
- Type:
bool
- property skip_discovery#
Indicates if node discovery need to be skipped or not
- Type:
bool
- property skip_imaging#
Indicates if node imaging needs to be skipped or not
- Type:
bool
- property target_hypervisor#
Target hypervisor
- Type:
str
- property validate_rack_awareness#
Indicates if rack awareness needs to be validated or not
- Type:
bool