Re: Fwd: AWS Cross Account Roles

2016-03-04 Thread Kapil Thangavelu
On Fri, Mar 4, 2016 at 8:25 PM, Kapil Thangavelu wrote: > > > On Fri, Mar 4, 2016 at 7:27 PM, Mark Shuttleworth wrote: > >> On 04/03/16 12:17, Kapil Thangavelu wrote: >> > They can be refreshed prior to expiration to get equivalent immortality, >> > example

Re: Fwd: AWS Cross Account Roles

2016-03-04 Thread Kapil Thangavelu
On Fri, Mar 4, 2016 at 7:27 PM, Mark Shuttleworth wrote: > On 04/03/16 12:17, Kapil Thangavelu wrote: > > They can be refreshed prior to expiration to get equivalent immortality, > > example using pysdk > > https://gist.github.com/kapilt/ac8e222081f63ba64e93 > > > > Ideal usage

Re: Question - Creating first Charm

2016-03-04 Thread José Antonio Rey
Great suggestions, Matt! Gilbert, just wanted to thank you for working on the charm. Should you need any more help, don't hesitate to ask the list. Hope to see you around! -- José Antonio Rey On Fri, Mar 4, 2016, 19:43 Matt Bruzek wrote: > Hello Gilbert, > >

Re: Question - Creating first Charm

2016-03-04 Thread Matt Bruzek
Hello Gilbert, Thanks for the email. I have added the Juju list so others can chime too. Because Oracle-XE 11gR2 version requires accepting a license agreement to > download from Oracle.com... > ​​We are going to introduce a new concept in Juju 2.0 called "terms" where you can run an "accept"

Re: Fwd: AWS Cross Account Roles

2016-03-04 Thread Mark Shuttleworth
On 04/03/16 12:17, Kapil Thangavelu wrote: > They can be refreshed prior to expiration to get equivalent immortality, > example using pysdk > https://gist.github.com/kapilt/ac8e222081f63ba64e93 > > Ideal usage is actually using Iam instance roles as well for instance > credentials which basically

ApacheCon 2016 Talks

2016-03-04 Thread Tom Barber
Hello folks, just some minor self promotion here: I'll be doing a few talks at ApacheCon Big Data which will have some Juju stuff entwined namely: Data Management At Scale: http://sched.co/6M31 I'll be spinning up a bunch of data management and pipeline stuff for a dummy distributed data demo.

Juju 2.0-beta2 update

2016-03-04 Thread Cheryl Jennings
The Juju Core team is working towards a stable release of 2.0-beta2, but will need to delay the release due to some issues that arose in the last two weeks. The outstanding issues are: [0] 1549545 - Bundle deploys fail at lxc-start when bridge br-eth1 is created Found in CI; proposed fix is

Re: Fwd: AWS Cross Account Roles

2016-03-04 Thread Kapil Thangavelu
They can be refreshed prior to expiration to get equivalent immortality, example using pysdk https://gist.github.com/kapilt/ac8e222081f63ba64e93 Ideal usage is actually using Iam instance roles as well for instance credentials which basically work the same way wrt to refresh intervals. As perm

[Review Queue] haproxy

2016-03-04 Thread Adam Israel
*haproxy - trusty* I fixed a lint error[1] in trunk in order to unblock lp: 285937 - liberty support[2]. Note: there is currently a bug in jujucharms.com where the latest revision isn't reflected on the charm page, i.e., https://jujucharms.com/haproxy/trusty/#revisions does not show the latest

Re: Juju 2.0 and local charm deployment

2016-03-04 Thread Gabriel Samfira
Hi Marco, What happens if I have a multi series/OS bundle: ``` series: trusty services: nova-compute: charm: ./nova-compute num_units: 2 nova-hyperv: series: win2012hvr2 # is there a series override per charm ? charm: ./nova-hyperv # this can run on

Re: Fwd: AWS Cross Account Roles

2016-03-04 Thread Mark Shuttleworth
Paul, it would be interesting to see a proposal on how you'd like it to work. Mark On 03/03/16 21:36, John Meinel wrote: > At the moment I don't believe we do. We just use your access key and secret > key to identify you to EC2 when we make requests. We don't support using > temporary

Re: Juju 2.0 and local charm deployment

2016-03-04 Thread Rick Harding
No, right now charms can be multiple series but must be of the same OS. If there is truly portable code they can be wrapped as Layers to be shared among the charms, but in practice, it turns into to much ifdef style development that's difficult to debug and things like resources that are vastly

Re: Juju 2.0 and local charm deployment

2016-03-04 Thread Vasiliy Tolstov
2016-03-04 8:55 GMT+03:00 Ian Booth : > Hopefully everyone is aware that Juju 2.0 and the charm store will support > multi-series charms. To recap, a multi-series charm is one which can declare > that it supports more than just the one series; you no longer need to have a

Re: Issues with missing positional arguments....

2016-03-04 Thread Tom Barber
I have no idea, but, I did set the method to: def check_running(java=None): this morning which made the error go away, I assume because when its called by update and change_config None takes over (python newbie remember). Anyway, works for me. Tom -- Director Meteorite.bi - Saiku

Re: Juju 2.0 and local charm deployment

2016-03-04 Thread roger peppe
On 4 March 2016 at 05:55, Ian Booth wrote: > Hi folks > > TL;DR we want to remove support for old style local charm repositories in > Juju 2.0 > > Hopefully everyone is aware that Juju 2.0 and the charm store will support > multi-series charms. To recap, a multi-series