Sha256: ab305de25b38b5584f7e527eb3dc67565133830dccbc345da9b3ad8b303b369b

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

Usage:
    rumm create server [--name STRING] [--image-id STRING] [--flavor-id STRING] [--ssh-private STRING] [--ssh-publinc STRING]

Options:
    -n, --name STRING                  # Name to give the new server
    -i, --image-id STRING              # Use this VM image
    -f, --flavor-id STRING             # Create with the specified flavor
    --ssh-private STRING               # Path to your private ssh key
    --ssh-public STRING                # Path to your public ssh key

Arguments:
    none

Description:
     Creates a new server. If a name is not provided, one will be generated
     automatically. If you want to base the server on an existing image, you
     will need to specify the image id. Similarly, a flavor id can be
     specified. The default is a 512MB sever running Ubuntu 12.04 LTS. This
     command will take a few minutes.

     rumm assumes that your ssh keys are at ~/.ssh/id_rsa.pub and
     ~/.ssh/id_rsa. If that is not the case, you will need to specify the path
     to your keys with the ssh-public and ssh-private options.

Examples:
    rumm create server
    rumm create server --name rumm-example-server
    rumm create server --image-id 9922a7c7-5a42-4a56-bc61-93f857ae2346 --flavor-id 3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumm-0.0.23 app/help/create_server.txt