Commit ec05defb authored by Rafael Monnerat's avatar Rafael Monnerat

A Template for criate an KVM instance into your buildout. (Experimental)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2ac1c36
# Experimental Recipe for setup a KVM instance.
[buildout]
develop += local-eggs/erp5.recipe.kvm
[kvm-instance-template]
recipe = erp5.recipe.kvm
url = <DEFINE YOUR IMAGE HERE>
gzip = true
kvm_snapshot = true
# ssh Information
ssh_key_file =
ssh_user = root
ssh_hostname = mdv201064
ssh_port = 13456
[requirements]
binary =
kvm
gunzip
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment