Closed
Bug 620641
Opened 14 years ago
Closed 14 years ago
Install OpenSSL python module on masters
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Unassigned)
References
Details
(Whiteboard: [buildmasters])
Bouncer API backend (Tuxedo) uses https for the REST API URLs, what requires Python OpenSSL module installed on builder masters. IIRC, some of the masters already has this module installed.
Comment 1•14 years ago
|
||
We have a puppet class for masters now. Let's use that.
Priority: -- → P3
Whiteboard: [buildmasters][puppet]
Comment 2•14 years ago
|
||
It only applies to some masters, and only a little bit. This is still best done by hand.
Whiteboard: [buildmasters][puppet] → [buildmasters]
Comment 3•14 years ago
|
||
Ran /tools/buildbot-0.8.2/bin/pip install pyopenssl on pm01
Comment 4•14 years ago
|
||
Looks to be some fallout on pm01 from this change...Downgrading to pyopenssl 0.10 to see if it fixes the errors.
Reporter | ||
Comment 5•14 years ago
|
||
Ran the following on pm03 and pm02:
/tools/buildbot-0.8.2/bin/pip install pyopenssl==0.10
(In reply to comment #4)
> Looks to be some fallout on pm01 from this change...Downgrading to pyopenssl
> 0.10 to see if it fixes the errors.
Yeah, this version is being used in preproduction.
Reporter | ||
Comment 6•14 years ago
|
||
All done here.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•14 years ago
|
||
Ran /tools/buildbot-0.8.2/bin/pip install pyopenssl on staging-master
Comment 8•14 years ago
|
||
Would this be an update that we'd want to tools-staging-master?
Comment 9•14 years ago
|
||
(In reply to comment #8)
> Would this be an update that we'd want to tools-staging-master?
Alice, based on my understanding. It shouldn't be needed for your work (Tuxedo is the interface for the Bouncer for ftp/releases.mozilla.org, and even SeaMonkey doesn't have access to Tuxedo directly, we [seamonkey] file bugs for that).
That said, in the interests of "Hey thing xyz a month from now won't work" it is probably a good idea to install this dependency anyway. [It is on my todo list]
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
•