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
- Fork it ( https://github.com/[my-github-username]/cloudstack_cloner/fork )
- 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 a new Pull Request