Merge lp:~andreserl/maas/lp1628067 into lp:~maas-committers/maas/trunk

Proposed by Andres Rodriguez
Status: Rejected
Rejected by: MAAS Lander
Proposed branch: lp:~andreserl/maas/lp1628067
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 99 lines (+14/-14)
3 files modified
src/maasserver/static/partials/boot-images.html (+1/-1)
src/maasserver/static/partials/intro-user.html (+3/-5)
src/maasserver/static/partials/intro.html (+10/-8)
To merge this branch: bzr merge lp:~andreserl/maas/lp1628067
Reviewer Review Type Date Requested Status
Blake Rouse (community) Needs Fixing
Gavin Panella (community) Needs Fixing
Review via email: mp+308072@code.launchpad.net

Commit message

Update FUJ to match the copy doc.

Description of the change

Copy doc changed after the FUJ was implemented. This updates as close as per https://github.com/CanonicalLtd/MAAS-design/tree/master/First%20Use%20Journey/Flat_Visuals

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

A few things need fixing and I've made several suggestions for improvements. I've strayed close to the bike shed but tried not to imagine its colour.

review: Needs Fixing
Revision history for this message
Blake Rouse (blake-rouse) wrote :

I think most of Gavins comments should be addressed.

review: Needs Fixing
Revision history for this message
Andres Rodriguez (andreserl) wrote :
Revision history for this message
MAAS Lander (maas-lander) wrote :

Transitioned to Git.

lp:maas has now moved from Bzr to Git.
Please propose your branches with Launchpad using Git.

git clone https://git.launchpad.net/maas

Unmerged revisions

5467. By Andres Rodriguez

