source: ProjectBuilder/projects/dploy/devel/dploy.pb@ 388

Last change on this file since 388 was 388, checked in by Bruno Cornec, 16 years ago

dploy is now managed by pb 0.9.0

File size: 2.3 KB
RevLine 
[388]1#
2# Project Builder configuration file
3# For project dploy
4#
5# $Id$
6#
7
8#
9# Which CMS system is used (Subversion, CVS or tar file content extracted)
10#
11cms dploy = svn
12#cms dploy = cvs
13#cms dploy = flat
14
15#
16# Packager label
17#
18packager dploy = "Bruno Cornec <bruno@dploy.org>"
19#
20
21# For delivery to a machine by SSH (potentially the FTP server)
22# Needs hostname, account and directory
23#
24sshhost dploy = www.dploy.org
25sshlogin dploy = bruno
26sshdir dploy = /dploy/ftp
27sshport dploy = 22
28
29#
30# For Virtual machines management
31# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
32# followed by '_' and by release number
33# a .vmtype extension will be added to the resulting string
34# a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
35#
36vmlist dploy = mandrake_10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,gentoo_nover,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.10
37
38#
39# Valid values for vmtype are
40# qemu, (vmware, xen, ... TBD)
41vmtype dploy = qemu
42
43# Hash for VM stuff on vmtype
44vmntp default = pool.ntp.org
45
46# We suppose we can commmunicate with the VM through SSH
47vmhost dploy = localhost
48vmlogin dploy = pb
49vmport dploy = 2225
50
51# Timeout to wait when VM is launched/stopped
52vmtmout default = 120
53
54# per VMs needed paramaters
55vmopt dploy = -m 384 -daemonize
56vmpath dploy = /home/qemu
57vmsize dploy = 5G
58
59#
60# Global version/tag for the project
61#
62projver dploy = devel
63projtag dploy = 1
64
65# Adapt to your needs:
66# Optional if you need to overwrite the global values above
67#
68pkgver dploy-dhcp = devel
69pkgver dploy-common = devel
70pkgver dploy-pxe = devel
71#pkgtag dploy-dhcp = 3
72#pkgver nil
73#pkgtag nil
74
75# Hash of default package/package directory
76defpkgdir dploy-dhcp = dploy-dhcp
77defpkgdir dploy-common = dploy-common
78defpkgdir dploy-pxe = dploy-pxe
79
80# Hash of additional package/package directory
81#extpkgdir pkg1-doc = pkg1-docdir
82
83# Hash of valid version names
84version pb = devel,stable
85
86# List of files per pkg on which to apply filters
87# Files are mentioned relatively to pbroot/defpkgdir
88filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp
89filteredfiles dploy-common = install.sh
90#filteredfiles pkg1-doc = configure.in
Note: See TracBrowser for help on using the repository browser.