Re: Poor performance on Juju local with lxc containers.

2014-07-09 Thread Sebastian
Thanks!! now we are really using the charm in the notebooks of the devs \o/ David, the Drupal charm was installing the xdebug as default, and in the host was only the php-cli and php-apc so thats why. Abs, Sebas. 2014-07-09 5:28 GMT-03:00 David Cheney : > Excellent news. I'm glad you got to t

Re: juju as a web service

2014-07-09 Thread Tudor Rogoz
Thanks for the info.I'll look on them. Tudor From: Sebastian mailto:sebas5...@gmail.com>> Date: Wednesday, July 9, 2014 at 5:15 PM To: Adam Stokes mailto:adam.sto...@ubuntu.com>> Cc: juju mailto:juju@lists.ubuntu.com>> Subject: Re: juju as a web service Juju as a service is a real need, i star

Re: juju as a web service

2014-07-09 Thread Sebastian
Juju as a service is a real need, i started that project some months ago. we are planning to release an MVP in the next two months :) Abs, Sebas. Em 09/07/2014 11:47, "Adam Stokes" escreveu: > We also have a python3 version hosted at: > > https://github.com/Ubuntu-Solutions-Engineering/macumba

Re: juju as a web service

2014-07-09 Thread Adam Stokes
We also have a python3 version hosted at: https://github.com/Ubuntu-Solutions-Engineering/macumba It's what Ubuntu Openstack Installer is switching to for its internal juju communication. On Wed, Jul 9, 2014 at 9:28 AM, Mark Shuttleworth wrote: > On 09/07/14 13:52, Andrew Wilkins wrote: >> Juju

Re: juju as a web service

2014-07-09 Thread Mark Shuttleworth
On 09/07/14 13:52, Andrew Wilkins wrote: > Juju has a websocket API that you can use to perform the same operations as > the CLI can. > > There are Go and Python client APIs. The Go one is in the core repository, > and the Python one is here: https://launchpad.net/python-jujuclient Batteries inclu

Re: juju as a web service

2014-07-09 Thread Andrew Wilkins
Hi Tudor, Juju has a websocket API that you can use to perform the same operations as the CLI can. There are Go and Python client APIs. The Go one is in the core repository, and the Python one is here: https://launchpad.net/python-jujuclient Cheers, Andrew On Wed, Jul 9, 2014 at 5:06 AM, Tudor

juju as a web service

2014-07-09 Thread Tudor Rogoz
Hi, I there a possibility to deploy juju as a web service? Or there is a charm similar with Juju-gui, that provides an API? Thanks, Tudor -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Poor performance on Juju local with lxc containers.

2014-07-09 Thread David Cheney
Excellent news. I'm glad you got to the bottom of it. Do you know why php5-xdebug was installed the lxc container, but not your vagrant vm ? On Wed, Jul 9, 2014 at 5:24 PM, Sebastian wrote: > ha!! gotcha!! finally I know why, the php5-xdebug was installed and enabled > by default, didn't know wa

Re: Poor performance on Juju local with lxc containers.

2014-07-09 Thread Sebastian
ha!! gotcha!! finally I know why, the php5-xdebug was installed and enabled by default, didn't know was such a big impact of performance. So this is going to the charm's configuration , so can be an option. Happy Sebas now. 2014-07-09 2:40 GMT-03:00 Seb