/srv/irclogs.ubuntu.com/2017/02/28/#juju.txt

mikenI'm having trouble removing a service in a deploy - I've `juju remove-application my-service` which worked, juju status shows the workload as terminated...00:01
mikenbut the instance never terminates. I assume because subordinates are still active, but I can't stop them with `juju remove-unit`, as they're subordinates.00:01
mikenSo I'm not sure how I'm meant to free up the underlying instance?00:02
lazyPowermiken: sounds like a hook is trapped in error state on the subordinate00:04
lazyPowermiken: can try try juju resolved --no-retry on the application in question?00:05
mikenNope, juju status doesn't show any errors...00:05
* miken tries...00:05
anastasiamacmiken: does juju status --format=yaml shows errors?00:05
mikenERROR unit "sca-cn-fe/0" is not in an error state00:06
* miken checks00:06
mikenNope `juju status --format yaml | grep error` is empty.00:06
* miken pastes status00:07
lazyPowerweird, usually when a subordinate fails to clean itself up its due to either itself having hook errors or a related unit has relationship-* hook errors.00:08
=== zeus is now known as Guest68724
mikenlazyPower: But there were no errors - it looks like the primary charm terminated correctly... here's the main part of status: http://paste.ubuntu.com/24081333/00:09
lazyPowermiken: is it the nrpe unit or the logstash-forwarder unit thats hanging around (or both?)00:10
mikenlazyPower: all of the subordinates are idle, as if they're not even aware they should be stopping.00:11
* miken checks juju log on a subordinate there.00:12
lazyPowerOk, so both are lingering.  How about the unit/agent logs? I'm curious if there's anything in there complaining somethings not quite right.00:12
mikenThe unit-landscape-6 log has:00:15
mikenERROR juju.api.watcher watcher.go:87 error trying to stop watcher: connection is shut down00:15
mikenfollowed by lots of00:15
mikenWARNING juju.network network.go:447 cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring)00:16
miken(not sure why that's relevant though - these are not lxd units, so I assume the warning is just a warning)00:16
=== Guest68724 is now known as zeus`
=== zeus` is now known as zeus
kklimondais there a known bug in juju 2.0.x where some lxd containers boot up with a 10.0.0.X IP address?07:03
kjackalGood morning Juju world!07:54
kklimondaI guess I just ran out of IP addresses in MAAS for all the containers08:00
=== caribou_ is now known as caribou
=== tinwood_swap is now known as tinwood
jaceknrick_h: hey. Still need help withh the grafana charm?09:54
rick_hjacekn: no, thank you though. Turns out the apt-cache didn't like going out to get the debs over https and so needed some tweaking11:19
jaceknok11:20
Zichi, do running conjure-up in an LXD machine is supported/advisable?11:24
Zic(LXD in LXD so)11:24
Zicoops: I mean, running conjure-up in "localhost" mode11:24
rick_hZic: yes, you an run conjure-up in localhost mode and it's supported as it does special tweaks in the case of things like k8 and such to make nested containers work on the lxd profile and such11:28
* magicaltrout hive fives rick_h for getting "and such" into a sentence twice!11:29
* rick_h hasn't had his coffee yet11:29
magicaltrouthehe11:29
rick_hand now that /me knows he's being watched...will have to proofread more :P11:29
magicaltrout... and such11:29
=== zeus is now known as Guest91249
=== zeus- is now known as zeus
=== zeus is now known as Guest83991
stokachuZic, running inside a LXD machine is also doable https://stgraber.org/2017/01/13/kubernetes-inside-lxd/ but support for that is limited12:49
stokachuand support being technical support from the conjure-up guys12:50
jamespageif there are any charmers with a few mins13:00
jamespagehttps://code.launchpad.net/~james-page/charm-helpers/misc-percona-changes/+merge/31825313:00
jamespagecould do with a review - trying to make the ram usage in PXC a bit more sane13:00
cory_futinwood: Ping13:06
cory_futinwood: stub and I touched base and it seems like the discussion going on in the PR is going well, so we decided a short meeting was sufficient.13:14
cory_futvansteenburgh1: ^13:15
tinwoodcory_fu, sorry, I missed the ping.  Didn't get a reminder from the calendar.  Sorry I missed the meeting :(13:15
cory_futinwood: No worries.  I'll make sure to send out a reminder before the next one.  But, as stub pointed out, it was going to be short and sweet regardless.  :)13:17
tinwoodcory_fu, ok thanks.13:17
=== hml_ is now known as hml
jamesd_hey, I'm trying to add constraints to the kubernetes bundle.yaml as I want to scale up etcd and the worker nodes do you use the machine: tag to map constraints to machines and not services?13:22
stubthedac: ping (or anyone who knows about JUJU_BINARY and JUJU_VERSION)13:39
cnfwow, maas is a pain in the special place... :/14:37
Zichmm, I just deployed the kubernetes-e2e charm, add-relation to my masters & easyrsa via juju cli, and run the e2e test through run-action14:39
Zicwith show-action-output, I find the report as flatfile14:39
Zicbut how can I have this kind of display https://k8s-gubernator.appspot.com/build/canonical-kubernetes-tests/logs/kubernetes-gce-e2e-node/0222031634000/ ?14:39
ZicI just have .log and .xml files as a result14:39
=== Guest83991 is now known as zeus
thedacstub: I commented on the MP. Those are my inventions. It helps me when I have multiple versions of juju strewn about that I need to test. I can yank that bit if necessary.15:33
stubthedac: I can land it if you need to use juju-wait instead of 'juju wait' for whatever reason, as it is no real skin off my nose. But this command should be moving to core, at which point everywhere you call juju-wait becomes techdebt15:35
thedacstub: Yeah, we do use juju-wait. So, for now that would give some breathing room15:36
stubOk. I'll land it in a tick then.15:36
thedacthanks15:39
stubthedac: per your review comment, when I tested this you never have to ensure that the juju you are using is first in the path. When juju calls the plugin, it has adjusted the path for you. I think it would fail though if you have multiple juju binaries in the one directory though, with names other than 'juju'15:51
stub(at which point the plugin architecture falls flat on its face)15:52
lazyPowerZic: - those flat files are ingested into gubernator15:55
lazyPowerZic: i would love to tell you that its easy to host your own, but its got some AppEngine specifics built in, marcoceppi took a look not long ago15:56
lazyPowerZic: so the short answer, is its non trivial. you can parse the data yourself though and display results, its all junit xml15:56
ZiclazyPower: ok, thanks, and is an easier way to display this junit xml exist? (I don't know notjing about JUnit actually...)16:01
rick_hbdx: you coming to the juju show tomorrow?16:16
lazyPowerZic: i know jenkins has a junit parser16:17
lazyPowerthats about where my knowledge of junit ends tbh16:17
stubthedac: up on pypi and packages rebuilt in my ppa16:43
thedacstub: thank you. That is great16:43
cnfhmm, juju doesn't seem to like socks5 proxies17:19
cnfERROR Get http://<ip>:5240/MAAS/api/1.0/version/: http: error connecting to proxy http://socks5://127.0.0.1:3128/: dial tcp: lookup socks5: no such host17:19
lazyPowercnf: isnt that just socks5:// not http://socks5://?17:35
cnflazyPower: yeah, it's set to just socks5://17:39
cnfjuju is making that into http://socks5://17:39
cnf$ echo $http_proxy17:39
cnfsocks5://127.0.0.1:3128/17:39
lazyPowercnf: aww :( yeah thats our bad then. Could you file a bug for that? https://launchpad.net/juju/+filebug17:41
cnfwhen i get home, i'm leaving :P17:42
=== matthelmke_ is now known as matthelmke
zeestratrick_h: Are y'all doing the Juju show right now or is the YouTube calendar acting weird?18:59
cnflazyPower: https://bugs.launchpad.net/juju/+bug/166872718:59
mupBug #1668727: juju commands does not understand socks5:// as a proxy <juju:New> <https://launchpad.net/bugs/1668727>18:59
rick_hzeestrat: tomorrow19:00
lazyPowercnf: thank you!19:00
rick_hzeestrat: should say it's got a day yet19:00
cnfnp19:00
zeestratrick_h: Their timer just ticked down here. it's February 28 so it's probably leap year stuff19:02
rick_hzeestrat: ok, I fail. it said the 28th, moved it to march 1 apologies for the confusion19:09
rick_hzeestrat: I could have sworn I grabbed the wed date but must have had a lovely off by one error19:09
zeestratrick_h: As we all know, there are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.19:12
cnftsk, naming things is easy19:16
cnfthat's what uuid-gen is for!19:16
mskalkaHey #Juju, is it possible to alias a charm in a bundle.yaml? Akin to 'juju deploy <some charm> <user specified name>'19:17
rick_hmskalka: so the key in the yaml is the name that is used19:19
rick_hmskalka: so in https://api.jujucharms.com/charmstore/v5/django/archive/bundle.yaml I could s/python-django to just django and it'd be that name in the model19:19
mskalkarick_h: Ah, perfect! Thanks for the quick answer19:20
rick_hmskalka: np19:20
lazyPowerrick_h: lookit you lurking in #juju being all helpful :D19:50
bdxis the hosted controller under high load right now?20:11
rick_hjrwren: uiteam ^20:12
hatchlooking20:13
rick_hbdx: there was some aws outage going on but not aware of any load items atm. I'm on my way out the door but folks will peek at it20:13
jrwrenbdx: for which cloud?20:14
bdxus-east-120:14
hatchbdx nothing showing here, can you elaborate on the issue are you seeing?20:14
hatchoh aws is having issues right now20:14
bdxyeah we were experiencing s3 outages in us-east-1 all day20:14
jrwrencontroller shouldn't be impacted, but your ability to add units may be, because archives.ubuntu is s3 hosted AFAIK20:15
hatchheh I was JUST typing that out :)20:15
jcastroI could have sworn we moved them off of s3 a while back for other reasons20:16
bdxhatch: hard to tell its "controoler" thats inducing the "lag", I would just say in general things are a bit slow today. ....just wondering how the controller is holding up as well20:16
jcastroit's a major outage, who knows what else is happening there right now20:16
hatchbdx so far so good - I'll poke it a bit and report back20:18
hatchbdx so it looks like the aws s3 issues are causing issues on fresh bootstraps20:24
hatchon aws20:24
bdxok, thanks20:26
stormmorethat might explain the issues I was having with security. earlier20:32
brandor5Hello everyone: I'm using juju to install an openstack poc and have some troubles with networking... Is there a better place to seek advice than #openstack ?21:44
zeestratbrandor5: Are you using Juju/MAAS?21:47
brandor5zeestrat: yep21:47
zeestratbrandor5: Then here, or #openstack-charms would be the right place21:48
brandor5zeestrat: awesome, thank you very much21:48
zeestratbrandor5: No problem. A word to the wise. I think a bunch of the openstack-charmers are in the EMEA timezone so there might not be so much action around this time.21:54
brandor5ah, thanks for the advice :)21:55
zeestratbrandor5: Last tip before I'm off, I'd add some more details about the network/interfaces for the hosts in question from MAAS in #openstack-charms :) Good luck!21:59
brandor5zeestrat: much appreciated!21:59
=== thumper is now known as thumper-dogwalk
cholcombewhen trying to deploy with juju 2.1 i'm getting an odd problem today.  ERROR unknown option "series"23:52
cholcombeunless i'm going crazy that use to work fine with juju 2.0.x23:52

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