xenrec

Capistrano recipe for targeting XenServer Hosts, to create and remove VMs

Sample deploy.rb

role :xen, “myXenHost” set :user, “root”

set :xen_storage_uuid, “3ec9e184-08ab-bdf1-e542-42040e4ee506” set :xen_template_uuid, “ec61c6b2-8641-a870-b284-1cca4c891392”

Note on Patches/Pull Requests

  • Fork the project.

  • Make your feature addition or bug fix.

  • Add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but

    bump version in a commit by itself I can ignore when I pull)
    
  • Send me a pull request. Bonus points for topic branches.

Copyright © 2009 Rasheed Abdul-Aziz, Visfleet Ltd. See LICENSE for details.