====== Bay Area Debian (BAD) ====== [[http://bad.debian.net/|Bay Area Debian (BAD)]] [[https://www.balug.org/wiki/doku.php?id=start&idx=bad|BAD wiki index]] ===== Site migration outline ===== (o - pending, x done): \\ * x Michael Paoli gain access to edit web site (at least content files) * o Michael Paoli gain access to bad list data * o DNS: * o pull domain data (see: [[https://wiki.debian.org/DebianNetDomains]]) * o balug VM activated as master (to be delegated, IPs: 96.86.170.229 & 2001:470:1f05:19e::7) * o get available DD(s) onboard to support DNS changes (direct under debian.net - see: [[https://wiki.debian.org/DebianDotNet]]) * o test delegation (NS, possibly also DS) * o if test delegation worked fine * o remove it and get slaves for "for real" delegation * o update bad.debian.net. (notably add NS) to delegate to above noted * o if can't delegate (doesn't support NS records) * o coordinate at appropriate time(s) for DD to update DNS records * o Michael Paoli to handle (via DNS (possibly requiring DD)) migration of list (when host suitably prepared for that) * o Michael Paoli to handle (via DNS (possibly requiring DD)) migration of web hosting (when host suitably prepared for that) DNS data as of 2021-04-03T18:25:48+00:00: $ TZ=GMT0 date -Iseconds; { ldapsearch -u -x -H ldap://db.debian.org -b dc=debian,dc=org dnsZoneEntry=bad\ \*; ldapsearch -u -x -H ldap://db.debian.org -b dc=debian,dc=org dnsZoneEntry=bad.\*; } | grep '^dnsZoneEntry: '; dig @"$(dig +short NS debian.net. | head -n 1)" +noall +answer +norecurse bad.debian.net. A bad.debian.net. MX 2021-04-03T18:25:48+00:00 dnsZoneEntry: bad IN A 198.144.194.13 dnsZoneEntry: bad IN MX 10 mail.primate.net. dnsZoneEntry: bad IN MX 15 mx.on.primate.net. bad.debian.net. 3600 IN A 198.144.194.13 bad.debian.net. 3600 IN MX 15 mx.on.primate.net. bad.debian.net. 3600 IN MX 10 mail.primate.net. $