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

Last change on this file since 964 was 964, checked in by Bruno Cornec, 14 years ago

r3659@localhost: bruno | 2010-02-07 02:02:22 +0100

  • Now we have debootstrap working (on Mandriva) for VE.
File size: 2.5 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# Possible value is debootstrap
8vedebtype default = debootstrap
9# Path to store the VE
10vepath default = /home/rinse
11# Conf file for the appli chosen
12veconf default = /etc/rinse/rinse-dploy.conf
13# Special for rinse: script to launch before popultaing the VE
14veb4pi centos = /home/rinse/bin/before-post-install.sh
15# Additional packages to install
16vepkglist centos = rpm-build,diffutils,ntpdate
17vepkglist deb = diff
18
19verebuild default = false
20
21# Hash for VE stuff on vmtype
22ventp default = 1.pool.ntp.org
23ventpcmd default = /usr/sbin/ntpdate
24
25# We suppose we can commmunicate with the VE through schroot
26vehost default = localhost
27velogin default = pb
28
29# Timeout to wait when VE is launched/stopped
30vetmout default = 2
31
32# per VEs needed paramaters
33veopt default =
34
35# Do we use snapshot mode for VEs ?
36# In which case all modifs in the VE are lost at the end
37vesnap default = true
38
39#
40# For Virtual machines management
41# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
42# followed by '-' and by release number
43# followed by '-' and by architecture
44# a chroot rhel-3-i386 here means that the VE will be located under $VEROOT/rhel/3/i386
45#
46#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
47#velist default = centos-4-i386,centos-5-i386,centos-4-x86_64,centos-5-x86_64
48velist default = centos-4-i386,centos-5-i386,centos-4-x86_64,centos-5-x86_64,debian-5.0-x86_64,lsb-4.0.1-i386,lsb-4.0.1-x86_64
Note: See TracBrowser for help on using the repository browser.