Closed Bug 887900 Opened 11 years ago Closed 11 years ago

point crash-stats.m.c -> crash-stats-django

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Unassigned)

References

Details

Please make the Django app live, by pointing crash-stats.mozilla.com at the same place as crash-stats-django:

$ host crash-stats-django.mozilla.org
crash-stats-django.mozilla.org is an alias for crash-stats-django-prod.zlb.phx.mozilla.net.
crash-stats-django-prod.zlb.phx.mozilla.net has address 63.245.217.148

crash-stats-php.mozilla.org should point at the old site, which is 63.245.217.80
Blocks: 749359
This is complete

In inventory.m.o DNS change A record for 'crash-stats.mozilla.com' from '63.245.217.80' to '63.245.217.148'
In inventory removed CNAMR record for 'crash-stats-django.mozilla.org'

In 'local.py' on 'socorroadm.private.phx1.mozilla.com' changed:
SITE_URL = 'https://crash-stats-django.mozilla.org' to SITE_URL = 'https://crash-stats.mozilla.com'
ALLOWED_HOSTS = ['crash-stats-django.mozilla.org'] to ALLOWED_HOSTS = ['crash-stats.mozilla.com']

In: puppet/trunk/modules/webapp/files/crashstats/etc-httpd/domains/crash-stats.mozilla.org.conf
Changed: 'ServerName crash-stats.mozilla.org' to 'ServerName crash-stats.mozilla.com'

In: puppet/trunk/modules/socorro/files/prod/etc-httpd-confd/crash-stats.mozilla.com.conf
Changed: 'crash-stats.mozilla.com' From 'ServerName' To: 'ServerAlias'
Changed: 'crash-stats-php.mozilla.org' From 'ServerAlias' To: 'ServerName'


Once SSL cert for .org is in place this can change back and the redirect from org -> com should probably switch to com -> org in :
puppet/trunk/files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.