=== shardy is now known as shardy_lunch === shardy_lunch is now known as shardy [14:44] blackboxsw: rharper and i both picked on your non-usage of net.find_fallback_nic in the 'if' portion of [14:44] https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/332954 [14:45] other than that nit, i generally dont have any issues. [14:46] just seems silly to call maybe_perform_dhcp_discovery() with no interface, only to let it select the interface and then read it. [14:46] as opposed to just caling net.find_fallback_nic and passing that to maybe_perform... [15:11] smoser: blackboxsw: here's the nocloud-kvm fix with smoser's fix: https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/331736 [15:20] powersj: you have to stop thinking i can write code [15:20] nothing increments _tmp_count there. [15:20] powersj: added a couple hilights & DOC comments to the done lane for cloud-init [15:21] better tmpfile function: [15:21] smoser: haha [15:21] def tmpfile(self): [15:21] path = "/tmp/%s-%04d" % (type(self).__name__, self._tmp_count) [15:21] blackboxsw: thx [15:21] self._tmp_count += 1 [15:21] return path [15:33] thanks smoser rharper for the review comments. I just pushed the fix for https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/332954 [15:42] powersj: i'm torn now... i think you can probably largely drop a bunch of your delta on that mp [15:42] smoser: yeah... I need to go back and review again [15:43] if you want to focus on other things, i can attempt a minimal fix. [15:44] I don't think it would take too long, I can back out the changes and re-run things, but my focus would be more on minimizing the delta and not on re-implementing things [15:46] powersj: right. [15:46] thats fine. [16:06] smoser: looking through the delta, I actually think most of it will stay. The majority is $home or /tmp --> /var/tmp and then some user related changes [16:07] I do add the "default" user back in to a few places [16:13] powersj: well, yeah, but you dont need the /root to /var/tmp/ changes [16:13] definitely dont want /tmp thought [16:13] hmm [16:13] agreed with no /tmp, understand that now [16:14] /var/tmp/ seems like a more generic location anyway over using /root, but if we are expecting to do everything as root anyway I guess it doesn't matter? === shardy is now known as shardy_afk [17:32] blackboxsw: aroudn ? [17:32] smoser: yep [17:32] you want to merge your thing ? then you can do 4 SRU merge requests if you want. [17:33] ok will do [17:33] b, a, z, x :) [17:35] smoser: strange I was waiting on ci [17:35] which I don't think ran after my brancch [17:39] blackboxsw: master is off, if you enable it, it should go [17:39] I'm at Dr so can't logon easily [17:41] no worries powersj happy dentist ;) [17:51] ok master is back up and jobs running again [17:51] sorry I should have looked sooner [17:51] I kicked a rebuild, we should have results in 15 mins [18:43] smoser: merged eb292c1 [18:43] starting to cut branches [18:43] blackboxsw: thanks. [18:53] smoser: devel MR is up for review https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/333047 [19:00] https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/333048 [19:06] just rebased artful as I forgot 17.10.1 [19:13] https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/333050 [19:14] https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/333051 [19:14] ok that's it , devel + b,a,z,x [19:18] * blackboxsw spins up one more ec2 instance on this to be sure [20:15] blackboxsw: you left the gentoo bug number in the changelog [20:15] was that by design ? [20:15] just uploaded bionic [20:19] smoser: I had left them in there as I wasn't sure whether we were going to separate SRU template on the bugs. Ahh gentoo right, didn't need to as it didn't affect ubuntu [20:20] want to quick hangout to see if I should repush? [20:20] blackboxsw: i'm fine to do it myself [20:20] http://paste.ubuntu.com/25860935/ [20:20] opposed ? [20:21] (i grabbed his name from launchpad) [20:21] rather htan the name in the commit message [20:22] +1 yes good [20:36] thanks smoser, just saw the " update changelog to remove Gentoo bug number and add name" revs [20:37] i didnt' catch it on bionic [20:37] oh well [20:37] i was kind of surprised, but cherry-pick worked [20:37] git cherry-pick [20:38] i thoguht it'd complain about the context (given that the version and changelog stuff around it differs) [20:38] but worked. [20:50] nice. Just validated master again on EC2 stock network. Going to try to spin up an instance with local-only ipv4 [20:59] blackboxsw: your thoughts would be appreciated on [20:59] https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/332958 [20:59] and [20:59] https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/333059 [21:05] looking [21:06] powersj and rharper ^ you too on those [21:07] k [21:07] smoser: did this mean that AliYun wouldn't be matched? https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1728186 [21:07] Ubuntu bug 1728186 in cloud-init (Ubuntu) "AliYun datasource has wrong case in config" [Medium,Confirmed] [21:07] and the datasource wouldn't be found/attempted [21:07] yeah. :-( [21:07] you get a warning in /run/ds-identify.log [21:08] umm so why didn't we hear about it [21:08] ahh [21:08] if you manually configure it [21:08] and spell it right it will work [21:08] ahh that too. ok [21:08] but by default package instllation is busted. [21:08] so images in AliYun could have manually config'd it [21:08] i suspect so. [21:08] we should add to ci [21:08] integration test [21:09] a check for WARN in the ds-identify logs too [21:09] like i did for /var/log/cloud-init.log [21:09] approved https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/332958 [21:10] updated description for typo [21:12] merged. missed your spellingfix. sorry. [21:13] * smoser is hallowout === smoser is now known as ScarySmoser === ScarySmoser is now known as smoser [21:20] smoser: don't worry I'll give you a hard time about it after I eat some candy [23:04] https://code.launchpad.net/~msaikia/cloud-init/+git/cloud-init/+merge/330105/+index?ss=1 [23:05] Hi, can anyone please take a look at this review request? [23:05] good deal msaikia_ thanks for retouching that. [23:05] I'll look at it tomorrow [23:09] Thanks..:)