[Buildbot] #3002: Host DNS internally

Buildbot trac trac at buildbot.net
Sat Dec 27 15:01:17 UTC 2014


#3002: Host DNS internally
--------------------+--------------------------------
Reporter:  dustin   |       Owner:  dustin
    Type:  task     |      Status:  closed
Priority:  major    |   Milestone:  sys - on-bb-infra
 Version:  0.8.9    |  Resolution:  fixed
Keywords:  ansible  |
--------------------+--------------------------------
Changes (by dustin):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 OK, this is in place, and things seem to be resolving:

 {{{
 knuth ~ # dig @8.8.8.8 ns1.buildbot.net

 ; <<>> DiG 9.9.5 <<>> @8.8.8.8 ns1.buildbot.net
 ; (1 server found)
 ;; global options: +cmd
 ;; Got answer:
 ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43632
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

 ;; OPT PSEUDOSECTION:
 ; EDNS: version: 0, flags:; udp: 512
 ;; QUESTION SECTION:
 ;ns1.buildbot.net.              IN      A

 ;; ANSWER SECTION:
 ns1.buildbot.net.       21599   IN      A       140.211.10.236

 ;; Query time: 62 msec
 ;; SERVER: 8.8.8.8#53(8.8.8.8)
 ;; WHEN: Sat Dec 27 09:59:43 EST 2014
 ;; MSG SIZE  rcvd: 61
 }}}

 (ns1 wasn't in the manually-configured zones on he.net, so that's evidence
 that it's using the slaved zone)

--
Ticket URL: <http://trac.buildbot.net/ticket/3002#comment:37>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list