Package starcluster :: Package plugins :: Module xvfb :: Class XvfbSetup
[hide private]
[frames] | no frames]

Class XvfbSetup

source code


Installs, configures, and sets up an Xvfb server (thanks to Adam Marsh for his contribution)

Instance Methods [hide private]
 
_install_xvfb(self, node) source code
 
_launch_xvfb(self, node) source code
 
run(self, nodes, master, user, user_shell, volumes)
Start cluster configuration
source code
 
_terminate(self, nodes) source code

Inherited from clustersetup.DefaultClusterSetup: __init__, on_add_node, on_remove_node

Inherited from clustersetup.ClusterSetup: on_restart, on_shutdown

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

Properties [hide private]

Inherited from clustersetup.DefaultClusterSetup: nodes, pool, running_nodes

Inherited from object: __class__

Method Details [hide private]

run(self, nodes, master, user, user_shell, volumes)

source code 

Start cluster configuration

Overrides: clustersetup.ClusterSetup.run
(inherited documentation)