[Review Queue] mysql 15-configs test

2015-02-24 Thread Matt Bruzek
I spent some time in the Review Queue taking a look at the mysql tests that were added by nicopace. https://code.launchpad.net/~nicopace/charms/trusty/mysql/multiple-configs-one-instance I am happy to have more tests to exercise mysql, but I found the test was not deploying the correct series of

Re: adding placement directives for ensure-availability

2015-02-24 Thread Nate Finch
Briefly, the problem with ensure-availability is that it does too much. It converts a non-HA environment into an HA environment. If you're already in HA and you specify a larger number of servers, it'll add servers. If some servers are down, it'll start new ones and remove the down ones. There

Re: adding placement directives for ensure-availability

2015-02-24 Thread Gustavo Niemeyer
Hi Nate, On Tue, Feb 24, 2015 at 2:24 PM, Nate Finch wrote: (...) > To support this, we need a way to say "use the default placement policy". > For this, we propose the keyword "default". Thus, to fix the above example, > Bill would type this: > >> $ juju ensure-availability --to lxc:1,default >

adding placement directives for ensure-availability

2015-02-24 Thread Nate Finch
Please note that this email is about a feature that needs to be significantly finished by Friday, so if you think you might want to comment, please do so ASAP. There is currently a requirement to