disable dnssec on master node bind9 configuration

Bug #1386440 reported by Dustin Kirkland 
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Orange Box
Fix Released
Critical
Darryl Weaver

Bug Description

Related to:
http://askubuntu.com/questions/537540/ubuntu-maas-dns-not-forwarding-request
https://bugs.launchpad.net/maas/+bug/1384334

Disable dnssec. Otherwise, MAAS managed nodes may fail to resolve hostnames.

Add these lines to /etc/bind/named.conf.options and 'sudo service bind9 restart'.

dnssec-enable no;
dnssec-validation no;

We need to do this in debian/postinst, during setup_dns().

Changed in orange-box:
importance: Undecided → Critical
status: New → Triaged
Darryl Weaver (dweaver)
Changed in orange-box:
assignee: nobody → Darryl Weaver (dweaver)
status: Triaged → Fix Committed
Darryl Weaver (dweaver)
Changed in orange-box:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.