Merge lp:~lamont/maas/common-templates into lp:~maas-maintainers/maas/packaging

Proposed by LaMont Jones
Status: Merged
Approved by: LaMont Jones
Approved revision: no longer in the source branch.
Merged at revision: 483
Proposed branch: lp:~lamont/maas/common-templates
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 99 lines (+39/-4)
5 files modified
debian/changelog (+1/-0)
debian/maas-common.templates (+0/-2)
debian/maas-rack-controller.templates (+14/-0)
debian/maas-rack-udeb.templates (+0/-2)
debian/maas-region-controller.templates (+24/-0)
To merge this branch: bzr merge lp:~lamont/maas/common-templates
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+291705@code.launchpad.net

Commit message

Common debconf templates need to be delivered by all packages that use them.

Description of the change

Common debconf templates need to be delivered by all packages that use them. See 'SHARED TEMPLATES' in debconf-devel(7)

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

lgtm! Just one thing inline.

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 2016-04-11 14:28:46 +0000
3+++ debian/changelog 2016-04-13 13:28:18 +0000
4@@ -3,6 +3,7 @@
5 * UNRELEASED
6 * Only create the squid cache if we have a configuration file.
7 LP: #1568847
8+ * Add shared debconf templates.
9
10 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 07 Apr 2016 18:22:00 -0400
11
12
13=== modified file 'debian/maas-common.templates'
14--- debian/maas-common.templates 2016-04-07 01:22:47 +0000
15+++ debian/maas-common.templates 2016-04-13 13:28:18 +0000
16@@ -39,7 +39,6 @@
17
18 Template: maas-rack-controller/maas-url
19 Type: string
20-Default:
21 _Description: Ubuntu MAAS API address:
22 The MAAS cluster controller and nodes need to contact the MAAS region
23 controller API. Set the URL at which they can reach the MAAS API remotely,
24@@ -49,7 +48,6 @@
25
26 Template: maas-rack-controller/shared-secret
27 Type: password
28-Default:
29 _Description: MAAS Cluster Controller Shared Secret:
30 The MAAS Cluster Controller needs to contact the MAAS server
31 with a share secret. Set the shared secret here.
32
33=== added file 'debian/maas-rack-controller.templates'
34--- debian/maas-rack-controller.templates 1970-01-01 00:00:00 +0000
35+++ debian/maas-rack-controller.templates 2016-04-13 13:28:18 +0000
36@@ -0,0 +1,14 @@
37+Template: maas-rack-controller/maas-url
38+Type: string
39+_Description: Ubuntu MAAS API address:
40+ The MAAS cluster controller and nodes need to contact the MAAS region
41+ controller API. Set the URL at which they can reach the MAAS API remotely,
42+ e.g. "http://192.168.1.1/MAAS".
43+ Since nodes must be able to access this URL, localhost or 127.0.0.1 are not
44+ useful values here.
45+
46+Template: maas-rack-controller/shared-secret
47+Type: password
48+_Description: MAAS Cluster Controller Shared Secret:
49+ The MAAS Cluster Controller needs to contact the MAAS server
50+ with a share secret. Set the shared secret here.
51
52=== modified file 'debian/maas-rack-udeb.templates'
53--- debian/maas-rack-udeb.templates 2016-04-07 14:03:04 +0000
54+++ debian/maas-rack-udeb.templates 2016-04-13 13:28:18 +0000
55@@ -18,7 +18,6 @@
56
57 Template: maas-rack-udeb/maas-url
58 Type: string
59-Default:
60 _Description: Ubuntu MAAS Region API address:
61 The MAAS rack controller and nodes need to contact the MAAS region
62 controller API. Set the URL at which they can reach the MAAS API remotely,
63@@ -29,7 +28,6 @@
64
65 Template: maas-rack-udeb/shared-secret
66 Type: password
67-Default:
68 _Description: MAAS Rack Controller shared secret:
69 The MAAS Rack Controller needs to contact the MAAS server
70 with a share secret. This shared secret can be found on
71
72=== added file 'debian/maas-region-controller.templates'
73--- debian/maas-region-controller.templates 1970-01-01 00:00:00 +0000
74+++ debian/maas-region-controller.templates 2016-04-13 13:28:18 +0000
75@@ -0,0 +1,24 @@
76+Template: maas/default-maas-url
77+Type: string
78+_Description: Ubuntu MAAS PXE/Provisioning network address:
79+ The Ubuntu MAAS Server automatically detects the IP address
80+ that is used for PXE and provisioning. However, it needs to be
81+ in the same network as the clients. If the automatically
82+ detected address is not in the same network as the clients, it
83+ must be changed.
84+
85+Template: maas/username
86+Type: string
87+_Description: Ubuntu MAAS username
88+ The Ubuntu MAAS server requires the administrator to create a
89+ username and password combination.
90+ .
91+ Please provide the username for the MAAS account.
92+
93+Template: maas/password
94+Type: password
95+_Description: Ubuntu MAAS password
96+ The Ubuntu MAAS server requires the administrator to create a
97+ username and password combination.
98+ .
99+ Please provide the password for the MAAS account.

Subscribers

People subscribed via source and target branches