Developing and Ubuntu Juju Charm blog post

2014-02-13 Thread Jorge O. Castro
Some feedback from Josh Strobl: http://joshstrobl.blogspot.com/2014/02/developing-ubuntu-juju-charm.html I've left some comments: https://plus.google.com/+JoshuaStrobl/posts/UEXzk4THYJs Some things I'd like to propose: 1. Is it time to promote the Vagrant box to a more visible place on

Re: Fwd: Developing and Ubuntu Juju Charm blog post

2014-02-13 Thread Joshua Strobl
Hey everyone, as Jorge said, I have some feedback, mostly specified in my blog, but I'll go ahead and summarize it here. First off, before I begin, just want to say thanks to all the Canonical employees and those who volunteer that have dedicated time to making Juju, reviewing charms, authoring

Juju Plugins

2014-02-13 Thread Jorge O. Castro
If you didn't know, Juju has support for plugins. So far these have been scattered over junk branches and pastebins so we're going to organize them so people have one place to find them: https://github.com/juju/plugins We're not going to package them (yet) so we can put them in one place and see

Re: Juju Plugins

2014-02-13 Thread Joshua Strobl
Would it be feasible and/or benefitial to have some sort of rating system for the plugins, with those that get the most support being merged into juju-core (assuming there wouldn't be some upcoming functionality that would make the plugin no-longer-useful)? I see that as a great way to improve

Re: Juju Plugins

2014-02-13 Thread Marco Ceppi
So, when I first started plugins, I was like WE SHOULD HAVE A WEBSITE, AND IT SHOULD HAVE PLUGINS, AND AWESOME, but then I realized that we don't have that many plugins. In the future, if plugins become a popular thing we can invest some time in making jujuplugins.com and have a plugin installer,

Re: juju api and authenticated request

2014-02-13 Thread Adam Stokes
On Tue, Feb 11, 2014 at 3:22 PM, Kapil Thangavelu kapil.thangav...@canonical.com wrote: hybi-13 is the rfc version. the library jujuclient is using also has a python3 variant. I guess my question is what version of the websocket spec is supported in the juju api server? Any attempt to make a

Re: juju api and authenticated request

2014-02-13 Thread Adam Stokes
Also looking at the websocket code from go.net/websocket it looks like all older versions of the protocol were dropped in Dec 2013. Unfortunately, my go knowledge is limited and Im not sure how to tell which version of the websocket library is being used. I see the protocol version in the upstream