Closed Bug 927040 Opened 11 years ago Closed 11 years ago

Coordinate timing on thursday to perm-redirect mozillaopennews properties

Categories

(Infrastructure & Operations Graveyard :: WebOps: Labs, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: johns, Unassigned)

Details

Early on thursday morning, prior to approximately 9am, we will be needing to setup permanent redirects for mozillaopennews.org --> opennews.org www.mozillaopennews.org --> opennews.org source.mozillaopennews.org --> source.opennews.org How can I best coordinate with you on it?
Assignee: server-ops → server-ops-webops
Component: Server Operations → WebOps: SSL and Domain Names
Product: mozilla.org → Infrastructure & Operations
QA Contact: shyam → nmaul
Assignee: server-ops-webops → nobody
Component: WebOps: SSL and Domain Names → WebOps: Other
(In reply to JP Schneider :jp from comment #0) > Early on thursday morning, prior to approximately 9am, we will be needing to > setup permanent redirects for > > mozillaopennews.org --> opennews.org > www.mozillaopennews.org --> opennews.org > source.mozillaopennews.org --> source.opennews.org > > How can I best coordinate with you on it? -> % host mozillaopennews.org bburton@althalus [04:04:38] [~] -> % host www.mozillaopennews.org www.mozillaopennews.org is an alias for mozillaopennews.org. mozillaopennews.org has address 63.245.223.162 bburton@althalus [04:04:48] [~] -> % host source.mozillaopennews.org source.mozillaopennews.org has address 63.245.223.199 bburton@althalus [04:04:57] [~] -> % host opennews.org opennews.org has address 63.245.223.162 bburton@althalus [04:05:18] [~] -> % host opennews.org opennews.org has address 63.245.223.162 bburton@althalus [04:05:24] [~] -> % host source.opennews.org source.opennews.org has address 63.245.223.199 These are currently all pointing to the same VMs in Labs, what specifically are you looking to have changed?
Assignee: nobody → webops-labs
Component: WebOps: Other → WebOps: Labs
As a point of clarification: 9AM in PDT or some other time zone?
Flags: needinfo?(johns)
We'll want mozillaopennews.org and www.mozillaopennews.org to 301 to opennews.org Similarly, we'll want source.mozillaopennews.org to 301 to source.opennews.org Our objective here is to switch domain names. I control the DNS zone for opennews.org, and while opennews.org is moving to S3, source.opennews.org will continue to point back to vm labs. The announcement is at 9am eastern, so we can probably say about 30 minutes prior to that?
Flags: needinfo?(johns)
8:30 AM EDT works. I think I should be able to put in a redirect on the Labs load balancer to do this: if ( http.getPath() == "/" ) { http.sendResponse( "301 Moved Permanently", "text/html", "", "Location: http://<NEWURL>" ); } As a side note, it looks like "mozillaopennews.org" == "knightmozilla.com" and "knightmozilla.org", so the redirect at the load balancer will also repoint folks hitting those names.
We could probably redo those 301's for knightmozilla.com and knightmozilla.org straight to the opennews.org domain so we save our users a 301. The plan is solid, you are solid, and I appreciate it! I'll hit you up at 8:30am eastern tomorrow morning!
Goood morning sunshine! Lets do this! :)
We added planet.mozillaopennews.com --> planet.opennews.org While we are at it, might we be able to add the SSL cert to source load balancer? it is a cert for source.opennews.org on the domain for it, so it should be aok.
* Redirects are in place and should be working for: mozillaopennews.org www.mozillaopennews.org source.mozillaopennews.org knightmozilla.com knightmozilla.org * As relayed in IRC, planet.mozillaopennews.org looks like part of a larger feed service and a bug probably needs to be filed in Websites :: planet.mozilla.org. * I'm not sure how adding the SSL cert to the ZLB would interact with the trafficscript rule and there is not HTTPS on opennews.org at the moment. Once the cert is installed at opennews.org, the trafficscript rule on the Labs load balancer can be retweaked to force HTTPS redirection and/or we can experiment with this at some later (non-announcement) date. * JP confirms that source-dev.mozillalabs.com should stay put for now. * At some point after MozFest, JP will file bugs RE: decommissioning the infrastructure bits in Labs.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
We'll leave this open for the planet.mozilla.org bit, and I'll move the SSL parts to a different ticket. After Mozfest, I'll get Dan to a new dev server if he wants so we can decom. Thanks again for your help!!
Blocks: 928193
No longer blocks: 928193
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.