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

Class LUPostInitCluster

source code


Logical unit for running hooks after cluster initialization.

Instance Methods [hide private]
 
BuildHooksEnv(self)
Build hooks env.
source code
 
Exec(self, feedback_fn)
Nothing to do.
source code

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

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

Class Variables [hide private]
  HPATH = "cluster-init"
  HTYPE = "CLUSTER"

Inherited from LogicalUnit: REQ_BGL, ssh

Inherited from LogicalUnit (private): _OP_PARAMS

Instance Variables [hide private]

Inherited from LogicalUnit: dry_run_result

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

BuildHooksEnv(self)

source code 

Build hooks env.

Overrides: LogicalUnit.BuildHooksEnv

Exec(self, feedback_fn)

source code 

Nothing to do.

Overrides: LogicalUnit.Exec