source: ProjectBuilder/projects/rinse/pbconf/devel/conf/.pbrc@ 720

Last change on this file since 720 was 720, checked in by Bruno Cornec, 15 years ago

Adds centos 5 as VE

File size: 2.2 KB
Line 
1#
2# Valid values for vetype are
3# chroot, (schroot, ... TBD)
4vetype default = chroot
5# Possible values are rinse (mock, ....TBD)
6verpmtype default = rinse
7# Path to store the VE
8vepath default = /home/rinse
9# Conf file for the appli chose
10veconf default = /etc/rinse/rinse-dploy.conf
11# Special for rinse: script to launch before popultaing the VE
12veb4pi centos = /home/rinse/bin/before-post-install.sh
13# Additional packages to install
14vepkglist centos = perl,sudo,wget,tar,make,gzip,rpm-build,diffutils
15
16verebuild default = false
17
18# Hash for VE stuff on vmtype
19ventp default = pool.ntp.org
20ventpcmd default = ntpdate
21
22# We suppose we can commmunicate with the VE through schroot
23vehost default = localhost
24velogin default = pb
25
26# Timeout to wait when VE is launched/stopped
27vetmout default = 2
28
29# per VEs needed paramaters
30veopt default =
31
32#
33# For Virtual machines management
34# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
35# followed by '-' and by release number
36# followed by '-' and by architecture
37# a chroot rhel-3-i386 here means that the VE will be located under $VEROOT/rhel/3/i386
38#
39#velist default = 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,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,rhel-2.1-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,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-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,rhel-3-ia64,centos-4-i386,centos-5-i386,centos-4-x86_64,centos-5-x86_64
40#velist default = centos-4-i386,centos-5-i386,centos-4-x86_64,centos-5-x86_64
41velist default = centos-4-x86_64,centos-5-x86_64,centos-5-i386
Note: See TracBrowser for help on using the repository browser.