FUJ changes to match copy-doc

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/static/partials/boot-images.html'
2--- src/maasserver/static/partials/boot-images.html 2016-10-07 19:27:52 +0000
3+++ src/maasserver/static/partials/boot-images.html 2016-10-10 17:35:15 +0000
4@@ -6,7 +6,7 @@
5 </h2>
6 <div data-ng-class="{ 'action-card__controls': design === 'action-card' }">
7 <p class="u-margin--top-small u-margin--bottom-small" data-ng-if="isSuperUser() && !source.tooMany">
8- Select images and architecture to be imported and kept in sync daily. Images will be available for deploying to machines managed by MAAS.
9+ Select versions and architecture to be available for installation - automatically kept current.
10 </p>
11 <form class="form">
12 <div data-ng-if="isSuperUser() && !source.tooMany">
13
14=== modified file 'src/maasserver/static/partials/intro-user.html'
15--- src/maasserver/static/partials/intro-user.html 2016-09-20 18:53:29 +0000
16+++ src/maasserver/static/partials/intro-user.html 2016-10-10 17:35:15 +0000
17@@ -8,7 +8,7 @@
18 SSH Keys for {$ user.username $}
19 </h2>
20 <div class="action-card__controls">
21- <p class="u-margin--top">Add multiple keys from Launchpad and Github or enter them manually.</p>
22+ <p class="u-margin--top">Add SSH keys from Launchpad or Github or enter them manually. These keys will be installed on machines you deploy with MAAS.</p>
23 <h3>Keys</h3>
24 <maas-ssh-keys></maas-ssh-keys>
25 </div>
26@@ -17,12 +17,10 @@
27 data-ng-if="isSuperUser()"
28 data-ng-class="{'u-muted': !canContinue()}">
29 <h2 class="action-card__title">
30- MAAS has been successfully set up
31+ MAAS setup complete
32 </h2>
33 <div class="action-card__controls">
34- <p class="u-margin--top"><i class="icon icon--success"></i> Once DHCP is enabled, set your machines to PXE boot and they will be automatically enlisted in the Nodes tab.</p>
35- <p class="u-margin--top"><i class="icon icon--success"></i> Discovered MAC/IP pairs in your network will be listed on your dashboard and can be added to MAAS.</p>
36- <p class="u-margin--top u-margin--bottom"><i class="icon icon--success"></i> The fabrics, VLANs and subnets in your network will be automatically added to MAAS in Networks.</p>
37+ <p class="u-margin--top"><i class="icon icon--success"></i> MAAS will now monitor the networks visible to its controllers. We recommend that you declare all machines and devices explicitly to MAAS, then activate the MAAS DHCP services.</p>
38 </div>
39 </div>
40 <button class="button button--primary"
41
42=== modified file 'src/maasserver/static/partials/intro.html'
43--- src/maasserver/static/partials/intro.html 2016-09-27 15:47:43 +0000
44+++ src/maasserver/static/partials/intro.html 2016-10-10 17:35:15 +0000
45@@ -13,6 +13,8 @@
46 <div class="three-col">
47 <maas-obj-field type="text" key="value" label="Region name" placeholder="e.g. us-west" subtle="false" blur-on-enter="true"></maas-obj-field>
48 </div>
49+ <div class="one-col"></div>
50+ <div class="five-col last-col u-text--subtle">The on-demand bare-metal provisioning of MAAS allows you to think of your data center as a cloud, so we use the common language of clouds to describe capacity - this MAAS controller will manage a ‘region’ which is internally made up of several 'Availability Zones'.</div>
51 </maas-obj-form>
52 </div>
53 </div>
54@@ -27,37 +29,37 @@
55 <div class="row u-border--none u-padding--none u-margin--top">
56 <maas-obj-form obj="upstreamDNS" manager="configManager">
57 <div class="three-col">
58- <maas-obj-field type="text" key="value" label="DNS forwarder" placeholder="e.g. 8.8.8.8" subtle="false" blur-on-enter="true"></maas-obj-field>
59+ <maas-obj-field type="text" key="value" label="DNS forwarder" placeholder="e.g. 8.8.8.8, 8.8.4.4" subtle="false" blur-on-enter="true"></maas-obj-field>
60 </div>
61 <div class="one-col"></div>
62- <div class="five-col last-col u-text--subtle">The address used to resolve domains not managed by MAAS. The value is used as the value of 'forwarders' in the DNS server configuration.</div>
63+ <div class="five-col last-col u-text--subtle">The DNS server used to resolve names outside the domains managed by this MAAS.</div>
64 </maas-obj-form>
65 </div>
66 <div class="row u-border--none u-padding--none u-margin--top">
67 <maas-obj-form obj="mainArchive" manager="repoManager">
68 <div class="three-col">
69- <maas-obj-field type="text" key="url" label="Ubuntu archive" subtle="false" blur-on-enter="true"></maas-obj-field>
70+ <maas-obj-field type="text" key="url" label="Ubuntu archive" placeholder="e.g. http://archive.ubuntu.com/ubuntu" subtle="false" blur-on-enter="true"></maas-obj-field>
71 </div>
72 <div class="one-col"></div>
73- <div class="five-col last-col u-text--subtle">The server where machines retrieve packages for Intel architectures.</div>
74+ <div class="five-col last-col u-text--subtle">The Ubuntu package archive for x86.</div>
75 </maas-obj-form>
76 </div>
77 <div class="row u-border--none u-padding--none u-margin--top">
78 <maas-obj-form obj="portsArchive" manager="repoManager">
79 <div class="three-col">
80- <maas-obj-field type="text" key="url" label="Ubuntu extra architectures" subtle="false" blur-on-enter="true"></maas-obj-field>
81+ <maas-obj-field type="text" key="url" label="Ubuntu extra architectures" placeholder="e.g. http://ports.ubuntu.com/ubuntu-ports" subtle="false" blur-on-enter="true"></maas-obj-field>
82 </div>
83 <div class="one-col"></div>
84- <div class="five-col last-col u-text--subtle">Archive used by machines to retrieve packages for non-Intel architectures.</div>
85+ <div class="five-col last-col u-text--subtle">The Ubuntu package archive for ARM, POWER.</div>
86 </maas-obj-form>
87 </div>
88 <div class="row u-border--none u-padding--none u-margin--top">
89 <maas-obj-form obj="httpProxy" manager="configManager">
90 <div class="three-col">
91- <maas-obj-field type="text" key="value" label="APT &amp; HTTP/HTTPS proxy server" subtle="false" blur-on-enter="true"></maas-obj-field>
92+ <maas-obj-field type="text" key="value" label="APT &amp; HTTP/HTTPS proxy server" placeholder="e.g. http://172.16.160.120:8080 (optional)" subtle="false" blur-on-enter="true"></maas-obj-field>
93 </div>
94 <div class="one-col"></div>
95- <div class="five-col last-col u-text--subtle">This will be passed onto deployed machines to use as a proxy for APT traffic. MAAS also uses the proxy for downloading boot images. In no URL is provided, the build-in MAAS proxy will be used.</div>
96+ <div class="five-col last-col u-text--subtle">A proxy for APT - if no URL is provided, the MAAS controller itself will be used.</div>
97 </maas-obj-form>
98 </div>
99 </div>