Changeset 421 in ProjectBuilder for projects/dploy


Ignore:
Timestamp:
May 2, 2008, 4:55:30 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • BuildArch is noarch for dploy
  • Removes vm entries from dploy.pb for 0.9.2 comlpiance
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  
    1515Source:         PBSRC
    1616BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
     17BuildArch:      noarch
    1718Requires:       openssh, PBDEP
    1819
  • projects/dploy/pbconf/devel/dploy-dhcp/rpm/dploy-dhcp.spec

    r388 r421  
    1414Source:         PBSRC
    1515BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
     16BuildArch:      noarch
    1617Requires:       dploy-common, dhcp-server, sudo, perl, PBDEP
    1718
  • projects/dploy/pbconf/devel/dploy-pxe/rpm/dploy-pxe.spec

    r420 r421  
    1414Source:         PBSRC
    1515BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
     16BuildArch:      noarch
    1617Requires:       dploy-common, tftp-server, sudo, perl, PBDEP
    1718
  • projects/dploy/pbconf/devel/dploy.pb

    r391 r421  
    2121sshdir dploy = /dploy/ftp
    2222sshport dploy = 22
    23 
    24 #
    25 # For Virtual machines management
    26 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
    27 # followed by '_' and by release number
    28 # a .vmtype extension will be added to the resulting string
    29 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
    30 #
    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_64
    32 
    33 #
    34 # Valid values for vmtype are
    35 # qemu, (vmware, xen, ... TBD)
    36 vmtype dploy = qemu
    37 
    38 # Hash for VM stuff on vmtype
    39 vmntp default = pool.ntp.org
    40 
    41 # We suppose we can commmunicate with the VM through SSH
    42 vmhost dploy = localhost
    43 vmlogin dploy = pb
    44 vmport dploy = 2225
    45 
    46 # Timeout to wait when VM is launched/stopped
    47 vmtmout default = 120
    48 
    49 # per VMs needed paramaters
    50 vmopt dploy = -m 384 -daemonize
    51 vmpath dploy = /home/qemu
    52 vmsize dploy = 5G
    5323
    5424#
Note: See TracChangeset for help on using the changeset viewer.