Trees | Indices | Help |
|
---|
|
Add a node to the cluster.
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
OP_DSC_FIELD = "node_name" The name of a field whose value will be included in the string returned by Summary(); see the docstring of that method for details). |
|||
OP_PARAMS = [("node_name", None, ht.TNonEmptyString, "A requir List of opcode attributes, the default values they should get if not already defined, and types they must match. |
|||
Inherited from |
|
|||
str
|
group The node group to which this node will belong. |
||
bool
|
master_capable The master_capable node attribute |
||
str
|
node_name The name of the node to add. |
||
IP address |
primary_ip The primary IP of the node. |
||
bool
|
readd Whether to re-add an existing node to the cluster. |
||
IP address |
secondary_ip The secondary IP of the node. |
||
bool
|
vm_capable The vm_capable node attribute |
||
|
|||
Inherited from |
|
|
|
OP_PARAMSList of opcode attributes, the default values they should get if not already defined, and types they must match.
|
|
node_nameThe name of the node to add. This can be a short name, but it will be expanded to the FQDN.
|
primary_ipThe primary IP of the node. This will be ignored when the opcode is submitted, but will be filled during the node add (so it will be visible in the job query).
|
readdWhether to re-add an existing node to the cluster. If this is not passed, then the operation will abort if the node name is already in the cluster; use this parameter to 'repair' a node that had its configuration broken, or was reinstalled without removal from the cluster.
|
secondary_ipThe secondary IP of the node. This needs to be passed if the cluster has been initialized in 'dual-network' mode, otherwise it must not be given.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:27 2016 | http://epydoc.sourceforge.net |