Closed
Bug 545798
Opened 15 years ago
Closed 15 years ago
buildbot.tac gets wrong password and hostname for xserves
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nthomas, Unassigned)
Details
(Whiteboard: [puppet][buildslaves])
In setting up bm-xserve21 again (bug 545560), we got
passwd = 'unknown'
in buildbot.tac.
I think the error is in /usr/local/bin/buildbot-tac:
PASSWORD="unknown"
# Slave-type specific overrides
if `echo ${HOSTNAME} | grep -q moz2`; then
PASSWORD=${BUILDSLAVE_PASSWORD}
Not clear to me what platforms this runs on, but the talos block doesn't know about the rev3 machines either. Does this file live in a VCS somewhere or just in puppet-files/shared ?
Comment 1•15 years ago
|
||
It's only intended for Mac and Linux -- we have a batch file on Windows. puppet-files/shared is its home, which is actually a CVS mananged directory.
Updated•15 years ago
|
Priority: -- → P5
Reporter | ||
Comment 2•15 years ago
|
||
On bm-xserve06 I also noticed it set the slave name to the FQDN instead of just 'bm-xserve06'.
Summary: buildbot.tac gets wrong password for xserves → buildbot.tac gets wrong password and hostname for xserves
Updated•15 years ago
|
Whiteboard: [puppet][buildslaves]
Comment 3•15 years ago
|
||
These seem to be fine now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•