Changeset 825 in ProjectBuilder for projects/netperf/pbconf/2.4.5/netperf.pb


Ignore:
Timestamp:
Jul 12, 2009, 3:49:49 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3248@localhost: bruno | 2009-07-12 14:15:04 +0200
Update netperf conf files to be compliant with pb 0.9.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/netperf/pbconf/2.4.5/netperf.pb

    r824 r825  
    2121pbwf netperf = 1
    2222
     23# Repository for netperf
    2324pbrepo netperf = ftp://ftp.project-builder.org/
    2425#
     
    2728pbpackager netperf = Bruno Cornec <bruno@project-builder.org>
    2829#
    29 
    30 # For delivery to a machine by SSH (potentially the FTP server)
    31 # Needs hostname, account and directory
    32 #
    33 sshhost netperf = www.project-builder.org
    34 sshlogin netperf = pb
    35 sshdir netperf = /mondo/ftp
    36 sshport netperf = 22
    37 
    38 #
    39 # For Virtual machines management
    40 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
    41 # followed by '-' and by release number
    42 # followed by '-' and by architecture
    43 # a .vmtype extension will be added to the resulting string
    44 # a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu
    45 #
    46 vmlist netperf = 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,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
    47 
    48 #
    49 # Valid values for vmtype are
    50 # qemu, (vmware, xen, ... TBD)
    51 vmtype netperf = qemu
    52 
    53 # Hash for VM stuff on vmtype
    54 #vmntp default = pool.ntp.org
    55 
    56 # We suppose we can commmunicate with the VM through SSH
    57 vmhost netperf = localhost
    58 vmlogin netperf = pb
    59 vmport netperf = 2222
    60 
    61 # Timeout to wait when VM is launched/stopped
    62 vmtmout default = 120
    63 
    64 # per VMs needed paramaters
    65 vmopt netperf = -m 384 -daemonize
    66 vmpath netperf = /users/qemu
    67 vmsize netperf = 5G
    68 
    69 #
    70 # For Virtual environment management
    71 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
    72 # followed by '-' and by release number
    73 # followed by '-' and by architecture
    74 # a .vetype extension will be added to the resulting string
    75 # a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot
    76 #
    77 #velist netperf = fedora-7-i386
    78 
    79 # VE params
    80 #vetype netperf = chroot
    81 #ventp default = pool.ntp.org
    82 #velogin netperf = pb
    83 #vepath netperf = /var/lib/mock
    84 #veconf netperf = /etc/mock
    85 #verebuild netperf = false
    8630
    8731#
Note: See TracChangeset for help on using the changeset viewer.