<div dir="ltr"><div>On Fri, Nov 27, 2015 at 9:37 AM Aaron Bentley <<a href="mailto:aaron.bentley@canonical.com" target="_blank">aaron.bentley@canonical.com</a>> wrote:<br></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># juju-core 1.26-alpha2<br></blockquote><div><br></div><div>This is probably the most anticipated release of the year. Looking forward to trying out all the new features!<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">### LXD Provider<br>
<br>
The new LXD provider is the best way to use Juju locally.<br>
<br>
The state-server is no longer your host machine; it is now a LXC<br>
container. This keeps your host machine clean and allows you to utilize<br>
your local environment more like a traditional Juju environment. Because<br>
of this, you can test things like Juju high-availability without needing<br>
to utilize a cloud provider.<br>
<br>
The previous local provider remains functional for backwards<br>
compatibility.<br>
<br>
#### Requirements<br>
<br>
- Running Wily (LXD is installed by default)<br>
<br></blockquote><div><br></div><div>For the LXD provider, I have the latest LXD installed on trusty, will that work or is it hard-coded to wily+ ? </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- Import the LXD cloud-images that you intend to deploy and register<br>
an alias:<br>
<br>
lxd-images import ubuntu trusty --alias ubuntu-trusty<br>
lxd-images import ubuntu wily --alias ubuntu-wily<br>
<br>
or register an alias for your existing cloud-images<br>
<br>
lxc image alias create ubuntu-trusty <fingerprint><br>
lxc image alias create ubuntu-wily <fingerprint><br>
<br>
- For alpha2, you must specify the "--upload-tools" flag when<br>
bootstrapping the environment that will use trusty cloud-images.<br>
This is because most of Juju's charms are for Trusty, and the<br>
agent-tools for Trusty don't yet have LXD support compiled in.<br>
<br>
juju bootstrap --upload-tools<br>
<br>
"--upload-tools" is not required for deploying a wily state-server and<br>
wily services.<br>
</blockquote></div></div></div>