A CLI helper tool for Puppet vmpooler to help you stay afloat
Find a file
Brian Cain 296f9abb1d (#1) Update vmfloaty to use new vmpooler api
This commit also uses commander for arg parsing.

This commit is a WIP.
2015-09-05 16:17:45 -07:00
bin (#1) Update vmfloaty to use new vmpooler api 2015-09-05 16:17:45 -07:00
lib (#1) Update vmfloaty to use new vmpooler api 2015-09-05 16:17:45 -07:00
spec Initial commit of vmfloaty 2014-10-28 22:05:33 -07:00
.gitignore Initial commit of vmfloaty 2014-10-28 22:05:33 -07:00
Gemfile (#1) Update vmfloaty to use new vmpooler api 2015-09-05 16:17:45 -07:00
LICENSE Initial commit of vmfloaty 2014-10-28 22:05:33 -07:00
README.md (#1) Update vmfloaty to use new vmpooler api 2015-09-05 16:17:45 -07:00
vmfloaty.gemspec (#1) Update vmfloaty to use new vmpooler api 2015-09-05 16:17:45 -07:00

vmfloaty

A CLI helper tool for Puppet Labs vmpooler to help you stay afloat.

Install

Grab the latest from ruby gems...

gem install vmfloaty

Usage

    delete   Schedules the deletion of a host or hosts
    get      Gets a vm or vms based on the os flag
    help     Display global or [command] help documentation
    list     Shows a list of available vms from the pooler
    modify
    query
    revert
    snapshot
    status   Prints the status of vmpooler
    summary

  GLOBAL OPTIONS:

    -h, --help
        Display help documentation

    -v, --version
        Display version information

    -t, --trace
        Display backtrace when an error occurs