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

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

Update peripehral rinse configuration. Manages everything under SVN now

File size: 1.9 KB
Line 
1#
2# Valid values for vmtype are
3# qemu, (vmware, xen, ... TBD)
4vetype default = chroot
5verpmtype default = rinse
6vepath default = /home/rinse
7veconf default = /etc/rinse/rinse-dploy.conf
8veb4pi centos = /home/rinse/bin/before-post-install.sh
9vepkglist centos = perl,sudo,wget
10
11verebuild default = false
12
13# Hash for VE stuff on vmtype
14ventp default = pool.ntp.org
15ventpcmd default = ntpdate
16
17# We suppose we can commmunicate with the VE through schroot
18vehost default = localhost
19velogin default = pb
20veport default = 2222
21veport pb = 2223
22veport mondorescue = 2224
23veport dploy = 2225
24
25# Timeout to wait when VE is launched/stopped
26vetmout default = 2
27
28# per VEs needed paramaters
29veopt default =
30
31#
32# For Virtual machines management
33# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
34# followed by '-' and by release number
35# followed by '-' and by architecture
36# a chroot rhel-3-i386 here means that the VE will be located under $VEROOT/rhel/3/i386
37#
38velist 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
Note: See TracBrowser for help on using the repository browser.