Closed
Bug 1002821
Opened 11 years ago
Closed 11 years ago
Decommission intlstore.mozilla.org
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bburton, Assigned: bburton)
Details
Per email, we can decommission intlstore.mozilla.org
* dns
* let ssl certificate expire
> Chris More
> April 18, 2014 4:22 PM
> +1. We don't need that cert anymore.
> Chris
> From: "John Slater" <jslater@mozilla.com>
> To: "Brandon Burton" <bburton@mozilla.com>
> Cc: "Chris More" <cmore@mozilla.com>, infra-webops@mozilla.com
> Sent: Friday, April 18, 2014 4:17:42 PM
> Subject: Re: SSL Certificate Expiration Reminder - 60 days remaining
> We don't need to keep that domain up anymore, no.
| Assignee | ||
Comment 1•11 years ago
|
||
* Deleted DNS record: https://inventory.mozilla.org/en-US/mozdns/record/update/A/2980/
* cleaned up references in puppet
bburton@althalus [08:57:31] [~/code/mozilla/sysadmins/puppet/trunk]
-> % svn diff
Index: files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf
===================================================================
--- files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf (revision 86627)
+++ files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf (working copy)
@@ -938,13 +938,6 @@
Redirect / https://myapps.mozillalabs.com/
</VirtualHost>
-# Bug 745388
-# Hosted externally...
-<VirtualHost *:80>
- ServerName intlstore.mozilla.org
- Redirect / https://donate.mozilla.org/page/contribute/firefoxtshirt
-</VirtualHost>
-
<VirtualHost *:80>
ServerName education.mozilla.org
Redirect / https://wiki.mozilla.org/Education
Index: modules/webapp/files/generic/etc-httpd/domains/communitystore.mozilla.org.conf
===================================================================
--- modules/webapp/files/generic/etc-httpd/domains/communitystore.mozilla.org.conf (revision 86627)
+++ modules/webapp/files/generic/etc-httpd/domains/communitystore.mozilla.org.conf (working copy)
@@ -1,5 +0,0 @@
-<VirtualHost *:80 *:81>
- ServerName communitystore.mozilla.org
-
- Redirect / http://intlstore.mozilla.org/ [R=301]
-</VirtualHost>
Index: manifests/classes/httpd-static.pp
===================================================================
--- manifests/classes/httpd-static.pp (revision 86627)
+++ manifests/classes/httpd-static.pp (working copy)
@@ -95,7 +95,6 @@
'/var/log/httpd/getfirefox/',
'/var/log/httpd/getthunderbird/',
'/var/log/httpd/heatmap.mozillalabs.com',
- '/var/log/httpd/intlstore/',
'/var/log/httpd/mozillaonline.com/',
'/var/log/httpd/planet.bugzilla.org/',
'/var/log/httpd/planet.mozilla.org/',
bburton@althalus [08:57:34] [~/code/mozilla/sysadmins/puppet/trunk]
-> % svn ci -m "cleaning up references to intlstore.mozilla.org, bug 1002821"
Sending trunk/files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf
Sending trunk/manifests/classes/httpd-static.pp
Deleting trunk/modules/webapp/files/generic/etc-httpd/domains/communitystore.mozilla.org.conf
Transmitting file data ..
Committed revision 86629.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
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
•