Re: juju deployer or juju quickstart on pure go

2015-06-04 Thread William Reade
Hi Vasiliy If you're interested in bundle processing with golang, we should definitely chat. A plugin would be perfectly possible, but it'd be *much* nicer (and more generally useful) to have the code you want to write running directly in the state server. If you'd like to talk directly, please pi

Re: juju deployer or juju quickstart on pure go

2015-06-04 Thread Mark Shuttleworth
Hi Vasiliy We'd like to move bundle processing into Go, and actually build it straight into Juju core. If you are interested to help with that, William cc'd would be a good person to chat with, or could point you to the right person. Thank you! Mark On 04/06/15 00:37, Jeff Pihach wrote: > Hi Va

Re: juju deployer or juju quickstart on pure go

2015-06-03 Thread Jeff Pihach
Hi Vasiliy, Both projects are open source and written in python[1][2]. Is there a reason why you would like them in Go instead? While it may look like they simply deploy charms, in reality there is a lot of processing necessary to generate the proper api calls to deploy bundles according to the sp

juju deployer or juju quickstart on pure go

2015-06-02 Thread Vasiliy Tolstov
As i see (not very deep knowledge) juju quickstart and juju deployer parses bundle.yaml get all needed charms and deploy it. If i'm write go based deployer that do exactly this things, does is possible to use it like juju quickstart / juju deployer (now only internal my usage). Or this tools handle