Skip to content

Commit

Permalink
switch to buddyns.com, since he.net's secondary DNS is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 1, 2015
1 parent 99a3a2d commit 36fefc2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
14 changes: 9 additions & 5 deletions roles/dns/templates/buildbot.net
@@ -1,12 +1,16 @@
@ 86400 IN SOA {{ secondaries[0] }} {{ hostmaster }} (
2014123102 ;serial
@ 86400 IN SOA ns1.buildbot.net. hostmaster.buildbot.net. (
2015010114 ;serial
10800 ;refresh
1800 ;retry
604800 ;expire
86400 ) ;minimum
{% for secondary in secondaries %}
@ 7200 IN NS {{ secondary }}
{% endfor %}
@ 7200 IN NS d.ns.buddyns.com.
@ 7200 IN NS c.ns.buddyns.com.
@ 7200 IN NS g.ns.buddyns.com.
@ 7200 IN NS e.ns.buddyns.com.
@ 7200 IN NS f.ns.buddyns.com.
@ 7200 IN NS h.ns.buddyns.com.
@ 7200 IN NS b.ns.buddyns.com.
buildbot 7200 IN CNAME ds0210.flosoft-servers.net.
docs 7200 IN CNAME ds0210.flosoft-servers.net.
meetings 43200 IN CNAME ds0210.flosoft-servers.net.
Expand Down
19 changes: 2 additions & 17 deletions roles/dns/templates/named.conf.zones
@@ -1,12 +1,6 @@
acl "buildbot.net-upstream" {
// slave address -- slave.dns.he.net
// per dns.he.net documentation
216.218.130.2;
216.218.131.2;
216.218.132.2;
216.218.133.2;
216.66.1.2;
216.66.80.18;
173.244.206.26; /* a.transfer.buddyns.com */
88.198.106.11; /* b.transfer.buddyns.com */
};

zone "buildbot.net" {
Expand All @@ -15,15 +9,6 @@ zone "buildbot.net" {
allow-transfer {
"buildbot.net-upstream";
};
notify explicit;
also-notify {
216.218.130.2;
216.218.131.2;
216.218.132.2;
216.218.133.2;
216.66.1.2;
216.66.80.18;
};
};

// vim:ft=named
7 changes: 0 additions & 7 deletions roles/dns/vars/main.yml
Expand Up @@ -2,13 +2,6 @@
# TODO: consider putting them in global group_vars/all
---
namedb_dir: "/usr/local/etc/namedb"
hostmaster: hostmaster.he.net.
secondaries:
- ns1.he.net.
- ns2.he.net.
- ns3.he.net.
- ns4.he.net.
- ns5.he.net.
# We do not want it to match the default one since 'rndc' produces annoying
# warnings.
rndc_key: "rndc-key"

0 comments on commit 36fefc2

Please sign in to comment.