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

Last change on this file since 1204 was 1204, checked in by Bruno Cornec, 13 years ago
  • Add debian 6.0 build support and VMs
  • use --no-suggests for urpmi to allow for minimal chorrot build
  • Adapt pbinit for website to new b structure (needs to be tested)
  • add afio build for debian based distro (and build it fr latest debian 6 and ubuntu 10.10)
File size: 3.7 KB
Line 
1#
2# Valid values for vmtype are
3# qemu, kvm, (xen, ... TBD)
4vmtype default = kvm
5
6# Hash for VM stuff on vmtype
7vmntp default = ntp.home.musique-ancienne.org
8vmntpcmd default = /usr/sbin/ntpdate
9vmntpcmd opensuse-11.0-i386 = sntp -P no -r
10vmntpcmd opensuse-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
15# Leave room between ports to allow pb to use a range if in parallel mode
16vmport default = 2200
17vmport pb = 2240
18vmmonport default = 4444
19
20# Timeout to wait when VM is launched/stopped
21vmtmout default = 180
22vmtmout suse-10.2-i386 = 500
23vmtmout mandriva-2009.0-i386 = 500
24vmtmout mandriva-2007.0-x86_64 = 500
25vmtmout mandriva-2009.0-x86_64 = 500
26
27# per VMs cmd
28vmcmd default = /usr/bin/kvm
29#vmcmd default = /usr/bin/qemu
30#vmcmd default = /usr/bin/qemu-system-i386
31#vmcmd default = /usr/bin/qemu-system-x86_64
32
33# per VMs needed paramaters
34# For QEMU
35vmopt default = -daemonize
36vmmem default = 384
37# For KVM
38#vmopt default = -daemonize
39vmopt suse-10.2 = -daemonize -no-kvm
40vmmem suse-10.2 = 1024
41vmopt mandriva-2009.0 = -daemonize -no-kvm
42vmmem mandriva-2009.0 = 1024
43vmopt fedora-12 = -daemonize
44vmmem fedora-12 = 1024
45#-no-kvm
46# The std driver is buggy giving an empty MAC address so use e1000
47vmopt ubuntu-9.04-x86_64 = -net nic,vlan=0,model=e1000 -net user,vlan=0
48#vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu
49#vmopt mandriva-2007.0-x86_64 = -m 384 -daemonize -no-kqemu
50vmsize default = 7G
51
52# Do we use snapshot mode for VMs ?
53# In which case all modifs in the VM are lost at the end
54#vmsnap default = true
55
56#
57# For Virtual machines management
58# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
59# followed by '-' and by release number
60# followed by '-' and by architecture
61# a .qemu extension will be added to the resulting string for those vmtype using that format
62# a QEMU rhel-3-i386 here means that the VM will be named rhel-3-i386.qemu
63# a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu
64#
65vmlist 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,mandriva-2010.0-i386,mandriva-2010.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,fedora-12-i386,fedora-13-i386,fedora-14-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,opensuse-10.3-i386,opensuse-11.0-i386,opensuse-11.1-i386,opensuse-11.2-i386,opensuse-11.3-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,debian-6.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,ubuntu-10.04-i386,ubuntu-10.10-i386,solaris-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,mandriva-2010.0-x86_64,mandriva-2010.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,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,suse-10.2-x86_64,opensuse-10.3-x86_64,opensuse-11.0-x86_64,opensuse-11.1-x86_64,opensuse-11.2-x86_64,opensuse-11.3-x86_64,sles-10-x86_64,sles-11-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,debian-5.0-x86_64,debian-6.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,ubuntu-10.04-x86_64,ubuntu-10.10-x86_64
Note: See TracBrowser for help on using the repository browser.