Merge lp:~evilnick/juju-core/docs-bug1256055 into lp:juju-core/docs

Proposed by Nick Veitch
Status: Merged
Merged at revision: 208
Proposed branch: lp:~evilnick/juju-core/docs-bug1256055
Merge into: lp:juju-core/docs
Diff against target: 31 lines (+11/-7)
1 file modified
htmldocs/config-maas.html (+11/-7)
To merge this branch: bzr merge lp:~evilnick/juju-core/docs-bug1256055
Reviewer Review Type Date Requested Status
William Reade (community) Approve
charmers Pending
Review via email: mp+198802@code.launchpad.net

Description of the change

changed boilerplate config for MAAS and added link to Juju pages in MAAS docs

To post a comment you must log in.
Revision history for this message
William Reade (fwereade) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/config-maas.html'
2--- htmldocs/config-maas.html 2013-12-10 06:55:21 +0000
3+++ htmldocs/config-maas.html 2013-12-12 17:52:04 +0000
4@@ -89,16 +89,20 @@
5
6 <h1> Edit or create the configuration</h1>
7 <p>Create or modify <code>~/.juju/environments.yaml</code> with the following content:
8-
9+ Create or modify ~/.juju/environments.yaml with the following content:
10+
11 <pre class="prettyprint lang-yaml">
12 maas:
13 type: maas
14- maas-server: 'http://xxyourMAASServernamexx:80/MAAS'
15- maas-oauth: '$MAAS_API_KEY'
16- admin-secret: 'nothing'
17- default-series: 'precise'</pre>
18-
19- <p>Substitute the API key from earlier into the <code>$MAAS_API_KEY</code> slot. You may need to modify the <code>maas-server</code> setting too; if you're running from the maas package it should be something like "http://hostname.xxxx.yyy/MAAS".</p>
20+ maas-server: 'http://&LT;my-maas-server&GT;:80/MAAS'
21+ maas-oauth: '&LT;MAAS-API-KEY&GT;'
22+ </pre>
23+
24+ <p>Substitute the API key from earlier into the <code>MAAS_API_KEY</code> slot. You may need to modify the <code>my-maas-server</code> setting too; if you're running from the maas package it should be something like "http://hostname.xxxx.yyy/MAAS".</p>
25+ <p>An admin password will be generated when you try and bootstrap the Juju instance.</p>
26+ <p>The default series for MAAS will automatically be set to 'precise'.</p>
27+ <p> For further steps with Juju, you should check out the <a href="http://maas.ubuntu.com/docs/juju-quick-start.html">Juju instructions in the MAAS documentation</a></p>
28+
29 </section>
30 </article>
31 <!--Postamble-->

Subscribers

People subscribed via source and target branches