/srv/irclogs.ubuntu.com/2015/05/11/#juju.txt

thumperstub: can you ping me when you are around, I have a (hopefully simple) postgresql question for you01:29
noodles775Can someone help me find more info about an issue I'm having: (Very) Approximately 50% of deploys I'm testing with the local provider, result in 7 of 8 machines all coming up successfully, but 1 machine remaining pending/allocating. If I check the machine log, that one machine is unable to connect to the api apparently because the juju-generated CA is rejected: http://paste.ubuntu.com/11071952/02:41
noodles775I'll create a bug after lunch and destroy the env again, but if there's anything else I can put on the bug report while it's still up, that'd be great to know.02:55
thumpernoodles775: hmm... sounds bad03:21
thumperyes, bug please03:21
noodles775thumper: done (jfyi) https://bugs.launchpad.net/juju-core/+bug/145364403:48
mupBug #1453644: One unit remains pending with local provider <juju-core:New> <https://launchpad.net/bugs/1453644>03:48
thumpernoodles775: ta04:27
schkovichgood morning, is charm-helper-sh package abandoned?! if yes does anyone know why?06:09
lazyPowerschkovich: its depreciated in favor of the `charmhelpers` package, which exposes a lot of the functionality through the 'ch' command06:11
schkovichthanks lazyPower :)06:11
lazyPowerschkovich: however, the `ch` command is largely undocumented at this point, but marcoceppi may have published them while I wasn't looking.06:12
lazyPowerthem being, updated docs on how to use it :)06:12
schkovichhmhhh... but it is python package. am i on the wrong page?06:13
schkovichlazyPower: I can find only projects and packages with dash eg charm-helpers and all of those are python and not bash helpers/libraries06:20
schkovichis bash deprecated in favour of python ;)06:21
g3narols -lhrt09:28
gnuoyjamespage, ooi are you using juju 1.24 ? I seem to be seeing juju-dpeloyer explosions with it10:45
jamespagegnuoy, not yet10:46
gnuoyah, ok.10:46
gnuoymgz, do you use juju-deployer in any of your juju testing?10:48
jamespagegnuoy, https://code.launchpad.net/~james-page/charms/trusty/neutron-api/kilo-dvr-stable/+merge/25875010:48
gnuoyjamespage, ta10:48
mgzgnuoy: yup10:50
mgzgnuoy: eg http://reports.vapour.ws/releases/2627/job/aws-deployer-bundle/attempt/31410:52
gnuoymgz, Bug #145376010:53
mupBug #1453760: "u'Error': u'status for key "<unit>" not found" before adding relations when using juju 1.24 <juju-deployer:New> <https://launchpad.net/bugs/1453760>10:53
mgzgnuoy: could well be a juju bug, not clear what's triggered it though10:57
gnuoymgz, is the # in the unit name suspicious ?10:58
gnuoy {   u'Error': u'status for key "u#keystone/0" not found',10:58
mgzyeah, it *looks* like an interal tag has leaked out somehow10:59
mgzbut I'm not sure I'm reading that correctly10:59
mgzgnuoy: see bug 1437266 for comparison11:00
mupBug #1437266: Bootstrap node occasionally panicing with "not a valid unit name" <deploy> <destroy-machine> <destroy-service> <juju-core:Triaged> <https://launchpad.net/bugs/1437266>11:00
gnuoymgz, ah, i think mine is probably a dupe of that one11:02
mgzwell, not as written, but seems likely the cause is the same11:02
gnuoymgz, would it be possible to get Bug #1434458 triaged ? It's alsp killing random deployments11:35
mupBug #1434458: juju-deployer address,port split not working with ipv6 <python-jujuclient:New> <https://launchpad.net/bugs/1434458>11:35
mgzgnuoy: who have we got actually working on jujuclient?11:40
mgzgnuoy: in other words, should you or I just fix this?11:41
mgzseems like bumping the bug around won't do anything11:41
gnuoymgz, oh, I assumed juju-core handled it.11:41
gnuoymgz, I can prep a branch11:41
mgzI will review it11:41
catbus11Hi, I tried to deploy landscape-dense-maas bundle by dragging and dropping it to the canvas, it gives "An error occurred while deploying the bundle: <urlopen error [Errno -2] Name or service not known>". Anyone know where in my configuration might be wrong?12:58
rick_h_catbus11: atm a colocated bundle (like the landscape-dense) doesn't work but we'll have releases of the juju gui and juju quickstart that do supported the colocation in the bundle this week.12:59
catbus11rick_h_: What does colocated bundle mean?13:00
catbus11ah, services deployed in the same host? I guess?13:01
rick_h_catbus11: the services are colocated on the same machine (using lxc containers or the like)13:01
catbus11rick_h_: thanks.13:03
gnuoywallyworld, if you're about have an environment with Bug #145128313:34
mupBug #1451283: deployer sometimes fails with a unit status not found error <blocker> <ci> <intermittent-failure> <regression> <juju-core:In Progress by wallyworld> <juju-core 1.24:In Progress by wallyworld> <https://launchpad.net/bugs/1451283>13:34
gnuoys/have/I have/13:34
jcastrohey evilnickveitch13:36
evilnickveitchjcastro, hey yourself13:37
jcastroon the getting started page13:37
jcastroI think we should get rid of the links to each provider, since they're already on the sidebar13:37
jcastroit just gives us 2 places to update each time there is a new provider13:37
evilnickveitchyes, that's a fair point13:38
jcastroI'll send a PR after I send one for dreamhost13:38
gnuoymgz, https://code.launchpad.net/~gnuoy/python-jujuclient/ipv6/+merge/25877013:38
mgzgnuoy: looking13:39
gnuoymgz, I haven't had much joy with test_jujuclient.py. I've done a manualy deploy with ipv4 and ipv6 but that's the extent of my testing13:40
mgzwhat kind of not joy?13:42
mgzhm, ipaddress module is 3.3 or later13:42
gnuoymgz, I tried it against the openstack provider and got failures=5, errors=2 and I don't believe they're related to my branch. I assume it makes some ec2 assumptions13:45
mgzis I see13:45
mgzgnuoy: what I'd do in cases like that,13:46
mgzis writea "split port" function and just add unit tests for that13:46
mgznot worry about making the whole suite green on my machine13:47
gnuoymgz, ok, can do13:47
mgzlike, I'm pretty sure your use of re.search is wrong13:48
mgzand the following line is just .strip("[]") spelt funny13:48
mgzgnuoy: like, would your unit test pass with the input "[2001:db8::1]:80"13:51
gnuoymgz, yes I understand.   I believe it would but I'll write the unit test to prove13:52
gnuoymgz, mp updated14:12
mgzgnuoy: ta, looks fine, do you want pytho nits?14:13
gnuoymgz, yes pls14:14
mgzgnuoy: done14:18
gnuoymgz, very much appreciated, thank you14:19
marcoceppilazyPower: it's `chlp`14:20
lazyPowerah - right.14:21
lazyPower2am though - i'm not surprised I got it wrong.14:21
mgzthanks for just fixing. we'll need to find out what the release process is too - looks from the log like dpb1 did one14:21
dpb1andreas and I have the latest builds in a PPA.  I don't have access to push to pypi, that is just hazmat (from what I know)14:24
dpb1Same for python-jujuclient btw.  I run both on my machine all the time.14:26
dpb1https://launchpad.net/~ahasenack/+archive/ubuntu/python-jujuclient, https://launchpad.net/~ahasenack/+archive/ubuntu/juju-deployer-daily14:27
mgzdpb1: thanks!14:27
hazmatdpb1: several people have pypi access14:28
hazmatdpb1: tvansteenburgh and frankban  for example, let me know if you want it as well14:29
dpb1hazmat: tvansteenburgh is enough, IMO14:30
* tvansteenburgh winces14:30
gnuoymgz, nits crushed14:35
gnuoyhazmat, I believe I've addressed the nits, any chance you could land my branch ?14:40
hazmatgnuoy: i can't atm (on corporate network) i can merge it latter this evening, if tvansteenburgh doesn't beat me to it.14:41
gnuoyhazmat, thanks, that'd be great.14:41
tvansteenburghgnuoy, hazmat: merged14:46
gnuoytvansteenburgh, thanks!14:46
iamfuzzany JuJu AWS experts about?  Trying to add a custom endpoint (for eucalyptus) by modifying aws.go, but when running juju bootstrap, I get the error:  ERROR index file has no data for cloud {emea-az-1 http://109.104.120.3:8773/services/compute} not found15:49
iamfuzzwhat other files do I need to add the endpoint to to test this?15:49
stubaisrael: You pinged me last week15:56
aisraelstub: Hey. I was testing the postgresql charm at the time, but then you moved it to work-in-progress.15:57
stubaisrael: Yeah, I'm not sure I can get the tests running sanely without much more restructuring. I'm thinking of doing that as part of a major rewrite now I have cool new juju features to work with.15:58
mwenninglazyPower, ping15:58
lazyPowermwenning: pong15:58
aisraelstub: ack. If you need eyes on it, let me know.15:59
stubaisrael: Maybe I can get some of them back. I'll be looking at it again this week.15:59
mwenningJust got an email from Jean-Francois Joly, is everything set up for them?  any roadblocks?15:59
lazyPowermwenning: they're at the point they need review from the ~openstack team16:00
lazyPower~openstack-charmers16:00
mwenninglazyPower, who's that16:00
lazyPowerhttps://launchpad.net/~openstack-charmers16:00
lazyPoweroi *facepalm* i saw your reply and didnt verify...16:01
=== urulama_ is now known as urulama__
=== mwhudson_ is now known as mwhudson
thumperkirkland: ping21:49

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!