|
__init__(self,
disable_queue=False,
disable_threads=False,
num_threads=20)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
_setup_hostnames(self,
nodes=None)
Set each node's hostname to their alias. |
source code
|
|
|
|
|
|
|
_add_user_to_nodes(self,
uid,
gid,
nodes=None) |
source code
|
|
|
|
|
_setup_scratch(self,
nodes=None)
Configure scratch space on all StarCluster nodes |
source code
|
|
|
_setup_etc_hosts(self,
nodes=None)
Configure /etc/hosts on all StarCluster nodes |
source code
|
|
|
_setup_passwordless_ssh(self,
nodes=None)
Properly configure passwordless ssh for root and CLUSTER_USER on all
StarCluster nodes |
source code
|
|
|
_setup_ebs_volumes(self)
Mount EBS volumes, if specified in ~/.starcluster/config to /home |
source code
|
|
|
|
|
|
|
_setup_nfs(self,
nodes=None,
start_server=True)
Share /home, /opt/sge6, and all EBS mount paths via NFS to all nodes |
source code
|
|
|
|
|
_setup_sge(self)
Install Sun Grid Engine with a default parallel environment on
StarCluster |
source code
|
|
|
run(self,
nodes,
master,
user,
user_shell,
volumes)
Start cluster configuration |
source code
|
|
|
|
|
|
|
|
|
|
|
on_remove_node(self,
node,
nodes,
master,
user,
user_shell,
volumes)
This method gets executed before a node is about to be removed from
the cluster |
source code
|
|
|
|
|
|
|
|
|
|
|
on_add_node(self,
node,
nodes,
master,
user,
user_shell,
volumes)
This methods gets executed after a node has been added to the cluster |
source code
|
|
Inherited from ClusterSetup :
on_restart ,
on_shutdown
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|