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
=== modified file 'htmldocs/config-maas.html'
--- htmldocs/config-maas.html 2013-12-10 06:55:21 +0000
+++ htmldocs/config-maas.html 2013-12-12 17:52:04 +0000
@@ -89,16 +89,20 @@
89 89
90 <h1> Edit or create the configuration</h1>90 <h1> Edit or create the configuration</h1>
91 <p>Create or modify <code>~/.juju/environments.yaml</code> with the following content:91 <p>Create or modify <code>~/.juju/environments.yaml</code> with the following content:
92 92 Create or modify ~/.juju/environments.yaml with the following content:
93
93 <pre class="prettyprint lang-yaml">94 <pre class="prettyprint lang-yaml">
94 maas:95 maas:
95 type: maas96 type: maas
96 maas-server: 'http://xxyourMAASServernamexx:80/MAAS'97 maas-server: 'http://&LT;my-maas-server&GT;:80/MAAS'
97 maas-oauth: '$MAAS_API_KEY'98 maas-oauth: '&LT;MAAS-API-KEY&GT;'
98 admin-secret: 'nothing'99 </pre>
99 default-series: 'precise'</pre>100
100101 <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>
101 <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>102 <p>An admin password will be generated when you try and bootstrap the Juju instance.</p>
103 <p>The default series for MAAS will automatically be set to 'precise'.</p>
104 <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>
105
102 </section>106 </section>
103 </article>107 </article>
104<!--Postamble-->108<!--Postamble-->

Subscribers

People subscribed via source and target branches