Part of libcloud.compute.drivers.ecp View Source View In Hierarchy
Method | list_nodes | Returns a list of all running Nodes |
Method | reboot_node | Shuts down a VM and then starts it again. |
Method | destroy_node | Shuts down and deletes a VM. |
Method | list_images | Returns a list of all package templates aka appiances aka images |
Method | list_sizes | Returns a list of all hardware templates |
Method | list_locations | This feature does not exist in ECP. Returns hard coded dummy location. |
Method | create_node | Creates a virtual machine. |
Method | _to_node | Turns a (json) dictionary into a Node object. This returns only running VMs. |
Inherited from NodeDriver:
Method | __init__ | |
Method | deploy_node | Create a new node, and start deployment. |
Method | _wait_until_running | Block until node is fully booted and has an IP address assigned. |
Method | _ssh_client_connect | Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds. |
Method | _run_deployment_script | Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established. |
Method | _get_size_price | Undocumented |
Inherited from BaseDriver (via NodeDriver):
Method | _ex_connection_class_kwargs | Return extra connection keyword arguments which are passed to the Connection class constructor. |
Parameters: name (string), image (NodeImage), size (NodeSize)