Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-04 Thread Junaid Ali
Thanks Tim.
It is working well for me as well except for local charms and charms at
launchpad. It gives out error "juju deploy -m ctr-trusty:neutron_plugin
--config /tmp/tmpciQAqA --series trusty trusty/neutron-api neutron-api".

Regards,
Junaid

On Thu, Aug 4, 2016 at 6:38 PM, Pete Vander Giessen <
pete.vandergies...@canonical.com> wrote:

> Hi Tim,
>
> I've been using the latest Juju beta, along with updated deployer and
> amulet built from master, and it is all working smoothly. Thank you very
> much for putting in the work to get everything updated. :-)
>
> ~ PeteVG
>
> On Wed, Aug 3, 2016 at 1:41 PM Charles Butler <
> charles.but...@canonical.com> wrote:
>
>> With quick turn around this is now available for immediate testing in the
>> charmbox:devel flavor of images
>>
>> docker pull jujusolutions/charmbox:devel
>>
>> You can get started right away with some volume mounts to bring in your
>> charm's and $JUJU_DATA location. We on the ~containers team have a bash
>> alias to make this somewhat trivial:
>>
>> I apologize in advance for the number of flags to make this feasible,
>> however its a vanilla juju workspace on every invocation.
>>
>> docker run --rm \
>>   -ti  \
>>   -h charmbox.juju.solutions \
>>   -v $HOME/.juju-work:/home/ubuntu/.local/share/juju \
>>   -v $HOME/projects/work/interfaces:/home/ubuntu/interfaces \
>>   -v $HOME/projects/work/layers:/home/ubuntu/layers \
>>   -v $HOME/projects/work/builds:/home/ubuntu/builds \
>>   -v $HOME/projects/work/bundles:/home/ubuntu/bundles \
>>   -v $PWD:/home/ubuntu/pwd \
>>   jujusolutions/charmbox:devel
>>
>> From here you should be able to enter into any charm/bundle directory and
>> kick off a test against a boostrapped juju2 controller:
>>
>> juju bootstrap amazon aws
>> bundletester -F -l DEBUG -v
>>
>> If you encounter any issues, let us know on the issue tracker:
>>
>> https://github.com/juju-solutions/charmbox/issues
>>
>> Thanks and happy testing!
>>
>> On Wed, Aug 3, 2016 at 11:01 AM Tim Van Steenburgh <
>> tim.van.steenbu...@canonical.com> wrote:
>>
>>> These new releases work with the latest juju-2.0 betas while maintaining
>>> compatibility with juju-1.25.
>>>
>>> They are currently available on PyPI and in ppa:tvansteenburgh/ppa, and
>>> will likely be copied to ppa:juju/stable in the near future.
>>>
>>> Find bugs? File here:
>>> https://bugs.launchpad.net/python-jujuclient
>>> https://bugs.launchpad.net/juju-deployer
>>>
>>>
>>> Bundletester (https://github.com/juju-solutions/bundletester) works
>>> with the latest juju-2.0 betas if the latest versions of juju-deployer and
>>> python-jujuclient are installed.
>>>
>>> The Amulet charm testing library (http://pythonhosted.org/amulet/) has
>>> juju-2.0 support in master, but is awaiting a release that contains that
>>> support. Watch this space for an announcement of that release.
>>> --
>>> Juju mailing list
>>> Juju@lists.ubuntu.com
>>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>>> an/listinfo/juju
>>>
>> --
>> Juju Charmer
>> Canonical Group Ltd.
>> Ubuntu - Linux for human beings | www.ubuntu.com
>> Juju - The fastest way to model your service | www.jujucharms.com
>> --
>> Juju mailing list
>> Juju@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>> an/listinfo/juju
>>
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
> an/listinfo/juju
>
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-04 Thread Pete Vander Giessen
Hi Tim,

I've been using the latest Juju beta, along with updated deployer and
amulet built from master, and it is all working smoothly. Thank you very
much for putting in the work to get everything updated. :-)

~ PeteVG

On Wed, Aug 3, 2016 at 1:41 PM Charles Butler 
wrote:

> With quick turn around this is now available for immediate testing in the
> charmbox:devel flavor of images
>
> docker pull jujusolutions/charmbox:devel
>
> You can get started right away with some volume mounts to bring in your
> charm's and $JUJU_DATA location. We on the ~containers team have a bash
> alias to make this somewhat trivial:
>
> I apologize in advance for the number of flags to make this feasible,
> however its a vanilla juju workspace on every invocation.
>
> docker run --rm \
>   -ti  \
>   -h charmbox.juju.solutions \
>   -v $HOME/.juju-work:/home/ubuntu/.local/share/juju \
>   -v $HOME/projects/work/interfaces:/home/ubuntu/interfaces \
>   -v $HOME/projects/work/layers:/home/ubuntu/layers \
>   -v $HOME/projects/work/builds:/home/ubuntu/builds \
>   -v $HOME/projects/work/bundles:/home/ubuntu/bundles \
>   -v $PWD:/home/ubuntu/pwd \
>   jujusolutions/charmbox:devel
>
> From here you should be able to enter into any charm/bundle directory and
> kick off a test against a boostrapped juju2 controller:
>
> juju bootstrap amazon aws
> bundletester -F -l DEBUG -v
>
> If you encounter any issues, let us know on the issue tracker:
>
> https://github.com/juju-solutions/charmbox/issues
>
> Thanks and happy testing!
>
> On Wed, Aug 3, 2016 at 11:01 AM Tim Van Steenburgh <
> tim.van.steenbu...@canonical.com> wrote:
>
>> These new releases work with the latest juju-2.0 betas while maintaining
>> compatibility with juju-1.25.
>>
>> They are currently available on PyPI and in ppa:tvansteenburgh/ppa, and
>> will likely be copied to ppa:juju/stable in the near future.
>>
>> Find bugs? File here:
>> https://bugs.launchpad.net/python-jujuclient
>> https://bugs.launchpad.net/juju-deployer
>>
>>
>> Bundletester (https://github.com/juju-solutions/bundletester) works with
>> the latest juju-2.0 betas if the latest versions of juju-deployer and
>> python-jujuclient are installed.
>>
>> The Amulet charm testing library (http://pythonhosted.org/amulet/) has
>> juju-2.0 support in master, but is awaiting a release that contains that
>> support. Watch this space for an announcement of that release.
>> --
>> Juju mailing list
>> Juju@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/juju
>>
> --
> Juju Charmer
> Canonical Group Ltd.
> Ubuntu - Linux for human beings | www.ubuntu.com
> Juju - The fastest way to model your service | www.jujucharms.com
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-03 Thread Charles Butler
With quick turn around this is now available for immediate testing in the
charmbox:devel flavor of images

docker pull jujusolutions/charmbox:devel

You can get started right away with some volume mounts to bring in your
charm's and $JUJU_DATA location. We on the ~containers team have a bash
alias to make this somewhat trivial:

I apologize in advance for the number of flags to make this feasible,
however its a vanilla juju workspace on every invocation.

docker run --rm \
  -ti  \
  -h charmbox.juju.solutions \
  -v $HOME/.juju-work:/home/ubuntu/.local/share/juju \
  -v $HOME/projects/work/interfaces:/home/ubuntu/interfaces \
  -v $HOME/projects/work/layers:/home/ubuntu/layers \
  -v $HOME/projects/work/builds:/home/ubuntu/builds \
  -v $HOME/projects/work/bundles:/home/ubuntu/bundles \
  -v $PWD:/home/ubuntu/pwd \
  jujusolutions/charmbox:devel

>From here you should be able to enter into any charm/bundle directory and
kick off a test against a boostrapped juju2 controller:

juju bootstrap amazon aws
bundletester -F -l DEBUG -v

If you encounter any issues, let us know on the issue tracker:

https://github.com/juju-solutions/charmbox/issues

Thanks and happy testing!

On Wed, Aug 3, 2016 at 11:01 AM Tim Van Steenburgh <
tim.van.steenbu...@canonical.com> wrote:

> These new releases work with the latest juju-2.0 betas while maintaining
> compatibility with juju-1.25.
>
> They are currently available on PyPI and in ppa:tvansteenburgh/ppa, and
> will likely be copied to ppa:juju/stable in the near future.
>
> Find bugs? File here:
> https://bugs.launchpad.net/python-jujuclient
> https://bugs.launchpad.net/juju-deployer
>
>
> Bundletester (https://github.com/juju-solutions/bundletester) works with
> the latest juju-2.0 betas if the latest versions of juju-deployer and
> python-jujuclient are installed.
>
> The Amulet charm testing library (http://pythonhosted.org/amulet/) has
> juju-2.0 support in master, but is awaiting a release that contains that
> support. Watch this space for an announcement of that release.
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju
>
-- 
Juju Charmer
Canonical Group Ltd.
Ubuntu - Linux for human beings | www.ubuntu.com
Juju - The fastest way to model your service | www.jujucharms.com
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-03 Thread Adam Israel
Excellent news! Thanks, Tim.

On Wed, Aug 3, 2016 at 12:04 PM Charles Butler 
wrote:

> Thanks for the heads up Tim.
>
> I'll get a build pressed for charmbox:devel to get these latest test
> additions in there right now while I'm context switching.
>
> Thanks a bunch for the effort, I know this has been a bit of an uphill
> project. To see the light at the end of the tunnel is very welcome!
>
> All the best,
>
> Charles
>
> On Wed, Aug 3, 2016 at 11:01 AM Tim Van Steenburgh <
> tim.van.steenbu...@canonical.com> wrote:
>
>> These new releases work with the latest juju-2.0 betas while maintaining
>> compatibility with juju-1.25.
>>
>> They are currently available on PyPI and in ppa:tvansteenburgh/ppa, and
>> will likely be copied to ppa:juju/stable in the near future.
>>
>> Find bugs? File here:
>> https://bugs.launchpad.net/python-jujuclient
>> https://bugs.launchpad.net/juju-deployer
>>
>>
>> Bundletester (https://github.com/juju-solutions/bundletester) works with
>> the latest juju-2.0 betas if the latest versions of juju-deployer and
>> python-jujuclient are installed.
>>
>> The Amulet charm testing library (http://pythonhosted.org/amulet/) has
>> juju-2.0 support in master, but is awaiting a release that contains that
>> support. Watch this space for an announcement of that release.
>> --
>> Juju mailing list
>> Juju@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/juju
>>
> --
> Juju Charmer
> Canonical Group Ltd.
> Ubuntu - Linux for human beings | www.ubuntu.com
> Juju - The fastest way to model your service | www.jujucharms.com
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


[ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-03 Thread Tim Van Steenburgh
These new releases work with the latest juju-2.0 betas while maintaining
compatibility with juju-1.25.

They are currently available on PyPI and in ppa:tvansteenburgh/ppa, and
will likely be copied to ppa:juju/stable in the near future.

Find bugs? File here:
https://bugs.launchpad.net/python-jujuclient
https://bugs.launchpad.net/juju-deployer


Bundletester (https://github.com/juju-solutions/bundletester) works with
the latest juju-2.0 betas if the latest versions of juju-deployer and
python-jujuclient are installed.

The Amulet charm testing library (http://pythonhosted.org/amulet/) has
juju-2.0 support in master, but is awaiting a release that contains that
support. Watch this space for an announcement of that release.
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-03 Thread Charles Butler
Thanks for the heads up Tim.

I'll get a build pressed for charmbox:devel to get these latest test
additions in there right now while I'm context switching.

Thanks a bunch for the effort, I know this has been a bit of an uphill
project. To see the light at the end of the tunnel is very welcome!

All the best,

Charles

On Wed, Aug 3, 2016 at 11:01 AM Tim Van Steenburgh <
tim.van.steenbu...@canonical.com> wrote:

> These new releases work with the latest juju-2.0 betas while maintaining
> compatibility with juju-1.25.
>
> They are currently available on PyPI and in ppa:tvansteenburgh/ppa, and
> will likely be copied to ppa:juju/stable in the near future.
>
> Find bugs? File here:
> https://bugs.launchpad.net/python-jujuclient
> https://bugs.launchpad.net/juju-deployer
>
>
> Bundletester (https://github.com/juju-solutions/bundletester) works with
> the latest juju-2.0 betas if the latest versions of juju-deployer and
> python-jujuclient are installed.
>
> The Amulet charm testing library (http://pythonhosted.org/amulet/) has
> juju-2.0 support in master, but is awaiting a release that contains that
> support. Watch this space for an announcement of that release.
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju
>
-- 
Juju Charmer
Canonical Group Ltd.
Ubuntu - Linux for human beings | www.ubuntu.com
Juju - The fastest way to model your service | www.jujucharms.com
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju