Closed
Bug 1365428
Opened 8 years ago
Closed 8 years ago
virtualenv.pp missing case for Darwin
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arich, Assigned: dragrom)
Details
Attachments
(1 file, 1 obsolete file)
|
864 bytes,
patch
|
arich
:
review+
dustin
:
review+
dragrom
:
checked-in+
|
Details | Diff | Splinter Review |
Puppet on the OS X taskcluster machines has been broken for a while now. There's no case for Darwin in virtualenv.pp. Now that we're netbooting the other 80 machines, we're seeing a bunch of failures:
Tue May 16 15:47:24 -0700 2017 Puppet (err): Could not retrieve catalog from remote server: Error 400 on SERVER: cannot install on Darwin at /etc/puppet/production/modules/packages/manifests/virtualenv.pp:24 on node t-yosemite-r7-460.test.releng.mdc1.mozilla.com
Tue May 16 15:47:24 -0700 2017 Puppet (err): Could not retrieve catalog; skipping run
Comment 1•8 years ago
|
||
It feels like bug 1357753 was the cause of it. :dustin, can you give some guidance here?
Flags: needinfo?(dustin)
| Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8868443 -
Flags: review?(dustin)
| Assignee | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8868443 -
Attachment is obsolete: true
Attachment #8868443 -
Flags: review?(dustin)
Attachment #8868511 -
Flags: review?(dustin)
Attachment #8868511 -
Flags: review?(arich)
| Reporter | ||
Updated•8 years ago
|
Attachment #8868511 -
Flags: review?(arich) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8868511 [details] [diff] [review]
Bug_1365428_Fix_virtualenv_for_Darwin.patch
Review of attachment 8868511 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good. The py27_virtualenv DMG includes a symlink from /usr/local/bin/virtualenv so that should do the trick.
Please include a comment:
# On Darwin we use the puppetagain Python exclusively, so defer
# to its associated virtualenv
Attachment #8868511 -
Flags: review?(dustin) → review+
| Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8868511 [details] [diff] [review]
Bug_1365428_Fix_virtualenv_for_Darwin.patch
https://hg.mozilla.org/build/puppet/rev/5eafa5ef5a66516711b8b17d13c90499c03b5c55
Attachment #8868511 -
Flags: checked-in+
| Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Flags: needinfo?(dustin)
You need to log in
before you can comment on or make changes to this bug.
Description
•