[Review Queue] nagios, pubphoto, apache2, nrpe-external-master, couchbase, kibana, big data conjure-up spells

2016-08-04 Thread Cory Johns
Greetings. Konstantinos, Pete, and I reviewed some items from the RQ today. We also forgot to send out notification of some reviews we did the week before last. Aug 4, 2016: Cory/Konstantinos/Pete - Nagios - cross platform support (centos) -

A new development release of Juju, 2.0-beta14, is here!

2016-08-04 Thread Curtis Hovey-Canonical
A new development release of Juju, 2.0-beta14, is here! ## What's new? * New model config capability allows managing custom configuration on models much easier. See “Shared Model Config” in the release notes. * First baby step to an interactive bootstrap experience. Look for more on this in

A new development release of Juju, 2.0-beta14, is here!

2016-08-04 Thread Curtis Hovey-Canonical
A new development release of Juju, 2.0-beta14, is here! ## What's new? * New model config capability allows managing custom configuration on models much easier. See “Shared Model Config” in the release notes. * First baby step to an interactive bootstrap experience. Look for more on this in

Re: hub github helper

2016-08-04 Thread Reed O'Brien
On Thu, Aug 4, 2016 at 3:16 AM, John Meinel wrote: > So my "upstream" is github.com/juju/juju but my "origin" is > github.com/jameinel/juju. I would be concerned to set the former as an > origin because as a lead I *do* have the ability to push to the master > branch. I

Re: [ANN] New juju-deployer-0.9.0, python-jujuclient-0.53.1

2016-08-04 Thread Junaid Ali
Thanks Tim. It is working well for me as well except for local charms and charms at launchpad. It gives out error "juju deploy -m ctr-trusty:neutron_plugin --config /tmp/tmpciQAqA --series trusty trusty/neutron-api neutron-api". Regards, Junaid On Thu, Aug 4, 2016 at 6:38 PM, Pete Vander Giessen

Re: hub github helper

2016-08-04 Thread Reed O'Brien
FWIW, I add a line to my repo config. The second line (or first fetch) below: [remote "upstream"] url = https://github.com/juju/juju fetch = +refs/pull/*/head:refs/remotes/upstream/pr/* fetch = +refs/heads/*:refs/remotes/upstream/* `git fetch` subsequently fetches all PRs. and checking one out

Re: Juju could not add relation between mediawiki & mariadb

2016-08-04 Thread Konstantinos Tsakalozos
Hi Steve, Just replied to your question here: http://askubuntu.com/questions/808016/realtime-syslog-analytics-deployment-not-working/808054#808054 regarding the deployment of the realtime-syslog-analytics bundle. For juju 1.25 you need to use quickstart to deploy bundles. Many thanks to Merlijn

Re: Automate the creation of Juju environments on MAAS

2016-08-04 Thread Rick Harding
I'd be curious what MAAS folks say. I poked at their API docs and it looks like you have a call to create a user: https://maas.ubuntu.com/docs/api.html#users but to create the api token it seems like a special call "for the currently logged in user"

Re: hub github helper

2016-08-04 Thread Chris MacNaughton
That is interesting, I use the same configuration: origin is me, upstream is the parent fork. I didn't realize this was uncommon. According to Github, this is the normal, expected practice: https://help.github.com/articles/fork-a-repo/#keep-your-fork-synced -- Juju-dev mailing list

Tell Juju which MAAS network to use

2016-08-04 Thread Merlijn Sebrechts
How can I tell Juju which maas network to use to connect to the machines? https://askubuntu.com/questions/808011/how-to-specify-what-maas-interface-juju-should-use -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Juju could not add relation between mediawiki & mariadb

2016-08-04 Thread Merlijn Sebrechts
Hi Steve Pe Welcome to the Juju community! I answered your question on askubuntu. Please create a new issue for your problems with the syslog-analytics bundle and link it here so I can help you with that. Kind regards Merlijn 2016-08-04 12:13 GMT+02:00 Steve Pe : >

Re: hub github helper

2016-08-04 Thread Marco Ceppi
On Thu, Aug 4, 2016 at 6:16 AM John Meinel wrote: > On Aug 2, 2016 6:08 PM, "Nate Finch" wrote: > > > > > > > > To make a PR from the CLI using hub, make sure the repo you want to PR > against is the git remote called origin, then you can make a

Re: hub github helper

2016-08-04 Thread John Meinel
On Aug 2, 2016 6:08 PM, "Nate Finch" wrote: > > > > To make a PR from the CLI using hub, make sure the repo you want to PR against is the git remote called origin, then you can make a PR with your current branch by just doing > > hub pull-request > > This will open an

Juju could not add relation between mediawiki & mariadb

2016-08-04 Thread Steve Pe
Someone help me this? http://askubuntu.com/questions/806214/juju-could-not-add-relation-between-mediawiki-mariadb -- Best wishes; Steve Pe ( https://www.linkedin.com/in/stevepe ) "Doing good to others is not a duty, it is a joy, for it increases our own health and happiness." -- Juju mailing

Automate the creation of Juju environments on MAAS

2016-08-04 Thread Merlijn Sebrechts
Hi all I'd like to automate the creation of Juju environments on MAAS. Automate stuff like: - Creating users - Creating API keys - Configuring the Juju client Is there something available that does this? If not, I'll write it myself but I wanted to check the list first. Kind regards