Changeset 426 in ProjectBuilder


Ignore:
Timestamp:
May 7, 2008, 3:19:49 PM (16 years ago)
Author:
Bruno Cornec
Message:

Usage of pb 0.9.2pre => removal of vm/ve info from mondorescue.pb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/2.2.6/mondorescue.pb

    r423 r426  
    2020sshdir mondorescue = /mondo/ftp
    2121sshport mondorescue = 22
    22 
    23 #
    24 # For Virtual machines management
    25 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
    26 # followed by '_' and by release number
    27 # a .vmtype extension will be added to the resulting string
    28 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
    29 #
    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_64
    31 
    32 #
    33 # Valid values for vmtype are
    34 # qemu, (vmware, xen, ... TBD)
    35 vmtype mondorescue = qemu
    36 vmntp mondorescue = pool.ntp.org
    37 
    38 # We suppose we can commmunicate with the VM through SSH
    39 vmhost mondorescue = localhost
    40 vmlogin mondorescue = pb
    41 vmport mondorescue = 2222
    42 # Timeout to wait when VM is launched/stopped
    43 vmtmout default = 120
    44 
    45 vmsize mondorescue = 5G
    46 
    47 # per VMs needed paramaters
    48 #vmopt mondorescue = -m 256 -nographic -daemonize
    49 vmopt mondorescue = -m 384 -daemonize
    50 vmpath mondorescue = /users/qemu
    5122
    5223testver mondorescue = true
Note: See TracChangeset for help on using the changeset viewer.