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

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

r4168@localhost: bruno | 2011-02-14 15:10:46 +0100

  • Test of RM with a rhel-5-i386 VM locally
File size: 753 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 = rhel-5-i386,mandriva-2010.2-i386
21rmport default = 22
22rmtmout default = 10
23rmhost rhel-5-i386 = localhost
24rmport rhel-5-i386 = 2222
25rmhost mandriva-2010.2-i386 = localhost
Note: See TracBrowser for help on using the repository browser.