Merge lp:~rvb/maas/packaging.precise.sru-bug-1085865 into lp:~maas-maintainers/maas/packaging.precise.sru

Proposed by Raphaël Badin
Status: Merged
Approved by: Julian Edwards
Approved revision: no longer in the source branch.
Merged at revision: 149
Proposed branch: lp:~rvb/maas/packaging.precise.sru-bug-1085865
Merge into: lp:~maas-maintainers/maas/packaging.precise.sru
Diff against target: 34 lines (+6/-1)
2 files modified
debian/changelog (+4/-1)
debian/maas-dns.postinst (+2/-0)
To merge this branch: bzr merge lp:~rvb/maas/packaging.precise.sru-bug-1085865
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+137896@code.launchpad.net

Commit message

Backport of revision 155.

Description of the change

Backport of the packaging fix https://code.launchpad.net/~rvb/maas/packaging.bug-1085865/+merge/137644.

= Notes =

I upgraded the upstream revision because this fix needs the revision 1325 (which adds the new command 'write_dns_config')

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve
Revision history for this message
Julian Edwards (julian-edwards) wrote :

Tarmac is not set up for this branch, I'll do a manual update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-11-22 22:54:28 +0000
3+++ debian/changelog 2012-12-04 16:21:27 +0000
4@@ -1,6 +1,8 @@
5-maas (0.1+bzr1309+dfsg-0ubuntu1) UNRELEASED; urgency=low
6+maas (0.1+bzr1325+dfsg-0ubuntu1) UNRELEASED; urgency=low
7
8 * New upstream bugfix release. Fixes:
9+ - The DNS configuration is not created if maas-dns is installed after
10+ the DNS config has been set up (LP: #1085865).
11 - IPMI detection ends up with power_address of 0.0.0.0 (LP: #1064224)
12 - Main page slow to load with many nodes (LP: #1066775)
13 - maas-cluster-controller doesn't have images for provisioning (LP: #1068843)
14@@ -23,6 +25,7 @@
15 - Error in log when using 'Start node' button: MAASAPINotFound: No user data available for this node. (LP: #1069603)
16
17 [ Raphaël Badin ]
18+ * debian/maas-dns.postinst: Call write_dns_config (LP: #1085865).
19 * debian/maas-dns.postinst: fix permissions and group ownership of
20 file /etc/bind/maas/named.conf.rndc.maas. (LP: #1066935)
21
22
23=== modified file 'debian/maas-dns.postinst'
24--- debian/maas-dns.postinst 2012-10-19 15:42:58 +0000
25+++ debian/maas-dns.postinst 2012-12-04 16:21:27 +0000
26@@ -26,6 +26,8 @@
27 sed -i '/^include\s.*maas/d' /etc/bind/named.conf.local
28 maas get_named_conf --edit --config_path /etc/bind/named.conf.local
29
30+ maas write_dns_config
31+
32 if [ -x /usr/sbin/invoke-rc.d ]; then
33 invoke-rc.d bind9 restart || true
34 fi

Subscribers

People subscribed via source and target branches