Class: UU::OperationRegistry::HostState

Inherits:
Object
  • Object
show all
Defined in:
lib/uu/operation_registry/host_state.rb

Overview

List of possible states for Host.

Constant Summary collapse

CREATED =

Host has been created and is being installed and configured, no Node can be allocated on this Host yet. Initial state.

'CREATED'
ACTIVE =

Host is fully configured and Nodes can be allocated on it.

'ACTIVE'
PASSIVE =

No new Node can be allocated on the Host. If there are any Nodes that had been running before setting the Host to this state (when the Host was in ACTIVE state), they can continue running.

'PASSIVE'
SUSPENDED =

Host is not running, no Node can be allocated.

'SUSPENDED'