source: ProjectBuilder/projects/remote/.pbrc@ 1178

Last change on this file since 1178 was 1178, checked in by Bruno Cornec, 13 years ago

r4162@eelzbach2: bruno | 2011-02-07 14:03:42 +0100

  • Adds example of configuration file for the remote machine support
File size: 684 bytes
Line 
1#
2# Valid values for rmtype are
3# ssh
4rmtype default = ssh
5
6# Hash for VE stuff on rmtype
7rmntp default = 1.pool.ntp.org
8rmntpcmd default = /usr/sbin/ntpdate
9
10# We suppose we can commmunicate with the RM through rmtype protocol
11rmhost default = localhost
12rmlogin default = pb
13
14# For Remote machines management
15# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
16# followed by '-' and by release number
17# followed by '-' and by architecture
18# a chroot rhel-3-i386 here means that the VE will be located under $VEROOT/rhel/3/i386
19#
20rmlist default = mandriva-2010.2-i386
21rmport default = 22
22rmtmout default = 10
23rmhost mandriva-2010.2-i386 = localhost
Note: See TracBrowser for help on using the repository browser.