[00:04] wallyworld: thumper:axw:babbageclunk: PTAL https://github.com/juju/juju/pull/7143, fixes a bug :D [00:04] more like a gap than a broken functionaility... [00:06] anastasiamac: just having lunch, but I'll take a look afterwards (if someone else doesn't!) [00:07] babbageclunk: \o/ [00:17] anastasiamac: babbageclunk: i'm not sure we've agreed to the approach yet. it's under discussion via email [00:18] we need to get agreement what they want to do is supported and correct first [00:18] wallyworld: obviously not parties are on this email trail.... maybe discussing it in the bug will be better/more effective means as communication [00:19] anastasiamac: reviewing [00:19] anastasiamac: agreed in principal. but we don't want to polluate the bug with lots of back and forth. the summarised outcomes can be added though [00:19] wallyworld: this change is unintrusive, I don't think we need to have any more discussion before landing this particular change [00:20] wallyworld: this is an alternative to what was being proposed, which was adding pre-populated relation settings [00:21] axw: that is true. but i was concerned it is a solution to a problem they didn't need to have if things were deployed the recommended way. i'd have to re-read the email trail [00:23] wallyworld: ehh except there's some weirdness in the PR, so maybe I'm still misunderstanding the issue. [00:23] right [00:23] i'm hesitant because i'm not sure w'ere all on the same page [00:26] wallyworld: yeah I'll continue discussions. [00:28] wallyworld: sure but now that the PR is up, email communication is not best, especially if it excludes ppl that r blocked byy the bug and r proposing solutions [00:31] anastasiamac: the bug is not the place to have detail design discussions. status updates etc sure [00:32] or steps to repro etc etc [00:41] anastasiamac wallyworld: I'm taking the discussion to the PR. [00:41] yup, +1 [00:41] and will take it back to email if that becomes unwieldy [02:44] axw: FYI, as discussed, this is the CDO vsphere bug https://bugs.launchpad.net/juju/+bug/1669483 [02:44] Bug #1669483: [2.1] juju bootstrap fails when there is no VM in vsphere datacenter or all VMs are in folders [02:45] wallyworld: okey dokey [02:46] wallyworld: might be hard to test, since larry is away [02:46] I don't think I should be deleting existing VMs [02:46] yeah, best effort and all that === mup_ is now known as mup [03:52] hi, i have a fix for LP:#1675214. can i get a review? https://github.com/juju/juju/pull/7147 [03:52] Bug #1675214: destroy-model failed because could not determine model SLA level [03:56] jam: to be honest, I think we don't care for the use case you mentioned [03:56] not really, not now [03:57] however, if you think we do, I could add a txn-revno assert back in [03:57] jam: we do do a txn-revno assert in 2.x [04:07] cmars: looking [04:07] wallyworld, thanks! [04:09] cmars: yeah, or account for the facade version for each model - won't be too hard to do that [04:09] lgtm for the temp fix - just code deletion really [04:10] wallyworld, ok thanks! [04:11] babbageclunk: not sure if you are able to squeeze in a review before your EOD https://github.com/juju/juju/pull/7144 [04:13] first cut of conjure-up on macOS done \o/ [04:13] wallyworld: that's a tiny one! looking now [04:13] babbageclunk: that's what all the girls say too :-) [04:14] stokachu: well done! [04:14] wallyworld: hopefully that'll increase our userbase by a lot [04:15] i need to look into xhyve though for localhost deployments [04:15] like docker does [04:15] stokachu: maybe? how many of our target audience ueses macs? i personally hate them [04:15] wallyworld: good question, im not sure [04:15] word is though all the conferences people use macs [04:15] kubecon etc [04:15] interesting [04:16] we should collect stats on that [04:16] we do [04:16] definitely true at Python conferences I've been to [04:16] nice, yea i think having a localhost deployment mechanism will be handy [04:16] basically xhyve to boot ubuntu [04:17] then do some magic there to wire it up [04:18] or vsphere would be nice here too i think [04:37] wallyworld: reviewed [04:38] babbageclunk: so I think we do need to have a better primary key than CIDR for subnets, but probably not worth you fixing right now. (you can't fix all the bugs in networking on your own :) [04:41] jam: :) fair enough! [04:44] jam: that's exactly what i sid too :-) [04:44] babbageclunk: thanks for review [04:45] babbageclunk: and my other point was "we won't really know if we have the right data until we actually go to *use* the data", (we're only recording it with your patch) [04:45] but rough glance looks like its the right thing, and we can iterate from here. [04:46] * jam takes the dog out [04:50] babbageclunk: i replied to one of you comments, see if if makes sense? [05:02] jam: 1:1? wallyworld is here too === mup_ is now known as mup === mup_ is now known as mup === mwhudson_ is now known as mwhudson [07:36] Bug #1468752 changed: "juju ssh" adds an additional strings to all commands when used on Windows, in interactive mode gz> [07:36] Bug #1616149 changed: Incompatible protocol between older client and candidate server [07:36] Bug #1637267 changed: Juju fails to restore state-server on xenial [07:48] Bug #1616832 changed: stuck rsyslogd causes mongodb to block === frankban|afk is now known as frankban [09:07] axw: you happy to go with "not supported" initially for nova networks and subnets in heather's PR ? [09:11] * axw looks [09:13] wallyworld: hm. not sure, I'll need to check the behaviour of the code that calls Subnets [09:13] axw: yeah, if the interface claims support and then the other methods error, might not be good [09:26] wallyworld: have the changes to discover subnets already been made [09:26] ? [09:27] axw: in the worker, yeah [09:27] oh yeah [09:29] wallyworld: we at least need to look for NotSupported in the discoverspaces worker, in discoverSubnetsOnly [09:29] axw: yeah, i'd rather the provider not lie to the worker though [09:31] wallyworld: welp, the only other option I guess is to return separate Environ implementations when nova and neutron are supported. I'm not sure if that's feasible though, because opening an an Environ is not supposed to make any API calls [09:32] yeah, also true. maybe handle not supported in the worker with a todo to fix the openstack provider to return subnets for nova [09:32] wallyworld: yep [09:33] wallyworld: FWIW, I'd prefer if we had an Environ.Networker method, which every Environ was required to implement. it would return an Environ or a NotSupported error [09:33] no argument from me there [09:33] wallyworld: and then Networker would have methods for checking support for subnets, spaces, etc. [09:33] yep [09:33] i don't like the current implementation [12:30] wpk: ping [12:32] jam: pong [12:39] hi wpk, I wanted to go over some of the key bugs, though if you want it can wait until standup I suppose [12:39] I'm going to be gone over the weekend, so I was hoping to chat with you about some next steps [12:43] I'm ready, should we talk here or maybe just join standup hangout now? [12:46] sure, brt [12:47] wpk: i'm there now [13:21] wpk: https://github.com/juju/juju/pull/7119 reviewed [13:38] sinzui: what triggers someone to get an "affiliated" icon in Launchpad? [13:39] I'd like to get WPK a Juju sticker so that I don't accidentally pick some other Witold [13:39] wow you challenge me [13:40] jam: I think it is show when the user is a member of the owner or driver teams. [13:40] well, he's in '~juju-core' afaict [13:41] jam, we forgot to add him to ~juju [13:41] but it looks like there is ~juju-hackers he wasn't part of [13:41] I just did [13:41] "Juju Hackers" aka ~juju [13:41] sinzui: thanks for the pointer [13:42] sinzui: btw wpk's current branch https://github.com/juju/juju/pull/7119 is likely to want a feature tests [13:42] or an update to whatever we currently have that 'apt-proxy' works [13:42] anyway I'm out for a bit [13:43] jam, yep, that was the one I was curious about. I reported bug 1635633 and am eager to close it [13:43] Bug #1635633: assess_proxy does not test apt proxies === frankban is now known as frankban|afk [20:51] babbageclunk: did you see bug 1675546? [20:51] Bug #1675546: container networking broken in GCE [22:02] wallyworld: anything to chat on today? [22:02] rick_h: not as such. very happy about the latest memory profile [22:16] wallyworld: +1 [22:17] wallyworld: yup, chasing it, but had to rush off to the doctor - back now. [22:17] ty [22:18] we will release beta1 regardless [22:25] I'm having problems with bootstraping on maas, I'm constantly getting [22:25] /var/lib/juju/nonce.txt does not exist [22:25] 23:23:13 DEBUG juju.utils.ssh ssh.go:292 using OpenSSH ssh client [22:25] packet_write_wait: Connection to 10.2.15.254 port 22: Broken pipe [22:28] any ideas on what might I be doing wrong? [22:41] wpk: can you give a bit more context? is this with real hardware or vmaas? [22:41] wallyworld: the bug is because the juju-qa env is a legacy network, so network interfaces are returned with no subnet. It looks like I can get everything I need off the network in that case - doing that. [22:44] babbageclunk: interesting. We/me also has an ancient aws account [22:45] menn0: real hardware, PC + 2 NUCs with AMT as nodes. I'm doing juju bootstrap maastiff, and as I understand it SSHs to the node, installs all the stuff, reboots it, and then SSHs to it again just to fail on the above, then decomissions it [22:45] sinzui: yeah, that's part of the problem - new accounts wouldn't have this kind of network as the default [22:46] wpk: can you deploy a node in maas without juju? [22:46] wpk: seems something is up with SSH on the host causing it to drop the SSH connection attempt. is it possible to get the sshd logs on that host? [22:47] babbageclunk: yes, no problem with that [22:47] menn0: it gets decomissioned before I have a chance to get to it :/ [22:48] wpk: try adding --keep-broken to the juju bootstrap command [22:48] wpk: that should keep the system around [22:48] menn0: ok [22:48] https://pastebin.canonical.com/183603/ that's the whole log [22:52] wpk: your localhost cannot ssh to that address. As menn0 says try --keep-broken to keep it up [22:53] wpk: while juju is bootstrapping, you *should* be able to ssh in as ubuntu@ [22:54] I am [22:54] wpk: you are sshed in? [22:54] if so, use -v to see what key works. [22:55] you can force the juju key using -i $JUJU_DATA/ssh/juju_id_rsa [23:26] wpk: there's a bug or 2 where this issue is discussed; usually the cause is a set up issue, see last comment or 2 on https://bugs.launchpad.net/juju-core/+bug/1314682 [23:26] Bug #1314682: Bootstrap fails, missing /var/lib/juju/nonce.txt (containing 'user-admin:bootstrap') [23:27] wpk: also https://ask.openstack.org/en/question/59760/juju-bootstrap-failed/ [23:29] sinzui: I was able to ssh in, using /home/wpk/.local/share/juju/ssh/juju_id_rsa key, and /var/lib/juju/nonce.txt exists on this node [23:31] sinzui: the nide has Internet access and dns resolution working [23:43] wallyworld: nothing worrying in cloud-init.log [23:44] hm, except for this: [23:44] 2017-03-23 23:28:12,171 - util.py[DEBUG]: Running module apt-configure ( cc_apt_configure.py'>) failed [23:44] (...) [23:44] ValueError: Old and New apt format defined with unequal values True vs False @ apt_preserve_sources_list [23:45] that would do it [23:48] wallyworld: and what's the cause and how to fix it? [23:49] wpk: i have no idea off hand - it's an issue outside of juju and maas from whay i can see. you'd need to google the error and fix your apt config [23:50] but if cloud init doesn't complete, you'll see the nonce error [23:50] so you need to fix whatever is stopping cloud init from running properly [23:53] wallyworld: but why there's the nonce error if the file is there? [23:53] https://bugs.launchpad.net/cloud-init/+bug/1646571 [23:53] Bug #1646571: apt failures non fatal, but cloud the log [23:54] (and as it says - it's not fatal, cloud-init continues after that) [23:55] without digging into the code and analysing logs etc, there's no way to tell. we'll need to devote time to looking into it [23:55] the bug you link above indicates a maas issue [23:56] can you add extra info from your sitution to the bug? [23:57] wallyworld: I will, tomorrow (1AM here) [23:57] thanks