Last change
on this file since 1852 was 1187, checked in by Bruno Cornec, 14 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
|
Rev | Line | |
---|
[1178] | 1 | #
|
---|
| 2 | # Valid values for rmtype are
|
---|
| 3 | # ssh
|
---|
| 4 | rmtype default = ssh
|
---|
| 5 |
|
---|
| 6 | # Hash for VE stuff on rmtype
|
---|
| 7 | rmntp default = 1.pool.ntp.org
|
---|
| 8 | rmntpcmd default = /usr/sbin/ntpdate
|
---|
| 9 |
|
---|
| 10 | # We suppose we can commmunicate with the RM through rmtype protocol
|
---|
| 11 | rmhost default = localhost
|
---|
| 12 | rmlogin 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 | #
|
---|
[1187] | 20 | rmlist default = rhel-5-i386,mandriva-2010.2-i386
|
---|
[1178] | 21 | rmport default = 22
|
---|
| 22 | rmtmout default = 10
|
---|
[1187] | 23 | rmhost rhel-5-i386 = localhost
|
---|
| 24 | rmport rhel-5-i386 = 2222
|
---|
[1178] | 25 | rmhost mandriva-2010.2-i386 = localhost
|
---|
Note:
See
TracBrowser
for help on using the repository browser.