Closed
Bug 1196067
Opened 10 years ago
Closed 9 years ago
Upgrade bundleclone extension for SNI detection support so CloudFront works
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(1 file)
4.68 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1144872 +++
In bug 1185261 we added support to the bundleclone extension to advertise and filter when SNI is required. This is needed to ensure clients on Python < 2.7.9 don't fail to fetch from CloudFront.
We should upgrade bundleclone in automation to get this feature.
This blocks advertising CloudFront as the primary bundle URL, which we want to do so people get the fastest download without any client-side configuration.
Assignee | ||
Comment 1•10 years ago
|
||
File obtained from changeset 7f68be78132839ba05c58d0b07d32ed49368e2a6
of https://hg.mozilla.org/hgcustom/version-control-tools
file hgext/bundleclone/__init__.py and added unmodified.
Should be a rubber stamp review.
Attachment #8649597 -
Flags: review?(rail)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gps
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Presumably we'd ideally configure automation to prefer fetching from S3 (and from the S3 region that matches their region, if they're in EC2), right?
Comment 3•10 years ago
|
||
Comment on attachment 8649597 [details] [diff] [review]
Synchronize bundleclone with upstream for SNI support
lgtm
Attachment #8649597 -
Flags: review?(rail) → review+
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/build/puppet/rev/b1861370abaf1af4ad51b2604310903006b3127d
Bug 1196067 - Synchronize bundleclone with upstream for SNI support; r=rail
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #2)
> Presumably we'd ideally configure automation to prefer fetching from S3 (and
> from the S3 region that matches their region, if they're in EC2), right?
This is already done. The plan is to have automation in EC2 prefer S3 from the local region and to use the default of the CDN everywhere else. In the future, we may change the server-side pieces to recognize client IPs inside EC2 and advertise URLs appropriately.
Assignee | ||
Comment 6•10 years ago
|
||
Not sure if I'm supposed to leave bug open or what. Setting needinfo so someone with knowledge can do the right thing.
Flags: needinfo?(rail)
Comment 7•10 years ago
|
||
We usually close bugs whenever they are landed. In this case the patch should be merged to production.
Flags: needinfo?(rail)
Assignee | ||
Comment 8•9 years ago
|
||
This has merged to production and is presumably deployed.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•