normal charm to subordinate charm and now peer relation does not work

2017-01-24 Thread Tilman Baumann
Hi, it became clear that my charm which was so far standalone (to be installed together with other charms on the same machine) should better be subordinate. A few obvious changes where required regarding the life-cycle of the charm. No big deal. https://github.com/tbaumann/iptables-peer-ssh Howev

ICYMI: Intro to python-libjuju on The Juju Show #4

2017-01-24 Thread Tim Van Steenburgh
Hi everyone, The most recent episode of The Juju Show features an introduction to the new python library for Juju. The libjuju segment of the show is about 20 minutes long and starts here: https://youtu.be/Lsbo7f7yMxY?t=14m If you're interested in interacting with Juju from Python, check it out!

Re: normal charm to subordinate charm and now peer relation does not work

2017-01-24 Thread Tilman Baumann
Any comments are appreciated. I'm stuck with this right now and I'm out of ideas. Thanks Tilman On 24.01.2017 14:44, Tilman Baumann wrote: > [...] > Any idea what could be happening here. > I suspect something with the scopes. But they are now all set > explicitly. Any changes in implicit behavi

Re: normal charm to subordinate charm and now peer relation does not work

2017-01-24 Thread Alex Kavanagh
Hi Tilman (I'm not an expert here, but was staring at the docs) I suspect that your peers relationship should be unit if each peer needs to have it's own conversation? Otherwise, with a global scope, every peer will overwrite the other's information? At least I'm wondering if that what the scop

MaaS/JuJu contrail and contrail-ha deployers

2017-01-24 Thread Konger, Chris
Michael Iatrou (Canonical) recommended that I cross-post this to the JuJu mailing list, just in case folks in that forum can provide input about vnc - middleware - keystone communication breakage ... and the specific version of packages that are known to work with the charms. Any details/feedbac

Can not juju register.

2017-01-24 Thread yuki kono
Hello. I'm yuki. I tried to run "juju register" to juju-bootstrap node,but receive following error message. --- ubuntu@jc01:~$ juju --debug register 10.0.10.38:17070 03:52:18 INFO juju.cmd supercommand.go:63 running juju [2.0.2 gc go1.6.2] 03:52:18 DEB

Re: Can not juju register.

2017-01-24 Thread Andrew Wilkins
On Wed, Jan 25, 2017 at 1:43 PM yuki kono wrote: > Hello. > I'm yuki. > Hi Yuki, > I tried to run "juju register" to juju-bootstrap node,but receive > following error message. > > --- > ubuntu@jc01:~$ juju --debug register 10.0.10.38:17070 > 03:52:18

Re: Can not juju register.

2017-01-24 Thread yuki kono
Hi Andrew. Thank you for your reply. >> Can you explain what you're trying to do? I was trying to connect to an existing juju envronment using new client machine. >> Normally you would use "juju add-user" first, which prints out a "juju register" command to run from another machine. There are sce