Changeset 421 in ProjectBuilder for projects/dploy
- Timestamp:
- May 2, 2008, 4:55:30 PM (17 years ago)
- Location:
- projects/dploy/pbconf/devel
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
projects/dploy/pbconf/devel/dploy-common/rpm/dploy-common.spec
r392 r421 15 15 Source: PBSRC 16 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 17 BuildArch: noarch 17 18 Requires: openssh, PBDEP 18 19 -
projects/dploy/pbconf/devel/dploy-dhcp/rpm/dploy-dhcp.spec
r388 r421 14 14 Source: PBSRC 15 15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 16 BuildArch: noarch 16 17 Requires: dploy-common, dhcp-server, sudo, perl, PBDEP 17 18 -
projects/dploy/pbconf/devel/dploy-pxe/rpm/dploy-pxe.spec
r420 r421 14 14 Source: PBSRC 15 15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 16 BuildArch: noarch 16 17 Requires: dploy-common, tftp-server, sudo, perl, PBDEP 17 18 -
projects/dploy/pbconf/devel/dploy.pb
r391 r421 21 21 sshdir dploy = /dploy/ftp 22 22 sshport dploy = 22 23 24 #25 # For Virtual machines management26 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)27 # followed by '_' and by release number28 # a .vmtype extension will be added to the resulting string29 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu30 #31 vmlist dploy = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-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,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-8-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_6432 33 #34 # Valid values for vmtype are35 # qemu, (vmware, xen, ... TBD)36 vmtype dploy = qemu37 38 # Hash for VM stuff on vmtype39 vmntp default = pool.ntp.org40 41 # We suppose we can commmunicate with the VM through SSH42 vmhost dploy = localhost43 vmlogin dploy = pb44 vmport dploy = 222545 46 # Timeout to wait when VM is launched/stopped47 vmtmout default = 12048 49 # per VMs needed paramaters50 vmopt dploy = -m 384 -daemonize51 vmpath dploy = /home/qemu52 vmsize dploy = 5G53 23 54 24 #
Note:
See TracChangeset
for help on using the changeset viewer.