Package ganeti :: Module cmdlib :: Class LUTestAllocator
[hide private]
[frames] | no frames]

Class LUTestAllocator

source code


Run allocator tests.

This LU runs the allocator tests

Instance Methods [hide private]
 
CheckPrereq(self)
Check prerequisites.
source code
 
Exec(self, feedback_fn)
Run the allocator test.
source code

Inherited from NoHooksLU: BuildHooksEnv

Inherited from LogicalUnit: CheckArguments, DeclareLocks, ExpandNames, HooksCallBack, __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _OP_PARAMS = [("direction", _NoDefault, _TElemOf(constants.VAL...
a list of opcode attributes, their defaults values they should get if not already defined, and types they must match

Inherited from NoHooksLU: HPATH, HTYPE

Inherited from LogicalUnit: REQ_BGL, ssh

Instance Variables [hide private]

Inherited from LogicalUnit: dry_run_result

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

CheckPrereq(self)

source code 

Check prerequisites.

This checks the opcode parameters depending on the director and mode test.

Overrides: LogicalUnit.CheckPrereq

Exec(self, feedback_fn)

source code 

Run the allocator test.

Overrides: LogicalUnit.Exec

Class Variable Details [hide private]

_OP_PARAMS

a list of opcode attributes, their defaults values they should get if not already defined, and types they must match
Value:
[("direction", _NoDefault, _TElemOf(constants.VALID_IALLOCATOR_DIRECTI\
ONS)), ("mode", _NoDefault, _TElemOf(constants.VALID_IALLOCATOR_MODES)\
), ("name", _NoDefault, _TNonEmptyString), ("nics", _NoDefault, _TOr(_\
TNone, _TListOf(_TDictOf(_TElemOf(["mac", "ip", "bridge"]), _TOr(_TNon\
e, _TNonEmptyString))))), ("disks", _NoDefault, _TOr(_TNone, _TList)),\
 ("hypervisor", None, _TMaybeString), ("allocator", None, _TMaybeStrin\
g), ("tags", _EmptyList, _TListOf(_TNonEmptyString)), ("mem_size", Non\
e, _TOr(_TNone, _TPositiveInt)), ("vcpus", None, _TOr(_TNone, _TPositi\
...