Re: New Juju Plugin: git-deploy

2014-04-08 Thread Francesco Banconi
On 08 Apr 2014, at 16:33, Joshua Strobl wrote: > You clearly didn't see the juju-git-charm, which deploys and manages charms > through git, and it isn't limited to GitHub. Hey Joshua, Your plugin is this, right? https://github.com/juju/plugins/blob/master/juju-git-charm AFAICT that seems to

Re: New Juju Plugin: git-deploy

2014-04-08 Thread Adam Stokes
Im probably missing something but I dont see where juju-git-charm actually handles the deploying? Where as Francesco's plugin interacts directly with the api server to handle the deploying of charms. On Tue, Apr 8, 2014 at 10:33 AM, Joshua Strobl wrote: > You clearly didn't see the juju-git-charm

1.18 docs

2014-04-08 Thread Nick Veitch
Denizens of the Jujusphere! With the 1.18 release of Juju came loads of new features, and thanks to some outstanding teamwork we managed to document pretty much everything already! So, if you want to: * Configure proxies for your environment - https://juju.ubuntu.com/docs/howto-proxies.html * Man

Re: New Juju Plugin: git-deploy

2014-04-08 Thread Joshua Strobl
You clearly didn't see the juju-git-charm, which deploys and manages charms through git, and it isn't limited to GitHub. On Apr 8, 2014 10:52 AM, "Francesco Banconi" < francesco.banc...@canonical.com> wrote: > > On 08 Apr 2014, at 00:35, Joshua Strobl wrote: > > > I already created a plugin, not

fast containers & dev workflow with juju 1.18

2014-04-08 Thread Kapil Thangavelu
Hi Folks, instructions on getting a speedy workflow with local provider (a container per second) with juju's builtin local provider (running 1.18) if you have btrfs @ /var/lib/lxc and install squid-deb-proxy on the host, and run juju set-env apt-http-proxy="http://10.0.3.1:8000"; you should be a

Charm School: OSX Workflow, 1500 EST, 11 April

2014-04-08 Thread Charles Butler
Hi everyone, we'll be having a charm school on how to get started charming on Mac OSX, next Friday, 11 April at 1500 EST. We will cover: What tools are needed how to work with vagrant and sshuttle modifying your basebox for testing in isolation And in general take a tour of typical workflows to

Re: New Juju Plugin: git-deploy

2014-04-08 Thread Adam Stokes
Francesco, I've been working with upstream to get 1 code base supporting both py2 and py3 https://github.com/liris/websocket-client/issues/73 You should subscribe to that issue if you're curious when that work is complete. On Tue, Apr 8, 2014 at 3:48 AM, Francesco Banconi wrote: > > On 07 Apr

Re: New Juju Plugin: git-deploy

2014-04-08 Thread Francesco Banconi
On 08 Apr 2014, at 00:35, Joshua Strobl wrote: > I already created a plugin, not sure why it was created again. It is over at > Juju Plugins: > > https://github.com/juju/plugins I don’t see anything equivalent or similar there. -- Francesco -- Juju mailing list Juju@lists.ubuntu.com Mo

Re: New Juju Plugin: git-deploy

2014-04-08 Thread Francesco Banconi
On 07 Apr 2014, at 19:37, Adam Stokes wrote: > I think it would be cool if that was utilizing the existing code by > Kapil for the api interactions: > > https://launchpad.net/python-jujuclient Hi Adam, yeah, of course it would be nice. The first step in that direction would be making the juju