source:
ProjectBuilder/projects/qemu/.pbrc@
1412
Last change on this file since 1412 was 1387, checked in by , 13 years ago | |
---|---|
File size: 4.4 KB |
Rev | Line | |
---|---|---|
[675] | 1 | # |
2 | # Valid values for vmtype are | |
[678] | 3 | # qemu, kvm, (xen, ... TBD) |
[1370] | 4 | vmtype default = qemu |
[675] | 5 | |
6 | # Hash for VM stuff on vmtype | |
7 | vmntp default = ntp.home.musique-ancienne.org | |
8 | vmntpcmd default = /usr/sbin/ntpdate | |
[903] | 9 | vmntpcmd opensuse-11.0-i386 = sntp -P no -r |
10 | vmntpcmd opensuse-11.0-x86_64 = sntp -P no -r | |
[675] | 11 | |
12 | # We suppose we can commmunicate with the VM through SSH | |
13 | vmhost default = localhost | |
14 | vmlogin default = pb | |
[1141] | 15 | # Leave room between ports to allow pb to use a range if in parallel mode |
16 | vmport default = 2200 | |
17 | vmport pb = 2240 | |
[755] | 18 | vmmonport default = 4444 |
[675] | 19 | |
20 | # Timeout to wait when VM is launched/stopped | |
[1387] | 21 | vmtmout default = 240 |
22 | vmtmout rhel-3-i386 = 500 | |
23 | vmtmout rhel-4-i386 = 500 | |
[1338] | 24 | vmtmout rhel-5-i386 = 500 |
[699] | 25 | vmtmout suse-10.2-i386 = 500 |
[701] | 26 | vmtmout mandriva-2009.0-i386 = 500 |
[831] | 27 | vmtmout mandriva-2007.0-x86_64 = 500 |
[701] | 28 | vmtmout mandriva-2009.0-x86_64 = 500 |
[675] | 29 | |
[1073] | 30 | # per VMs cmd |
[1387] | 31 | vmcmd default = /usr/bin/qemu-kvm |
[1073] | 32 | #vmcmd default = /usr/bin/qemu |
33 | #vmcmd default = /usr/bin/qemu-system-i386 | |
34 | #vmcmd default = /usr/bin/qemu-system-x86_64 | |
35 | ||
[675] | 36 | # per VMs needed paramaters |
[1073] | 37 | # For QEMU |
[1387] | 38 | vmopt default = -daemonize -enable-kvm -cpu host |
39 | vmopt fedora-4-i386 = -daemonize -enable-kvm -no-hpet | |
40 | vmopt fedora-5-i386 = -daemonize -enable-kvm -no-hpet | |
41 | #vmopt default = -daemonize -loadvm pb | |
42 | vmmem default = 1024 | |
[1073] | 43 | # For KVM |
[1141] | 44 | #vmopt default = -daemonize |
[1387] | 45 | vmopt suse-10.1-i386 = -daemonize -no-kvm |
46 | #vmopt opensuse-11.1-x86_64 = -daemonize -no-kvm -no-hpet | |
[1141] | 47 | vmopt suse-10.2 = -daemonize -no-kvm |
[1387] | 48 | vmopt suse-10.3-i386 = -daemonize -no-kvm |
49 | vmopt sles-10-i386 = -daemonize -no-kvm | |
50 | vmopt sles-9-i386 = -daemonize -no-kvm | |
51 | vmopt suse-11.0-i386 = -daemonize -no-kvm | |
[1141] | 52 | vmopt mandriva-2009.0 = -daemonize -no-kvm |
[678] | 53 | #-no-kvm |
[1004] | 54 | # The std driver is buggy giving an empty MAC address so use e1000 |
[1387] | 55 | vmopt ubuntu-9.04-x86_64 = -net nic,vlan=0,model=e1000 -net user,vlan=0 -enable-kvm |
[675] | 56 | #vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu |
57 | #vmopt mandriva-2007.0-x86_64 = -m 384 -daemonize -no-kqemu | |
58 | vmsize default = 7G | |
59 | ||
[755] | 60 | # Do we use snapshot mode for VMs ? |
[775] | 61 | # In which case all modifs in the VM are lost at the end |
[804] | 62 | #vmsnap default = true |
[755] | 63 | |
[675] | 64 | # |
65 | # For Virtual machines management | |
66 | # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) | |
67 | # followed by '-' and by release number | |
68 | # followed by '-' and by architecture | |
[678] | 69 | # a .qemu extension will be added to the resulting string for those vmtype using that format |
[675] | 70 | # a QEMU rhel-3-i386 here means that the VM will be named rhel-3-i386.qemu |
[678] | 71 | # a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu |
[675] | 72 | # |
[1387] | 73 | 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,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,fedora-15-i386,fedora-16-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,suse-10.3-i386,suse-11.0-i386,opensuse-11.1-i386,opensuse-11.2-i386,opensuse-11.3-i386,opensuse-11.4-i386,opensuse-12.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,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,ubuntu-11.04-i386,ubuntu-11.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,mageia-1-i386,mageia-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,fedora-15-x86_64,fedora-16-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,suse-11.0-x86_64,opensuse-11.1-x86_64,opensuse-11.2-x86_64,opensuse-11.3-x86_64,opensuse-11.4-x86_64,opensuse-12.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,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,ubuntu-11.04-x86_64,ubuntu-11.10-x86_64 |
Note:
See TracBrowser
for help on using the repository browser.