NodeParam#
- class NodeParam(block_list=None, node_list=None, compute_node_list=None, hypervisor_isos=None, hyperv_sku=None, bundle_info=None, skip_host_networking=None, *args, **kwargs)[source]#
Bases:
object
Parameters of the node to be added
- Parameters:
block_list – (
block_list
) Block list of a clusternode_list – (
node_list
) List of nodes in a clustercompute_node_list – (
compute_node_list
) List of compute only nodeshypervisor_isos – (
hypervisor_isos
) Hypervisor type to md5sum maphyperv_sku – (
hyperv_sku
) Hyperv SKUbundle_info – (
bundle_info
)skip_host_networking – (
skip_host_networking
) Indicates if the host networking needs to be skipped or not
- property bundle_info#
- Type:
- property compute_node_list#
List of compute only nodes
- Type:
list[
ComputeNodeItem
]
- property hyperv_sku#
Hyperv SKU
- Type:
str
- property hypervisor_isos#
Hypervisor type to md5sum map
- Type:
list[
HypervisorIsoMap
]
- property skip_host_networking#
Indicates if the host networking needs to be skipped or not
- Type:
bool