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

Last change on this file since 795 was 795, checked in by Bruno Cornec, 15 years ago
  • Fix ntp info for VE locally
  • Fix postgresql issue at startup by defering conf file modification. THis allows a non already installed postgresql to setup the conf correctly and then modification and restart is possible
File size: 2.4 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,ntpdate
15
16verebuild default = false
17
18# Hash for VE stuff on vmtype
19ventp default = grentp1.europe.hp.net
20ventpcmd default = /usr/sbin/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# Do we use snapshot mode for VEs ?
33# In which case all modifs in the VE are lost at the end
34vesnap default = true
35
36#
37# For Virtual machines management
38# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
39# followed by '-' and by release number
40# followed by '-' and by architecture
41# a chroot rhel-3-i386 here means that the VE will be located under $VEROOT/rhel/3/i386
42#
43#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
44#velist default = centos-4-i386,centos-5-i386,centos-4-x86_64,centos-5-x86_64
45velist default = centos-4-i386,centos-5-i386,centos-4-x86_64,centos-5-x86_64
Note: See TracBrowser for help on using the repository browser.