[Erp5-report] r35025 rafael - /erp5/trunk/buildout/instance-profiles/kvm.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed May 5 20:12:03 CEST 2010
Author: rafael
Date: Wed May 5 20:11:58 2010
New Revision: 35025
URL: http://svn.erp5.org?rev=35025&view=rev
Log:
A Template for criate an KVM instance into your buildout. (Experimental)
Added:
erp5/trunk/buildout/instance-profiles/kvm.cfg
Added: erp5/trunk/buildout/instance-profiles/kvm.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/kvm.cfg?rev=35025&view=auto
==============================================================================
--- erp5/trunk/buildout/instance-profiles/kvm.cfg (added)
+++ erp5/trunk/buildout/instance-profiles/kvm.cfg [utf8] Wed May 5 20:11:58 2010
@@ -1,0 +1,21 @@
+# 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
More information about the Erp5-report
mailing list