[00:30] blackboxsw: responded to the open-telekom branch [01:56] smoser: I'm going to land the open-telekom branch (wanted to test review-mps getting the authorship correct there) [02:47] blackboxsw: ok. great. thanks. [02:49] smoser: is this the comment you wanted to see on bugs when commits happen in tip, or something a bit different? https://bugs.launchpad.net/cloud-init/+bug/1756471/comments/6 [02:49] Ubuntu bug 1756471 in cloud-init "ds-identify does not identify openstack Open Telecom Cloud" [Medium,Fix committed] [02:50] when we release to bionic I'd expect a comment along the lines of "cloud-init v.X released in Bionic, if this is still an issue, re-open the bug or create a new one" [02:50] anyway it's late. can chat tomorrow about it [02:59] blackboxsw: yes, that is great. [15:21] AscII: if you're around today rharper/smoser was peeking at your metadata network config and the thought was that your metadata service should actually not be presenting the aliases eth0:0 interface name, but it could fold the subnet defined under eth0:0 under a single interface 'eth0' [15:24] AscII: lines 23-32 should live @ line 17 http://paste.ubuntu.com/p/PDjVZTM9sp/ [15:52] rharper: I'm tweaking your commit message and landing https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/341662 review-mps balked at line length.. sorry about the mp comment noise on that [15:52] thanks [17:11] hey scott, https://git.launchpad.net/cloud-init/tree/cloudinit/sources/DataSourceAzure.py#n606, can we make this ‘NTFS – one file’ check failure ignorable, because if the OS doesn’t know how to do NTFS, the contents *can’t* be important? [18:39] blackboxsw: thx for the input. If I remember correctly this is again a workaround for rhel/fedora [18:47] well, in general the v1 config format doesn't regonize an alias interface as a physical device === r-daneel_ is now known as r-daneel [19:29] danMS_: you're saying that line 642 could return True, "you probably didnt have anything there because your kernel couldnt mount ntfs" [19:29] right ? [19:29] it is probably reasonably safe, but could obviously false positive and destroy data. [19:29] if you booted into a new kernel and had forgot some module s or something. === r-daneel_ is now known as r-daneel [20:33] blackboxsw: https://code.launchpad.net/~kgarloff/cloud-init/+git/cloud-init/+merge/341844 [20:33] that one is good. [20:41] smoser: good like you wanted it landed or reviewed? [20:41] please give it some thought. [20:42] i pointed c-i bot at it [20:42] but it looked logically good ot me [20:42] roger, it affects dojordans Azure branch I think [20:43] as he's now using readurl w/ exception_cb too [20:43] will take it into account. [20:50] blackboxsw: https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/341543 [20:50] Simon pointed out you seemed to have dropped the TestPrependBaseCommand tests. [20:50] yes, I finished testing that this morning. [20:50] oh. ok. [20:50] you didnt respond ot that [20:50] checking the dropped basecommand test... I moved it into cloudinit/tests/test_subp.py [20:51] only question I have smoser is the order in which I'm running ubuntu-advantage module in cloud.cfg.tmpl [20:52] I put it after the apt pipelining and apt configure modules as they might tweak apt a bit prior to ubuntu-advantage installing the deb [20:53] yeah. [20:53] if you had any thoughts there it feels a bit heavy to order an {% if variant in ["ubuntu"] %} just after a section that was ubuntu|debian|unknown [20:53] those couldprobably move earlier... they just set configuration. but you definitely want to be after them if you're going to install packags. [20:53] you have a merge conflict showing right now there. [20:53] i think [20:53] look for <<<< [20:54] i think its fine as you have it. [20:54] "heavy" doesnt matter really there... its build time. [20:54] if thats what you meant [20:54] smoser: if I git merge cs/feature/ubuntu-advantage-module against tip of master checked out locally I get no conflicts [20:55] ah. so lp is just out of sorts [20:56] yeah, it just felt like I'm being ubuntu-explicit in the template just after a more general ubuntu, debian, unknown section felt like it might have been overkill, but as you said, template build happens once, so no biggie [20:56] and we don't want ubuntu-advantage to show of in cloud.cfg anywhere else [20:56] and we don't want ubuntu-advantage to show up in cloud.cfg anywhere else [20:58] smoser: ahh I forgot to add cloudinit/tests/test_subp.py [20:58] that's why simpoir suggested I dropped it without replace. pushing now [21:21] man it's a bit confusing in that wait_for_url's exception_cb is expected to behave differently than readurl's exception_cb [21:22] but anyway, doesn't need to be aligned with this branch