# # Valid values for vmtype are # qemu, kvm, (xen, ... TBD) vmtype default = kvm # Hash for VM stuff on vmtype vmntp default = ntp.home.musique-ancienne.org vmntpcmd default = /usr/sbin/ntpdate vmntpcmd opensuse-11.0-i386 = sntp -P no -r vmntpcmd opensuse-11.0-x86_64 = sntp -P no -r # We suppose we can commmunicate with the VM through SSH vmhost default = localhost vmlogin default = pb vmport default = 2222 vmport pb = 2223 vmmonport default = 4444 # Timeout to wait when VM is launched/stopped vmtmout default = 180 vmtmout suse-10.2-i386 = 500 vmtmout mandriva-2009.0-i386 = 500 vmtmout mandriva-2007.0-x86_64 = 500 vmtmout mandriva-2009.0-x86_64 = 500 # per VMs needed paramaters vmopt default = -m 384 -daemonize vmopt suse-10.2-i386 = -m 384 -daemonize -no-kvm vmopt suse-10.2-x86_64 = -m 384 -daemonize -no-kvm vmopt mandriva-2009.0-i386 = -m 384 -daemonize -no-kvm vmopt mandriva-2009.0-x86_64 = -m 384 -daemonize -no-kvm #-no-kvm #vmopt suse-10.2-i386 = -m 384 -daemonize -no-kqemu #vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu #vmopt mandriva-2007.0-x86_64 = -m 384 -daemonize -no-kqemu vmsize default = 7G # Do we use snapshot mode for VMs ? # In which case all modifs in the VM are lost at the end #vmsnap default = true # # For Virtual machines management # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) # followed by '-' and by release number # followed by '-' and by architecture # a .qemu extension will be added to the resulting string for those vmtype using that format # a QEMU rhel-3-i386 here means that the VM will be named rhel-3-i386.qemu # a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu # vmlist default = asianux-2-i386,asianux-3-i386,mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,mandriva-2008.1-i386,mandriva-2009.0-i386,mandriva-2009.1-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,opensuse-11.0-i386,opensuse-11.1-i386,sles-9-i386,sles-10-i386,sles-11-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,debian-5.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,ubuntu-8.10-i386,ubuntu-9.04-i386,ubuntu-9.10-i386,asianux-2-x86_64,asianux-3-x86_64,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,mandriva-2009.1-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,opensuse-11.0-x86_64,opensuse-11.1-x86_64,sles-10-x86_64,sles-11-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,debian-5.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64,ubuntu-8.04-x86_64,ubuntu-8.10-x86_64,ubuntu-9.04-x86_64,ubuntu-9.10-x86_64