Re: proxies and multiplexing

2014-06-15 Thread Andrew Wilkins
On Fri, Jun 13, 2014 at 9:38 PM, Stuart Bishop stuart.bis...@canonical.com wrote: Hi. I'm having some trouble fitting proxy services, such as load balancers, caches, connection pools etc. into the juju world view. I feel that a proxy should seamlessly drop into an existing relation,

Re: Availability zone support

2014-06-15 Thread Andrew Wilkins
On Sat, Jun 14, 2014 at 4:38 PM, John Meinel j...@arbash-meinel.com wrote: ... 2) If you have 2 services, you likely would rather them on the same AZ rather than spread across different AZ because of the different cost of network bandwidth. How do we manage multiple services? Do we just

Re: Request to update config-LXC doc

2014-06-15 Thread Andrew Wilkins
On Sat, Jun 14, 2014 at 8:51 AM, Joshua Strobl joshua.str...@outlook.com wrote: I noticed that there is documentation on juju debug-log ( https://juju.ubuntu.com/docs/config-LXC.html) regarding a debug-log bug that prevents it from working as expected. However the bug's status is Fix Released

New txn package

2014-06-15 Thread Ian Booth
Hi all A new txn package has been introduced under state. This package provides a txn.Runner interface, the implementation of which provides functionality previously inside the State struct. All of the transaction hooks for use in tests also have been moved across. A major feature of the new

Re: [Canonical-juju-qa] Cursed (final): #1479 gitbranch:master:github.com/juju/juju ead2e2d6 (functional-ha-recovery, hp-upgrade-precise-amd64)

2014-06-15 Thread John Meinel
So while that used to be true, we no longer call SetMongoPassword for anything other than State agents. So unit agents should *not* have a Mongo user anyway, and machine agents should only have Mongo users if they have the JobManageEnviron which means they have full admin rights in the database.

Re: Availability zone support

2014-06-15 Thread John Meinel
expected-redundancy=3 ? I don't have amazing ideas here, mostly because we need services that are really being used with lots of units. If you only have 3 units of a service, then it really doesn't matter. I think having a decent first step of this, and then we can drive the rest from concrete