Merge lp:~andreserl/maas/packaging_2.0 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 448
Proposed branch: lp:~andreserl/maas/packaging_2.0
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 41 lines (+6/-3)
3 files modified
debian/changelog (+4/-2)
debian/control (+1/-1)
debian/extras/99-maas-sudoers (+1/-0)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_2.0
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+287967@code.launchpad.net

Commit message

Allow 'dhcpd' to access /usr/sbin/maas-provision via sudoers file (LP: #1552775)
debian/control: Bump depends on curtin.

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

selfie!

review: Approve
lp:~andreserl/maas/packaging_2.0 updated
448. By Andres Rodriguez

[r=andreserl][bug=1552775][author=andreserl] Allow 'dhcpd' to access /usr/sbin/maas-provision via sudoers file (LP: #1552775)
debian/control: Bump depends on curtin.

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 2016-02-16 15:43:48 +0000
3+++ debian/changelog 2016-03-03 16:22:01 +0000
4@@ -1,8 +1,10 @@
5-maas (2.0.0~alpha1+bzr4657-0ubuntu1) UNRELEASED; urgency=medium
6+maas (2.0.0~alpha1+bzr4722-0ubuntu1) UNRELEASED; urgency=medium
7
8- * New usptream release:
9+ * New usptream release, 2.0.0 bzr 4682.
10 * Rename maas-cluster* to maas-rack* and handle the upgrade path.
11 * Fix installation of init scripts and daemon systemd units.
12+ * Allow 'dhcpd' to access /usr/sbin/maas-provision via
13+ sudoers file (LP: #1552775)
14
15 -- Andres Rodriguez <andreserl@ubuntu.com> Mon, 01 Feb 2016 18:18:52 +0100
16
17
18=== modified file 'debian/control'
19--- debian/control 2016-02-24 12:04:06 +0000
20+++ debian/control 2016-03-03 16:22:01 +0000
21@@ -93,7 +93,7 @@
22 lshw,
23 python3-bson,
24 python3-crochet,
25- python3-curtin (>> 0.1.0~bzr275),
26+ python3-curtin (>> 0.1.0~bzr351),
27 python3-distro-info,
28 python3-formencode,
29 python3-jsonschema,
30
31=== modified file 'debian/extras/99-maas-sudoers'
32--- debian/extras/99-maas-sudoers 2016-01-15 08:26:25 +0000
33+++ debian/extras/99-maas-sudoers 2016-03-03 16:22:01 +0000
34@@ -9,6 +9,7 @@
35 maas ALL= NOPASSWD: /usr/sbin/service tgt status
36 maas ALL= NOPASSWD: /usr/sbin/service tgt start
37 maas ALL= NOPASSWD: /usr/sbin/maas-provision
38+dhcpd ALL= NOPASSWD: /usr/sbin/maas-provision
39 maas ALL= NOPASSWD: SETENV: /usr/sbin/tgt-admin, /usr/bin/uec2roottar
40 maas ALL= NOPASSWD: /usr/bin/lshw
41 maas ALL= NOPASSWD: /sbin/blockdev

Subscribers

People subscribed via source and target branches

to all changes: