CloudstackCloner

Automated CloudStack VM cloning and copying and attaching of existing data disks.

Installation

Add this line to your application's Gemfile:

gem 'cloudstack_cloner'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cloudstack_cloner

Usage

Example

cloudstack_cloner clone --virtual_machine test01 --clone-name test-clone --project Playground --data-volumes test -e prod --offering 2cpu_2gb

Contributing

  1. Fork it ( https://github.com/[my-github-username]/cloudstack_cloner/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request