vCloud Storage is a CLI tool and Ruby library that supports the creation and management of independent and dependent disks in VMware vCloud. This gem is build on top of the vCloud Core gem and based of the vCloud Edge Gateway gem.
WIP
WIP
Please see the vcloud-tools usage documentation.
vCloud Tools currently use version 5.1 of the vCloud API. Version 5.5 may work but is not currently supported. You should be able to access the 5.1 API in a 5.5 environment, and this is currently supported.
The default version is defined in Fog.
If you want to be sure you are pinning to 5.1, or use 5.5, you can set the API version to use in your fog file, e.g.
vcloud_director_api_version: 5.1
export EXCON_DEBUG=true - this will print out the API requests and responses.
export DEBUG=true - this will show you the stack trace when there is an exception instead of just the message.
WIP
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request