Changeset 1701 in MondoRescue for branches/2.2.5/pbconf


Ignore:
Timestamp:
Oct 23, 2007, 1:26:17 AM (17 years ago)
Author:
Bruno Cornec
Message:

Integrate ~/.pbrc content into mondorescue.pb (required project-builder >= 0.8.7)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/pbconf/mondorescue.pb

    r1696 r1701  
    55# $Id$
    66#
     7
     8#
     9# Which CMS system is used
     10#
     11cms mondorescue = svn
     12
     13#
     14# Packager label
     15#
     16packager mondorescue = "Bruno Cornec <bruno@mondorescue.org>"
     17
     18#
     19# For delivery to a machine by SSH (potentially the FTP server)
     20# Needs hostname, account and directory
     21#
     22sshhost mondorescue = www.mondorescue.org
     23sshlogin mondorescue = bruno
     24sshdir mondorescue = /mondo/ftp
     25sshport mondorescue = 22
     26
     27#
     28# For Virtual machines management
     29# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
     30# followed by '_' and by release number
     31# a .vmtype extension will be added to the resulting string
     32# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
     33#
     34vmlist mondorescue = mandrake_10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_2.1,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,gentoo_nover,slackware_10.2,slackware_11.0,freebsd_5.5
     35
     36#
     37# Valid values for vmtype are
     38# qemu, (vmware, xen, ... TBD)
     39vmtype mondorescue = qemu
     40vmntp qemu = pool.ntp.org
     41
     42# We suppose we can commmunicate with the VM through SSH
     43vmhost qemu = localhost
     44vmlogin qemu = pb
     45vmport qemu = 2222
     46# Timeout to wait when VM is launched/stopped
     47vmtmout default = 120
     48
     49# per VMs needed paramaters
     50#vmopt qemu = -m 256 -nographic -daemonize
     51vmopt qemu = -m 384 -daemonize
     52vmpath qemu = /users/qemu
    753
    854projver mondorescue = 2.2.5
Note: See TracChangeset for help on using the changeset viewer.