Re: juju HA lands on tip

2014-04-21 Thread Andrew Wilkins
On Fri, Apr 18, 2014 at 3:02 AM, roger peppe rogpe...@gmail.com wrote: I've just landed some changes on juju tip that enable highly available juju environments. In a HA environment, there are several state servers - if one dies, one of the others should take over. To make a HA environment,

Re: juju HA lands on tip

2014-04-18 Thread John Meinel
The CLI now goes exclusively through the API, so you should be able to drive it from the GUI as well. We'll probably need more focused APIs for getting the status of state machines (right now I think we just put it into Status itself, and we'll want to have a way to get just that information

juju HA lands on tip

2014-04-17 Thread roger peppe
I've just landed some changes on juju tip that enable highly available juju environments. In a HA environment, there are several state servers - if one dies, one of the others should take over. To make a HA environment, run the ensure-availability command. For example to make a HA environment

Re: juju HA lands on tip

2014-04-17 Thread Andrew Wilkins
On Fri, Apr 18, 2014 at 9:12 AM, Richard Harding rick.hard...@canonical.com wrote: On Thu, 17 Apr 2014, roger peppe wrote: I've just landed some changes on juju tip that enable highly available juju environments. In a HA environment, there are several state servers - if one dies, one of

Re: Juju HA

2013-09-29 Thread Kapil Thangavelu
: I wanted to ask you how juju HA is going to work out? I can understand that the state server can be a replica set but how you run multiple jujud on different machines? Aren't they going to step on each other without partitioning? what is the plan to do HA? Thanks, Mike -- Juju-dev