Closed
Bug 974042
Opened 11 years ago
Closed 11 years ago
invtool-created DNS entries not propagating
Categories
(Infrastructure & Operations :: DNS and Domain Registration, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Unassigned)
References
Details
I created A and PTR records as shown below but after over half an hour they are still not resolving. Can someone please investigate?
(aws-ve-2)[buildduty@cruncher.srv.releng.scl3 aws]$ invtool A create --ip $ip --fqdn $host.dev.releng.usw2.mozilla.com --private --description "bug $bug: loaner for $user"
http_status: 201 (created)
domain: dev.releng.usw2.mozilla.com
description: bug 711210: loaner for jhopkins
views: [u'private']
ttl: None
fqdn: dev-signing-jhopkins.dev.releng.usw2.mozilla.com
label: dev-signing-jhopkins
meta: {u'soa': u'SOA for mozilla.com', u'fqdn': u'dev-signing-jhopkins.dev.releng.usw2.mozilla.com'}
http_status: 201
ip_type: 4
ip_str: 10.132.49.56
pk: 23656
resource_uri: /mozdns/api/v1_dns/addressrecord/23656/
(aws-ve-2)[buildduty@cruncher.srv.releng.scl3 aws]$ invtool PTR create --ip $ip --target $host.dev.releng.usw2.mozilla.com --private --description "bug $bug: loaner for $user"
http_status: 201 (created)
description: bug 711210: loaner for jhopkins
views: [u'private']
ttl: 3600
meta: {u'soa': u'SOA for 49.132.10.in-addr.arpa', u'reverse_domain': u'49.132.10.in-addr.arpa'}
http_status: 201
ip_str: 10.132.49.56
pk: 24744
resource_uri: /mozdns/api/v1_dns/ptr/24744/
ip_type: 4
name: dev-signing-jhopkins.dev.releng.usw2.mozilla.com
Comment 1•11 years ago
|
||
Sorry about this,
I have been tracking down a bug in Inventory's build scripts for the last half our. During this time updates were not being pushed to SVN. I have re-enabled builds so you should see your records become live soon.
Reporter | ||
Comment 2•11 years ago
|
||
I see my entries now. Thanks, Jacques!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•