Closed
Bug 1080190
Opened 10 years ago
Closed 10 years ago
create s3bucket/cdn configurations to host chromecast app files
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Infrastructure & Operations
IT-Managed Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cturra, Assigned: cturra)
References
Details
(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1922] )
as discussed over in bug 1056043, the Firefox for Android team needs to be able host chromecast binaries for the Google Play store. we've had discussions about storing this in s3 fronted by a CDN similar to how we did distro-downloads in the past.
this bug is to track that work.
Assignee | ||
Comment 1•10 years ago
|
||
updating this bug. new actions here are to repurpose the distro-download s3/cdn setup. rather than create another setup, we're going to merge distro-download and this chromecast request into a single "mobile" setup.
mobile.cdn.mozilla.net
Assignee | ||
Comment 2•10 years ago
|
||
i have now completed the first pass at this setup. the users who have access to distro-download now have access to this mobile s3 bucket.
:mfinkle - can you please provide a list of additional users that will need access to this?
$ curl -I mobile.cdn.mozilla.net/chromecast/index.html
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Type: text/html
Date: Tue, 21 Oct 2014 21:48:02 GMT
Etag: "f6b760902e1aae68873552a8d3a12afa"
Last-Modified: Tue, 21 Oct 2014 21:47:54 GMT
Server: ECAcc (pae/374F)
x-amz-id-2: chasjlmsK7QO65TX1ndvoHKiR/wwBhxt1/cK3zXUXoRuOhbclByA/lxxCF1rlsF3
x-amz-request-id: 0143BF52D2019280
X-Cache: HIT
Content-Length: 125
Flags: needinfo?(mark.finkle)
Comment 3•10 years ago
|
||
For now, let's make sure Brad Lassey and I have access. We can add others as needed.
Flags: needinfo?(mark.finkle)
Assignee | ||
Comment 4•10 years ago
|
||
sounds good. can you please give it a test for me? your same aws credentials from distro-downloads are applied to mobile s3 bucket.
Assignee | ||
Comment 5•10 years ago
|
||
going to mark this bug as r/fixed to clear it off my plate. please feel to reopen if you have additional users who need access to this bucket.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 6•10 years ago
|
||
Richard - Can you try testing this. I don't know that I ever had access to "distro-downloads", but I know you did.
Flags: needinfo?(rnewman)
Comment 7•10 years ago
|
||
Yup, works for me. Thanks for the quick turnaround, Chris!
Status: RESOLVED → VERIFIED
Flags: needinfo?(rnewman)
Comment 8•10 years ago
|
||
Chris:
https://distro-download.cdn.mozilla.net/android/1/testsigned2.jar
no longer resolves. I'm guessing that the change in this bug renamed the CDN entry to mobile.cdn.mozilla.net and eliminated the old one, which means downloadable distributions in shipping code are straight-up broken.
We want to go live with partners that need this functionality.
Can you bring back this name for the distributions bucket, or do we need to do an emergency code change to alter the URL?
Status: VERIFIED → REOPENED
Flags: needinfo?(cturra)
Resolution: FIXED → ---
Assignee | ||
Comment 9•10 years ago
|
||
:rnewman - per comment 1, distro-download was merge into the mobile configuration. the correct location for these files now are:
https://mobile.cdn.mozilla.net/android/1/testsigned2.jar
i also explained that the distro-download tear down had happened over here and did not receive any push back.
https://bugzilla.mozilla.org/show_bug.cgi?id=1056043#c26
at this point, it would not be trivial to revive that end-point so it looks like a code change will be required. i apologize if i was unclear about this change and am open to feedback as to how i could have messaged this better.
Flags: needinfo?(cturra)
Comment 10•10 years ago
|
||
Not a problem; these things happen. Thanks for clarifying.
Code change bug is Bug 1105284, so this bug can go back to sleep :D
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•