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 not

  • skip_imaging – (skip_imaging) Indicates if node imaging needs to be skipped or not

  • validate_rack_awareness – (validate_rack_awareness) Indicates if rack awareness needs to be validated or not

  • is_nos_compatible – (is_nos_compatible) Indicates if node is compatible or not

  • is_compute_only – (is_compute_only) Indicates whether the node is compute only or not

  • never_scheduleable – (never_scheduleable) Indicates whether the node is marked to be never schedulable or not.

  • target_hypervisor – (target_hypervisor) Target hypervisor

  • hyperv – (hyperv)

property hyperv#
Type:

HypervCredentials

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

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property validate_rack_awareness#

Indicates if rack awareness needs to be validated or not

Type:

bool