Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Marco Ceppi
Okay, but I've added the LXD daily/stable PPA which installed `go version go1.5.1 linux/amd64`. My question is, are the LXD features locked to an Ubuntu release or is it dependent on checking platform ability at run time? My point being, I have a trusty machine which has a more recent version of

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Marco Ceppi
Okay, but I've added the LXD daily/stable PPA which installed `go version go1.5.1 linux/amd64`. My question is, are the LXD features locked to an Ubuntu release or is it dependent on checking platform ability at run time? My point being, I have a trusty machine which has a more recent version of

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Mark Shuttleworth
On 27/11/15 16:21, Aaron Bentley wrote: > It's dependent on what compiler was used to create the jujud binary. > AIUI, the Ubuntu policy is that nothing goes into a distroseries which > cannot be compiled with the tools in that distroseries. Thus the > jujud for Trusty is compiled with the

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Eric Snow
On Fri, Nov 27, 2015 at 9:00 AM, Marco Ceppi wrote: > On Fri, Nov 27, 2015 at 9:37 AM Aaron Bentley > wrote: >> Requirements >> >> - Running Wily (LXD is installed by default) >> > > For the LXD provider, I have the latest LXD

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Eric Snow
On Fri, Nov 27, 2015 at 9:00 AM, Marco Ceppi wrote: > On Fri, Nov 27, 2015 at 9:37 AM Aaron Bentley > wrote: >> Requirements >> >> - Running Wily (LXD is installed by default) >> > > For the LXD provider, I have the latest LXD

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Pshem Kowalczyk
Hi, Does this version support MAAS fabrics/subnets ? kind regards Pshem -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2015-11-27 11:10 AM, Marco Ceppi wrote: > Okay, but I've added the LXD daily/stable PPA which installed `go > version go1.5.1 linux/amd64`. My question is, are the LXD features > locked to an Ubuntu release or is it dependent on checking >

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2015-11-27 11:00 AM, Marco Ceppi wrote: > - Running Wily (LXD is installed by default) > > > For the LXD provider, I have the latest LXD installed on trusty, > will that work or is it hard-coded to wily+ ? It will not work. Only platforms

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Rick Harding
On Fri, Nov 27, 2015 at 11:35 AM Mark Shuttleworth wrote: > On 27/11/15 16:21, Aaron Bentley wrote: > > It's dependent on what compiler was used to create the jujud binary. > AIUI, the Ubuntu policy is that nothing goes into a distroseries which > cannot be compiled with the

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Marco Ceppi
On Fri, Nov 27, 2015 at 9:37 AM Aaron Bentley wrote: > # juju-core 1.26-alpha2 > This is probably the most anticipated release of the year. Looking forward to trying out all the new features! > ### LXD Provider > > The new LXD provider is the best way to use Juju

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Marco Ceppi
On Fri, Nov 27, 2015 at 9:37 AM Aaron Bentley wrote: > # juju-core 1.26-alpha2 > This is probably the most anticipated release of the year. Looking forward to trying out all the new features! > ### LXD Provider > > The new LXD provider is the best way to use Juju

Re: [ANN] charm-tools 1.9.3

2015-11-27 Thread Marco Ceppi
On Thu, Nov 26, 2015 at 3:05 AM Simon Davy wrote: > On Thursday, 26 November 2015, Marco Ceppi > wrote: > > On Wed, Nov 25, 2015 at 4:08 PM Simon Davy > wrote: > >> > >> On 25 November 2015 at 16:02, Marco Ceppi

Re: Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2015-11-27 11:00 AM, Marco Ceppi wrote: > - Running Wily (LXD is installed by default) > > > For the LXD provider, I have the latest LXD installed on trusty, > will that work or is it hard-coded to wily+ ? It will not work. Only platforms

Juju devel 1.26-alpha2 is available for testing

2015-11-27 Thread Aaron Bentley
# juju-core 1.26-alpha2 A new development release of Juju, juju-core 1.26-alpha2, is now available. This release replaces version 1.26-alpha1. ## Getting Juju juju-core 1.26-alpha2 is available for Wily and backported to earlier series in the following PPA:

Re: Unit name issue with SFTP command.

2015-11-27 Thread Cory Johns
You can get the full unit name with: unit_name = d.sentry['ibm-db2'][0].info['unit_name'] d.action_do(unit_name, ...) We should perhaps consider moving action_do to the UnitSentry so that it could instead be called as: d.sentry['ibm-db2'][0].action_do(...) On Fri, Nov 27, 2015 at

Re: [ANN] charm-tools 1.9.3

2015-11-27 Thread Simon Davy
On Friday, 27 November 2015, Marco Ceppi wrote: > On Thu, Nov 26, 2015 at 3:05 AM Simon Davy wrote: >> >> On Thursday, 26 November 2015, Marco Ceppi wrote: >> > On Wed, Nov 25, 2015 at 4:08 PM Simon Davy