Re: echo $JUJU_ENV_VARS

2015-11-04 Thread Tim Penhey
On 05/11/15 07:23, Nick Veitch wrote: > Greetings. > > For a long time now, the docs have had a list of the environment > variables used by Juju. It is a single page that is rather useful to > everyone: > > https://jujucharms.com/docs/stable/reference-environment-variables > > It would be a lot

Re: Lots of free video training sessions tomorrow

2015-11-04 Thread Jorge O. Castro
On Tue, Nov 3, 2015 at 9:54 AM, Jorge O. Castro wrote: > As always, the sessions will be recorded Hello everyone, the videos from today are now being uploaded into this playlist for your viewing pleasure: https://www.youtube.com/playlist?list=PLW1vKndgh8gKR3RKMzKOYaucn8beB8Lgv

RE: [Bootstrap] vSphere provider

2015-11-04 Thread Cseh Dávid
Hi I tried to bootstrap juju on a vCenter 5.5 environment, but it failed when juju tries to connect to the newly created VM throught ssh. (public key error) The VM is reachable, but there is no key to connect with. What could be the problem? Thanks David -- Juju mailing list

Re: Juju service commands or communitation protocol

2015-11-04 Thread André Moreira
Thank you, Adam. This is exactly what I was looking for. André 2015-11-04 14:21 GMT-02:00 Adam Stokes : > You'll have to check out some of the bindings code: > > > http://bazaar.launchpad.net/~juju-deployers/python-jujuclient/trunk/view/head:/jujuclient.py > > That

Using distributed router in neutron

2015-11-04 Thread Pshem Kowalczyk
Hi, I'm trying to figure out if it's possible to setup distributed routing (as per http://docs.openstack.org/networking-guide/scenario_dvr_ovs.html ). Using fairly basic config: nova-cloud-controller: openstack-origin: cloud:trusty-liberty network-manager: Neutron neutron-external-network:

Re: [Bootstrap] vSphere provider

2015-11-04 Thread Marco Ceppi
Sorry to hear you're having troubles. It sounds like cloud-init didn't finish. Are you able to get a console onto the VM? If so could you get the contents of /var/log/cloud-init*? On Thu, Nov 5, 2015, 6:36 AM Cseh Dávid wrote: > Hi > > > > I tried to bootstrap juju on a

Re: UOS 15.11 - Big Data session

2015-11-04 Thread Cory Johns
In case anyone missed it, our session can be watched at: https://www.youtube.com/watch?v=T6cOyDCNU5E The slides are also publicly viewable at: https://docs.google.com/presentation/d/10ZfjFECmN1MKLOxtcp_9abHbJQNbZwyfAfQWCJeRfxc Thanks to everyone who attended or viewed! We look forward to

Re: Juju service commands or communitation protocol

2015-11-04 Thread André Moreira
Thank you, Mark, for the reply. Nice to know there is this library and there will be an official one! But, if I want to use the REST api without the python library, where can I find documentation for it? Thanks in advance, André 2015-11-04 6:32 GMT-02:00 Mark Shuttleworth : > On

juju bootstrap fails with vSphere 6.0

2015-11-04 Thread Forstner Michael
Hi all, I am trying to get startet with juju and VMWare vSphere 6.0 for a private Cloud scenario. The ‘juju bootstrap’ command fails with following output: Bootstrap failed, cleaning up the environment. ERROR there was an issue examining the environment: failed to create new client: XML syntax

Re: Juju service commands or communitation protocol

2015-11-04 Thread Adam Stokes
If you're going to use Go or creating bindings of your own the api documentation is https://godoc.org/github.com/juju/juju/api. On Wed, Nov 4, 2015 at 8:30 AM, André Moreira wrote: > Thank you, Mark, for the reply. > Nice to know there is this library and there will be an

Re: juju bootstrap fails with vSphere 6.0

2015-11-04 Thread ed bond
Hey Michael, I had to install a couple libraries on my MaaS, if you watch the logs it will tell you. However I use VIRSH to control my vsphere 6. ( sudo apt-get install python-libvirt ) user: Administrator@asdf.vsphere.local esxi host: 33.33.33.3

Re: Juju service commands or communitation protocol

2015-11-04 Thread André Moreira
Hi Adam, What I mean is how do I construct the json requests and how should I expect the json response to be provided. Do you know where do I find this kind of documentation? I mean, is there a doc for it without needing to read the source code? André 2015-11-04 11:34 GMT-02:00 Adam Stokes

Re: Juju service commands or communitation protocol

2015-11-04 Thread Adam Stokes
You'll have to check out some of the bindings code: http://bazaar.launchpad.net/~juju-deployers/python-jujuclient/trunk/view/head:/jujuclient.py That should give you a good indication of what the juju api server requires. For example the credentials need to be in a form of {'Type': 'Admin',

Re: Juju service commands or communitation protocol

2015-11-04 Thread Merlijn Sebrechts
Hi Mark I'm very interested to hear more about that python library! Is this something that will be discussed at the summit? Kind regards Merlijn 2015-11-04 7:36 GMT+01:00 Mark Shuttleworth : > Hi André > > Yes, there is a REST API, which is what the GUI uses, and there will

Re: Juju service commands or communitation protocol

2015-11-04 Thread Mark Shuttleworth
On 04/11/15 09:02, Merlijn Sebrechts wrote: > I'm very interested to hear more about that python library! Is this > something that will be discussed at the summit? It could be. There have been a couple of informal variations on this theme from various sources, we recently decided it was worth

Re: Juju service commands or communitation protocol

2015-11-04 Thread Peter Sabaini
On 04.11.15 04:12, André Moreira wrote: > Is there a REST API for juju or the only possible ways to > communicate with it are either by juju command-line or juju gui? A > service can communicate with juju main agent and, for instance, add > a new unit or start another service? What is the proper

Re: UOS 15.11 - Big Data session

2015-11-04 Thread Antonio Rosales
Thanks Cory, I am also forwarding onto the Juju list if folks aren't yet on the bigdata list. -thanks, Antonio On Wed, Nov 4, 2015 at 10:23 AM, Cory Johns wrote: > I meant to send this out yesterday, but we're doing a Big Data session for > the Ubuntu Online Summit

echo $JUJU_ENV_VARS

2015-11-04 Thread Nick Veitch
Greetings. For a long time now, the docs have had a list of the environment variables used by Juju. It is a single page that is rather useful to everyone: https://jujucharms.com/docs/stable/reference-environment-variables It would be a lot more useful if it was complete, but there are several

Re: Juju stable 1.25.0 is released

2015-11-04 Thread Cheryl Jennings
Thanks for finding this, Pshem. I've opened up a bug for it: https://bugs.launchpad.net/juju-core/+bug/1513165 Thanks! -Cheryl On Wed, Nov 4, 2015 at 12:33 AM, Mark Shuttleworth wrote: > On 04/11/15 00:06, Pshem Kowalczyk wrote: > > I've noticed one other thing - the machines