Package starcluster :: Package templates :: Module user_msgs
[hide private]
[frames] | no frames]

Module user_msgs

source code

Variables [hide private]
  active_ebs_cluster = 'EBS Cluster \'%(cluster_name)s\' already...
  stopped_ebs_cluster = 'Stopped EBS Cluster \'%(cluster_name)s\...
  cluster_exists = 'Cluster with tag name %(cluster_name)s alrea...
  cluster_started_msg = '\nThe cluster is now ready to use. To l...
  spotmsg = 'SPOT INSTANCES ARE NOT GUARANTEED TO COME UP\n\nSpo...
  version_mismatch = 'The cluster \'%(cluster)s\' was created wi...
  __package__ = None
hash(x)
Variables Details [hide private]

active_ebs_cluster

Value:
'''EBS Cluster \'%(cluster_name)s\' already exists.

Either choose a different tag name, or stop the EBS cluster using:

    $ starcluster stop %(cluster_name)s

This command will put all nodes into a \'stopped\' state and preserve \
their local disks. The cluster can later be resumed by passing the -x \
...

stopped_ebs_cluster

Value:
'''Stopped EBS Cluster \'%(cluster_name)s\' already exists.

Either choose a different tag name, or start the stopped EBS cluster u\
sing:

    $ starcluster start -x %(cluster_name)s

Another option is to terminate the existing EBS Cluster using:
...

cluster_exists

Value:
'''Cluster with tag name %(cluster_name)s already exists.

If the cluster is a \'stopped\' EBS cluster that you wish to \'start\'\
 or if you have yet to configure the existing cluster nodes, pass the \
-x option to the start command:

    $ starcluster start -x %(cluster_name)s

...

cluster_started_msg

Value:
'''
The cluster is now ready to use. To login to the master node as root, \
run:

    $ starcluster sshmaster %(tag)s

When you are finished using the cluster and wish to terminate it and s\
top paying for service:
...

spotmsg

Value:
'''SPOT INSTANCES ARE NOT GUARANTEED TO COME UP

Spot instances can take a long time to come up and may not come up at \
all depending on the current AWS load and your max spot bid price.

StarCluster will wait indefinitely until all instances (%(size)s) come\
 up. If this takes too long, you can cancel the start command using CT\
RL-C. You can then resume the start command later on using the --no-cr\
...

version_mismatch

Value:
'''The cluster \'%(cluster)s\' was created with a newer version of Sta\
rCluster (%(new_version)s). You\'re currently using version %(old_vers\
ion)s.

This may or may not be a problem depending on what\'s changed between \
these versions, however, it\'s highly recommended that you use version\
 %(old_version)s when using the \'%(cluster)s\' cluster.'''