Closed
Bug 867718
Opened 12 years ago
Closed 12 years ago
set up fhr.data.mozilla.com as a CNAME to data.mozilla.com
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mconnor, Assigned: cturra)
References
Details
After much discussion on IRC, let's do this.
* CNAME is obvious
* This will require SSL, so we'll need a cert.
* we'll want to make sure we record the host sanely in the log format
Assignee | ||
Comment 1•12 years ago
|
||
*note - currently all fhr services are through fhr.mozilla.*net* which is the generic top level domain we use for our offsite assets. in this case, as you know, being served through our CDN partners.
to clarify what you're looking for: fhr.data.mozilla.net on https? if that the case, it actually might make more sense to simply host it at the same place we host fhr.mozilla.net, but do a http 301 to data.mozilla.com instead for fhr.data.mozilla.net requests.
Reporter | ||
Comment 2•12 years ago
|
||
(To clarify, though we sorted this on IRC):
* This has nothing to do with the CDN-hosted report, which has a stable domain and a cert.
* This is for the metrics frontend (Bagheera) so we can isolate incoming traffic from clients if needed.
Comment 3•12 years ago
|
||
For those reading along...
FHR is 2 halves (from an IT/Ops perspective). fhr.cdn.mozilla.net is one half, and fhr.data.mozilla.com is the other.
fhr.cdn.mozilla.net mentioned in comment 1 refers to the static assets that we deliver to support the "about:healthreport" user-visible interface. That's unrelated here... totally separate thing.
This bug is about changing the stuff that the Health Report feature uses to send data to Mozilla... FHR is user-visible *and* can optionally share data with Mozilla. This bug is all about the service which backs the latter. Right now it sends to data.mozilla.com. Before it lands in Release, we'd like to change that to fhr.data.mozilla.com. This bug is the IT side to that (there are Firefox config changes too).
We need to set up the CNAME, buy a cert, add the cert to the Zeus Vserver (in SCL3), and double-check if the logging for the 80 and 443 Vservers includes the 'Host' header. If it doesn't, we need to work with :deinspanjer to make it so. :)
Assignee | ||
Comment 4•12 years ago
|
||
grabbing ownership of this bug to start working through it.
Assignee: server-ops-webops → cturra
Status: NEW → ASSIGNED
OS: Windows 8 → All
Hardware: x86_64 → All
Comment 5•12 years ago
|
||
Bug 867737 - Update FHR reporting URL which is dependent on this bug needs to be resolved asap as that is currently blocking our final FX21 Beta which is targeted to go-to-build Monday morning PT.Hence any prioritization to this bug will be very helpful.
Assignee | ||
Comment 6•12 years ago
|
||
CNAME, SSL and load balancer configurations in place as requested.
$ dig +short @ns1.mozilla.org fhr.data.mozilla.com
data.mozilla.com.
63.245.215.38
$ curl -I https://fhr.data.mozilla.com
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Connection: Keep-Alive
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•