source: ProjectBuilder/projects/qemu/.pbrc@ 831

Last change on this file since 831 was 831, checked in by Bruno Cornec, 15 years ago
  • Announce of pb 0.9.7.1
File size: 2.8 KB
RevLine 
[675]1#
2# Valid values for vmtype are
[678]3# qemu, kvm, (xen, ... TBD)
[764]4vmtype default = kvm
[675]5
6# Hash for VM stuff on vmtype
7vmntp default = ntp.home.musique-ancienne.org
8vmntpcmd default = /usr/sbin/ntpdate
9vmntpcmd suse-11.0-i386 = sntp -P no -r
10vmntpcmd suse-11.0-x86_64 = sntp -P no -r
11
12# We suppose we can commmunicate with the VM through SSH
13vmhost default = localhost
14vmlogin default = pb
15vmport default = 2222
[755]16vmmonport default = 4444
[675]17
18# Timeout to wait when VM is launched/stopped
[699]19vmtmout default = 180
20vmtmout suse-10.2-i386 = 500
[701]21vmtmout mandriva-2009.0-i386 = 500
[831]22vmtmout mandriva-2007.0-x86_64 = 500
[701]23vmtmout mandriva-2009.0-x86_64 = 500
[675]24
25# per VMs needed paramaters
[678]26vmopt default = -m 384 -daemonize
[699]27vmopt suse-10.2-i386 = -m 384 -daemonize -no-kvm
28vmopt suse-10.2-x86_64 = -m 384 -daemonize -no-kvm
29vmopt mandriva-2009.0-i386 = -m 384 -daemonize -no-kvm
30vmopt mandriva-2009.0-x86_64 = -m 384 -daemonize -no-kvm
[678]31#-no-kvm
[675]32#vmopt suse-10.2-i386 = -m 384 -daemonize -no-kqemu
33#vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu
34#vmopt mandriva-2007.0-x86_64 = -m 384 -daemonize -no-kqemu
35vmsize default = 7G
36
[755]37# Do we use snapshot mode for VMs ?
[775]38# In which case all modifs in the VM are lost at the end
[804]39#vmsnap default = true
[755]40
[675]41#
42# For Virtual machines management
43# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
44# followed by '-' and by release number
45# followed by '-' and by architecture
[678]46# a .qemu extension will be added to the resulting string for those vmtype using that format
[675]47# a QEMU rhel-3-i386 here means that the VM will be named rhel-3-i386.qemu
[678]48# a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu
[675]49#
[775]50vmlist 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,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,suse-11.0-i386,suse-11.1-i386,sles-9-i386,sles-10-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,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,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,suse-11.0-x86_64,suse-11.1-x86_64,sles-10-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
Note: See TracBrowser for help on using the repository browser.