Closed
Bug 1441553
Opened 7 years ago
Closed 7 years ago
[SUMO] DNS entry for support-dev.allizom.org
Categories
(Infrastructure & Operations :: SSL Certificates, task)
Infrastructure & Operations
SSL Certificates
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Assigned: sidler)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/6299])
Please change current DNS entry for support-dev.allizom.org to
support-dev.allizom.org CNAME dev.sumo.moz.works
Thanks!
Assignee | ||
Comment 1•7 years ago
|
||
><(((ˣ> invtool search -q support-dev.allizom.org
6274 support-updater.allizom.org. 600 IN CNAME support-dev.allizom.org.
18969 support-dev.allizom.org. 600 IN A 63.245.213.30
><(((ˣ> invtool A delete --pk 18969
errors: A CNAME points to this A record. Change the CNAME before deleting this record.
This means I will have to delete record 6274, then delete 18696 and then change 18969 currently an A record to a CNAME asked for in this bug, and then replace the CNAME currently present in 6274
Assignee | ||
Comment 2•7 years ago
|
||
deleting the old records:
><(((º> invtool CNAME delete --pk 6274
http_status: 204 (request fulfilled)
moz ~/repos/mozilla-it/autocert {master}
><(((º> invtool A delete --pk 18969
http_status: 204 (request fulfilled)
creating the new records:
><(((º> invtool CNAME create --ttl 60 --private --public --fqdn support-dev.allizom.org --target dev.sumo.moz.works --comment 1441553
http_status: 201 (created)
domain: allizom.org
description: None
views: [u'private', u'public']
ttl: 60
fqdn: support-dev.allizom.org
label: support-dev
meta: {u'soa': u'SOA for allizom.org', u'fqdn': u'support-dev.allizom.org'}
http_status: 201
target: dev.sumo.moz.works
pk: 15442
resource_uri: /mozdns/api/v1_dns/cname/15442/
><(((º> sudo invtool CNAME create --ttl 60 --private --public --fqdn support-updater.allizom.org --target support-dev.allizom.org --comment 1441553
Please enter password for encrypted keyring:
http_status: 201 (created)
domain: allizom.org
description: None
views: [u'private', u'public']
ttl: 60
fqdn: support-updater.allizom.org
label: support-updater
meta: {u'soa': u'SOA for allizom.org', u'fqdn': u'support-updater.allizom.org'}
http_status: 201
target: support-dev.allizom.org
pk: 15443
resource_uri: /mozdns/api/v1_dns/cname/15443/
Here is the resulting records after this change:
><(((º> invtool search -q support-dev.allizom.org
15442 support-dev.allizom.org. 60 IN CNAME dev.sumo.moz.works.
15443 support-updater.allizom.org. 60 IN CNAME support-dev.allizom.org.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•