Layered realtime-syslog-analytics and apache-hadoop-spark-zeppelin

2016-03-02 Thread Cory Johns
Following up on the announcement of the layered Hadoop core bundle (apache-core-batch-processing), we have now also updated the apache-hadoop-spark-zeppelin ( https://jujucharms.com/u/bigdata-dev/apache-hadoop-spark-zeppelin) and the bundle that builds on it, realtime-syslog-analytics ( https://juj

[Review Queue]

2016-03-02 Thread Adam Israel
Memcached I reviewed two memcached-related proposals today, the former unblocking the latter. Allow memcached connections from non-related units: https://code.launchpad.net/~freyes/charms/trusty/memcached/lp1525026/+merge/287213 Add support for local-monitor interface. My only note here is that

Re: Get number of units

2016-03-02 Thread Tom Barber
Personally for command line stuff, I like the juju cheatsheet on github. It would be good to have something similar for tips and tricks then its relatively relaxed and easy to get new submissions in from outside. -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316

Re: Get number of units

2016-03-02 Thread Charles Butler
Nice, I like this. +1 Marco If we have a "tips and tricks" page or charmer snippets, this should live there. Charles Butler - Juju Charmer Come see the future of modeling your datacenter: http://jujucharms.com On Wed, Mar 2, 2016 at 6:45 AM, Marco Ceppi wrote: > To answer your question anywa

Re: Juju GUI 2.0

2016-03-02 Thread Uros Jovanovic
There are bugs, esp. with the environment switching, but that's why it's still beta ;) On Wed, Mar 2, 2016 at 1:17 PM, Marco Ceppi wrote: > Thanks Uros, > > I just deployed and tested, seems to work now. Thanks for getting a beta > out to try! > > Marco > > On Wed, Mar 2, 2016 at 7:12 AM Uros Jo

Re: Juju GUI 2.0

2016-03-02 Thread Marco Ceppi
Thanks Uros, I just deployed and tested, seems to work now. Thanks for getting a beta out to try! Marco On Wed, Mar 2, 2016 at 7:12 AM Uros Jovanovic wrote: > The message should switch to "juju show-controller --include-passwords" > when in juju 2.0. > > On Wed, Mar 2, 2016 at 1:10 PM, Marco C

Re: Juju GUI 2.0

2016-03-02 Thread Uros Jovanovic
The message should switch to "juju show-controller --include-passwords" when in juju 2.0. On Wed, Mar 2, 2016 at 1:10 PM, Marco Ceppi wrote: > Hi Uros, > > I've deployed this, but `api-info` isn't a command anymore in 2.0 How do > we get the admin-secret/password for the admin (or any) user? > >

Re: Juju GUI 2.0

2016-03-02 Thread Marco Ceppi
Hi Uros, I've deployed this, but `api-info` isn't a command anymore in 2.0 How do we get the admin-secret/password for the admin (or any) user? Marco On Wed, Mar 2, 2016 at 7:03 AM Uros Jovanovic wrote: > Hey Tom. > > You can try the latest in cs:~yellow/trusty/juju-gui ( > https://jujucharms.

Re: Juju GUI 2.0

2016-03-02 Thread Tom Barber
Thanks I'll give it a spin! On 2 Mar 2016 12:03, "Uros Jovanovic" wrote: > Hey Tom. > > You can try the latest in cs:~yellow/trusty/juju-gui ( > https://jujucharms.com/u/yellow/juju-gui). > > All feedback welcome at https://github.com/juju/juju-gui/issues . > > Cheers. > > On Wed, Mar 2, 2016 at

Re: Juju GUI 2.0

2016-03-02 Thread Uros Jovanovic
Hey Tom. You can try the latest in cs:~yellow/trusty/juju-gui ( https://jujucharms.com/u/yellow/juju-gui). All feedback welcome at https://github.com/juju/juju-gui/issues . Cheers. On Wed, Mar 2, 2016 at 12:17 PM, Tom Barber wrote: > Hey Uros, > > Did that beta get cut? I forgot to check > >

Re: Migration of OpenStack Charm development to OpenStack git/gerrit

2016-03-02 Thread James Page
Hi All The majority of existing commiters for the openstack charms now have the required privileges on OpenStack's Gerrit review system to +2 review and approve changes for final gating and landing. Charm CI is now executing against proposed changes; please ensure that these have completed succes

Re: Get number of units

2016-03-02 Thread Marco Ceppi
To answer your question anyways, you can do this with the peers relation: ``` metadata.yaml peers: cluster: interface: my-service-cluster ``` So, at anytime, in any hook you can do the following: ``` bash rid=$(relation-ids cluster) for unit in $(relation-list -r $rid); do echo "

Re: Get number of units

2016-03-02 Thread Tom Barber
Scrap that, I have an alternative solution! -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart goal, but you can alw

Get number of units

2016-03-02 Thread Tom Barber
Morning I need to open an extra port for each unit in my charm, can I ask juju for a count of running units in a service? Thanks Tom -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Juju GUI 2.0

2016-03-02 Thread Tom Barber
Hey Uros, Did that beta get cut? I forgot to check Thanks Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart

Re: Bitnami wordpress charm development

2016-03-02 Thread Samuel Cozannet
I think what you'd actually want to do is a layer for that. If you create configuration in the charm, then you'd have a generic charm, and not expose what is actually into it. As Juju wants to model, what actually runs must be explicitly described. With a layer, you could enable people to use a re