rsd_lib.resources.v2_1.node.constants
Module¶rsd_lib.resources.v2_1.node.constants.
BOOT_SOURCE_TARGET_HDD
= 'hdd'¶Boot from a hard drive
rsd_lib.resources.v2_1.node.constants.
BOOT_SOURCE_TARGET_NONE
= 'none'¶Boot from the normal boot device
rsd_lib.resources.v2_1.node.constants.
BOOT_SOURCE_TARGET_PXE
= 'pxe'¶Boot from the Pre-Boot EXecution (PXE) environment
rsd_lib.resources.v2_1.node.constants.
COMPOSED_NODE_STATE_ALLOCATED
= 'allocated'¶Node resources have been allocated, but assembly not started yet. After ComposedNode.Assemble action state will progress to Assembling
rsd_lib.resources.v2_1.node.constants.
COMPOSED_NODE_STATE_ALLOCATING
= 'allocating'¶Allocating resources for node is in progress. Next state can be Allocated or Failed
rsd_lib.resources.v2_1.node.constants.
COMPOSED_NODE_STATE_ASSEMBLED
= 'assembled'¶Node successfully assembled
rsd_lib.resources.v2_1.node.constants.
COMPOSED_NODE_STATE_ASSEMBLING
= 'assembling'¶Assembly process initiated, but not finished yet. When assembly is done it will change into Assembled
rsd_lib.resources.v2_1.node.constants.
COMPOSED_NODE_STATE_FAILED
= 'failed'¶Allocation or assembly process failed, or in runtime one of composing components was removed or transitioned in error state
rsd_lib.resources.v2_1.node.constants.
NODE_POWER_STATE_OFF
= 'off'¶The system is powered off, although some components may continue to have AUX power such as management controller
rsd_lib.resources.v2_1.node.constants.
NODE_POWER_STATE_ON
= 'on'¶The system is powered on
rsd_lib.resources.v2_1.node.constants.
NODE_POWER_STATE_POWERING_OFF
= 'powering off'¶A temporary state between On and Off. The power off action can take time while the OS is in the shutdown process
rsd_lib.resources.v2_1.node.constants.
NODE_POWER_STATE_POWERING_ON
= 'powering on'¶A temporary state between Off and On. This temporary state can be very short
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.