<div dir="ltr">On Sun, Sep 8, 2013 at 10:47 PM, Andrew Wilkins <span dir="ltr"><<a href="mailto:andrew.wilkins@canonical.com" target="_blank">andrew.wilkins@canonical.com</a>></span> wrote:<br><div class="gmail_extra">

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hello everyone,<div>

<br></div><div>As was noted in the 1.13.3 release notes thread, we did not announce one the major features that made it into the release (manual provisioning). This was intentional as we have not written any documentation yet. On the other hand, it would be good to get some feedback so that we can make changes if necessary, or feed into the documentation.</div>


<div><br></div><div>So, below is a bit of a run-down. If you're interested in this feature, try it out and let us know if you or have any issues or any thoughts for improvement.</div><div><br></div></div></blockquote>

<div><br></div><div>Here is what I just tried with juju-core trunk (r1772):</div><div><div>$ sudo $(which juju) bootstrap</div><div>$ juju status</div><div>environment: local</div><div>machines:</div><div>  "0":</div>

<div>    agent-state: started</div><div>    agent-version: 1.15.0.1</div><div>    dns-name: 10.0.3.1</div><div>    instance-id: localhost</div><div>    series: raring</div><div>services: {}</div><div>$ sudo lxc-list</div>

<div>WARNING: lxc-list is deprecated, please use lxc-ls --fancy.</div><div>         This symlink will be dropped in LXC 1.0.</div><div><br></div><div>NAME       STATE    IPV4       IPV6  AUTOSTART  </div><div>----------------------------------------------</div>

<div>precise-1  RUNNING  10.0.3.53  -     NO         </div><div>saucy      STOPPED  -          -     NO         </div><div><br></div><div>$ juju add-machine <a href="mailto:ssh%3Aandreas@10.0.3.53">ssh:andreas@10.0.3.53</a> -v</div>

<div>2013-09-09 13:35:41 INFO juju.provider.local environprovider.go:32 opening environment "local"</div><div>2013-09-09 13:35:41 INFO juju.state open.go:68 opening state; mongo addresses: ["<a href="http://10.0.3.1:37017">10.0.3.1:37017</a>"]; entity ""</div>

<div>2013-09-09 13:35:41 INFO juju.state open.go:106 connection established</div><div>2013-09-09 13:35:41 INFO juju.provider.local environprovider.go:32 opening environment "local"</div><div>2013-09-09 13:35:41 ERROR juju supercommand.go:282 command failed: machine is already provisioned</div>

<div>error: machine is already provisioned</div></div><div><br></div><div>Was this supposed to work?</div></div></div></div>