Changeset 426 in ProjectBuilder
- Timestamp:
- May 7, 2008, 3:19:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/2.2.6/mondorescue.pb
r423 r426 20 20 sshdir mondorescue = /mondo/ftp 21 21 sshport mondorescue = 22 22 23 #24 # For Virtual machines management25 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)26 # followed by '_' and by release number27 # a .vmtype extension will be added to the resulting string28 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu29 #30 vmlist mondorescue = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-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,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_6431 32 #33 # Valid values for vmtype are34 # qemu, (vmware, xen, ... TBD)35 vmtype mondorescue = qemu36 vmntp mondorescue = pool.ntp.org37 38 # We suppose we can commmunicate with the VM through SSH39 vmhost mondorescue = localhost40 vmlogin mondorescue = pb41 vmport mondorescue = 222242 # Timeout to wait when VM is launched/stopped43 vmtmout default = 12044 45 vmsize mondorescue = 5G46 47 # per VMs needed paramaters48 #vmopt mondorescue = -m 256 -nographic -daemonize49 vmopt mondorescue = -m 384 -daemonize50 vmpath mondorescue = /users/qemu51 22 52 23 testver mondorescue = true
Note:
See TracChangeset
for help on using the changeset viewer.