Merge lp:~andreserl/maas/lp1482858_packaging into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 424
Merged at revision: 421
Proposed branch: lp:~andreserl/maas/lp1482858_packaging
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 73 lines (+16/-4)
5 files modified
debian/changelog (+3/-1)
debian/maas-cluster-controller.maintscript (+9/-0)
debian/maas-region-controller-min.install (+1/-1)
debian/maas-region-controller-min.maintscript (+1/-0)
debian/maas-region-controller-min.postinst (+2/-2)
To merge this branch: bzr merge lp:~andreserl/maas/lp1482858_packaging
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+267978@code.launchpad.net

Commit message

Move /etc/maas/maas-http.conf to /usr/share/maas/maas-http.conf as
this is not a config we want users to modify. (LP: #1482858)

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

selfie!

review: Approve

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 2015-08-13 09:54:17 +0000
3+++ debian/changelog 2015-08-13 17:28:47 +0000
4@@ -1,4 +1,4 @@
5-maas (1.9.0~alpha1+bzr4185-0ubuntu1) UNRELEASED; urgency=medium
6+maas (1.9.0~alpha1+bzr4191-0ubuntu1) UNRELEASED; urgency=medium
7
8 * UNRELEASED
9
10@@ -24,6 +24,8 @@
11 and handle upgrades. (LP: #1482857)
12 * Move /etc/maas/maas-proxy.conf to /usr/share/maas/maas-proxy.conf as
13 this is not a config we want users to modify. (LP: #1482859)
14+ * Move /etc/maas/maas-http.conf to /usr/share/maas/maas-http.conf as
15+ this is not a config we want users to modify. (LP: #1482858)
16
17 -- Andres Rodriguez <andreserl@ubuntu.com> Fri, 12 Jun 2015 14:16:47 -0400
18
19
20=== modified file 'debian/maas-cluster-controller.maintscript'
21--- debian/maas-cluster-controller.maintscript 2015-02-18 04:09:08 +0000
22+++ debian/maas-cluster-controller.maintscript 2015-08-13 17:28:47 +0000
23@@ -5,3 +5,12 @@
24 rm_conffile /etc/init/maas-cluster.conf 1.7.0~beta6+bzr3231-0ubuntu1
25 rm_conffile /etc/init/maas-cluster-register.conf 1.7.0~beta6+bzr3231-0ubuntu1
26 rm_conffile /etc/maas/maas-cluster-http.conf 1.8.0~alpha1+bzr3522-0ubuntu1
27+rm_conffile /etc/maas/templates/power/apc.template 1.9.0~alpha1+bzr4184-0ubuntu1
28+rm_conffile /etc/maas/templates/power/ipmi.conf 1.9.0~alpha1+bzr4184-0ubuntu1
29+rm_conffile /etc/maas/templates/power/ipmi.template 1.9.0~alpha1+bzr4184-0ubuntu1
30+rm_conffile /etc/maas/templates/power/mscm.template 1.9.0~alpha1+bzr4184-0ubuntu1
31+rm_conffile /etc/maas/templates/power/msftocs.template 1.9.0~alpha1+bzr4184-0ubuntu1
32+rm_conffile /etc/maas/templates/power/sm15k.template 1.9.0~alpha1+bzr4184-0ubuntu1
33+rm_conffile /etc/maas/templates/power/ucsm.template 1.9.0~alpha1+bzr4184-0ubuntu1
34+rm_conffile /etc/maas/templates/power/virsh.template 1.9.0~alpha1+bzr4184-0ubuntu1
35+rm_conffile /etc/maas/templates/power/vmware.template 1.9.0~alpha1+bzr4184-0ubuntu1
36
37=== modified file 'debian/maas-region-controller-min.install'
38--- debian/maas-region-controller-min.install 2015-06-24 21:23:05 +0000
39+++ debian/maas-region-controller-min.install 2015-08-13 17:28:47 +0000
40@@ -5,7 +5,7 @@
41 debian/tmp/usr/share/maas/web/static
42
43 # Install Apache Config
44-debian/tmp/etc/maas/maas-http.conf
45+debian/tmp/usr/share/maas/maas-http.conf
46
47 # Install new preseed files
48 debian/tmp/etc/maas/preseeds
49
50=== modified file 'debian/maas-region-controller-min.maintscript'
51--- debian/maas-region-controller-min.maintscript 2014-09-29 18:07:37 +0000
52+++ debian/maas-region-controller-min.maintscript 2015-08-13 17:28:47 +0000
53@@ -4,3 +4,4 @@
54 rm_conffile /etc/maas/maas_local_celerconfig.py 1.7.0~beta4+bzr3124-0ubuntu1
55 rm_conffile /usr/share/maas/maas_local_celerconfig.py 1.7.0~beta4+bzr3124-0ubuntu1
56 rm_conffile /etc/maas/maas_local_celeryconfig.py 1.7.0~beta4+bzr3124-0ubuntu1
57+rm_conffile /etc/maas/maas-http.conf 1.9.0~alpha1+bzr4190-0ubuntu1
58
59=== modified file 'debian/maas-region-controller-min.postinst'
60--- debian/maas-region-controller-min.postinst 2015-07-10 15:23:08 +0000
61+++ debian/maas-region-controller-min.postinst 2015-08-13 17:28:47 +0000
62@@ -9,9 +9,9 @@
63
64 configure_region_http() {
65 # handle apache configs
66- if [ -e /etc/maas/maas-http.conf -a \
67+ if [ -e /usr/share/maas/maas-http.conf -a \
68 ! -e /etc/apache2/conf-enabled/maas-http.conf ]; then
69- ln -sf /etc/maas/maas-http.conf /etc/apache2/conf-enabled/maas-http.conf
70+ ln -sf /usr/share/maas/maas-http.conf /etc/apache2/conf-enabled/maas-http.conf
71 fi
72
73 # enable apache modules needed

Subscribers

People subscribed via source and target branches

to all changes: