Re: juju bug (?) when allocating floating ips to machines

2017-07-28 Thread Patrizio Bassi
Dear Heather here you are: https://bugs.launchpad.net/juju/+bug/1707248 The external network check is not enough because, as said, the same network ip range may be allocated in other tenants. Regards Patrizio 2017-07-27 19:43 GMT+02:00 Heather Lanigan : > Hi

Re: Application of Membership for Charmers

2017-07-28 Thread Edward Hope-Morley
Yuge +1! On 21/07/17 13:41, Billy Olsen wrote: Hello Charmers, My name is Billy Olsen and I've been a long time contributor to the OpenStack Charms, going back 3 years now. I'm currently a core member of the OpenStack charming community and have additionally made contributions of code and

How do upgrades handle resources?

2017-07-28 Thread Merlijn Sebrechts
Hi all I'm not sure how resources and upgrades work together. I see that the kubernetes layers use resources, but you upgrade kubernetes using `juju upgrade-charm`. How does that work? Does each charm version have a "default resource" attached? The resources docs don't really explain this

Re: Is a set state called multiple times?

2017-07-28 Thread fengxia
Very helpful indeed! Thank you for the insight Alex. The concern of "doing too much" is exactly what started conversation when we are expecrimenting with charm, because in our design we are using charm as a state-driven framework that interacts with external resources. So it's the sanity of

Re: Is a set state called multiple times?

2017-07-28 Thread Alex Kavanagh
Hi fengxia As Cory says, it's much better to think of the set_state() and remove_state() as binary flags; in fact in the upcoming version, set_state becomes set_flag() and remove_state() becomes remove_flag() -- although the existing functions will still exist for backwards compatibility. So a