/srv/irclogs.ubuntu.com/2019/09/25/#cloud-init.txt

rharperhttps://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/37317706:40
rharperblackboxsw: smoser:  ^^ fixes CI failures06:40
nils_is there a linter for cloud config?07:51
smosernils_: sort of.13:27
smoserpython3 -m cloudinit.cmd.main devel schema13:28
smoserthats the best we can do13:28
mgerdtsI rebased an old branch, made some changes, force pushed, then resubmitted a merge request.  The diff shows conflicts that don't really exist, seemingly related to the 13 month old version that was previously there.  Would it be easier if I just submitted a fresh merge request rather than trying to make this one happy?15:27
mgerdtshttps://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/37317115:27
smoserrharper: so the upload failed because it tried to re upload16:27
smoser  cloud-init_19.2-2142-g571f7c3-0ubuntu1+1669~trunk~ubuntu18.04.1.tar.xz16:27
rharperyeah; I clicked it manually to request the build since nothing was built for 6 days16:27
rharperbut I don't understand the failure16:27
smoserthe recipe build builds the tarball16:28
smoserand its tar and timestamps so it will happen to differ16:28
smoserbasically it already built this exact thing16:28
smoserso re-tries will fail16:28
smoseryou could i guess maybe delete the old one from https://code.launchpad.net/~cloud-init-dev/+archive/ubuntu/daily16:29
smoserand it might re-build16:29
smoseror just merge something16:29
smoseror you could change the recipe text to have '0ubuntu2'16:30
smoserat https://code.launchpad.net/~cloud-init-dev/+recipe/cloud-init-daily-bionic16:30
rharperoh, no code changes16:33
rharperbut the build would fail for next commit16:34
rharperwithout a fix for the asteroid version / ignoring generated modules on the context manager16:34
smosermaybe it would. it probably wouldnt fail though16:35
smoseras the ast dep comes from pip, not archive i suspect. unless they updated it in archive.16:35
smoserother option looks to b add {time} to the recipe16:35
smoser https://help.launchpad.net/Packaging/SourceBuilds/Recipes16:35
smoserthat would mean you could always hit 'build now' (well... once per second)16:36
smosererr, it looks like per-minute16:36
rharperinteresting16:40
rharperwe must not run tox on builds, I dont think the builder would allow pip install bits, right ?16:41
smoserright. it runs make test i think. tests still run, but with the package installed dependencies.16:57
smoserwhich is what you really want... because you want to test the distro16:58
garrett__Hi. I'm trying to debug an issue, and I'm wondering if someone might have some ideas. I have some machines with one physical interface and a bunch of virtual interfaces. eth0 and eth0:0, eth0:1, etc. After updating from cloud-init 18.2-1 to 18.5-3, I see that LOCAL_IPV4 in /etc/environment is getting set to the IP bound to eth0:0 instead of eth0. I see some calls to udev settle in the cloud-init logs, and it looks like those changes might have bee17:20
garrett__Sorry, this is centos. I'm trying to figure out exactly what patchsets are in there as we speak. I'm just wondering if this is an issue someone might have seen before, or if I'm going entirely down the wrong path17:21
smosergarrett__: cloud-init doesn't do anything with LOCAL_IPV4  in /etc/environment.17:38
garrett__@smoser: aha! okay17:38
garrett__smoser: much thanks. you just saved me a bunch of time.17:52
Odd_Blokerharper: blackboxsw: smoser: If you have a minute, this fixes the build so we can continue landing stuff: https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/37322118:00
Odd_BlokeOh, ha, I see I'm late to this.18:06
Odd_BlokeShould have fully caught up on my inbox before jumping on it, I guess.  Have Approved Ryan's MP.18:06
Odd_BlokeI've filed https://github.com/PyCQA/pylint/issues/3137 for the issue we're seeing.18:17
smoserOdd_Bloke: thank you for doing that.18:20
smoser(we think it is probably astroid related though... or at least that was the change htat caused it)18:20
Odd_BlokeYeah, I mentioned in the issue that we only started seeing it on astroid upgrade, but it looks like pylint is the place to report such things.18:28
Odd_Bloke(It's the same development team anyway, AFAIK.)18:29
powersjSummit Agenda: https://docs.google.com/presentation/d/1Ch4QDfK8pd968mfBgnXQK7_0JWAatrkix069sxsVgOs/edit?usp=sharing18:46
powersjProject Update: https://docs.google.com/presentation/d/1Rfyr7zhWWhijPD1TbF85Z540OXhTLpKeZSSomiYrUlo/edit?usp=sharing18:48
smoserpython3 -m cloudinit.cmd.main devel schema19:29
smoseroops19:29
Odd_Blokeblackboxsw: https://github.com/cloud-init/ubuntu-sru/pull/57 <-- the Oracle SRU verification19:30
rharperOdd_Bloke: thanks19:34
powersjrharper, blackboxsw does this mean the SRU is done?20:16
blackboxswpowersj: checking20:16
rharperno20:18
rharperwaiting on MAAS QA and CDO QA20:18
rharperI've Xenial, but bionic/disco fail on MAAS, pinged in their channel20:18
blackboxswpowersj: rharper; right  CDO QA hasn't gotten back yet with SRU results20:18
rharperhttps://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/37272720:19
blackboxswpowersj: so per your email back to jog, I'm not sure if they're indefinitely waiting on defining 'what they do' w.r.t. SRU validation as they are radio silent after your followup.20:28
powersjblackboxsw, I would respond to his last email and ask for an eta. Say that their validation is all we are waiting for20:28
rharperpowersj: a gentle poke to MAAS would be nice as well;20:32
blackboxswWe just added the community: low-hanging fruit lane to our trello board  where anyone should be able to grab cards  https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin.22:59
blackboxswIf folks have interest in working any cards in the "Community: low-hanging fruit" lane, we can assign individuals to cards as they are being worked. They generally should represent bite-sized work that is aligned with upstream cloud-init goals for the next development cycle23:01
blackboxswwe'll touch more on this in next bi-weekly meeting Oct 8th as well to give more context23:02
rharpersmoser: https://code.launchpad.net/~sdhd/curtin/+git/curtin/+merge/37140123:31
rharperhttps://code.launchpad.net/~sdhd/curtin/+git/curtin/+merge/371401/comments/97202823:31
blackboxswazure manual validation for last sru https://github.com/cloud-init/ubuntu-sru/blob/master/manual/azure-sru-19.2.36.txt23:45
blackboxswfor cloud-init SRUs, we update this PPA with upcoming cloud-init releases that are under tests https://launchpad.net/~cloud-init-dev/+archive/ubuntu/proposed23:53
blackboxswWe only update this PPA with a cloud-init version under test during an SRU (stable release update) for Ubuntu. at maximum it may be updated once a month. So, it should be pretty stable23:54

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