[14:02] https://bugs.launchpad.net/cloud-init/+bug/1736174 [14:02] Ubuntu bug 1736174 in cloud-init "update_hostname module fails on CentOS/RHEL with systemd" [Undecided,New] [14:02] someone should respond to that one [16:04] alrighty, got my ducks in a row.... [16:05] #startmeeting Cloud-init bi-weekly status meeting [16:05] Meeting started Mon May 14 16:05:28 2018 UTC. The chair is blackboxsw. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [16:05] Available commands: action commands idea info link nick [16:08] welcome folks to another cloud-init status meeting. This forum is used to communicate the recent changes, current development efforts and host open office hours to help get quick discussion on bugs, branches or features of interest to anyone developing (or consuming) cloud-init. [16:09] We'll go through a couple of topics as usual (Recent changes, In-progress Development, Office Hours), if there are any additional topics needed just let me know. [16:09] #topic Recent Changes [16:10] We track our upstream work publicly on trello. Feel free to participate or ask questions about any feature work that is seen up there if there are concerns. [16:11] #link https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin [16:11] We have landed the following work items: beware the paste :) [16:11] * Completed release of 18.2 to Ubuntu Bionic, Artful, and Xenial [16:11] * Implement bash completion script for cloud-init command line [16:11] * Improved Softlayer datasource documentation [16:11] * net: Depend on iproute2's ip instead of net-tools ifconfig or route [16:11] * Accept-ra unset by default (LP: #1732002) [16:11] * Command collect-logs will only include most recent boot's journal (LP: #1766335) [16:11] * FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt. (LP: #1404745) [16:11] Launchpad bug 1732002 in systemd (Ubuntu) "cloud images in lxc get ipv6 address" [Undecided,New] https://launchpad.net/bugs/1732002 [16:11] * Azure: poll_imds fixes to only report 'ready' state once during pre-provisioning from Joshua Chan (LP: #1765214) [16:11] * DataSourceSmartOS: fix hang when metadata service is down from Mike Gerdts (LP: #1667735) [16:12] Launchpad bug 1766335 in cloud-init "Running cloud-init collect-logs inside a chroot is not possible" [Medium,Fix committed] https://launchpad.net/bugs/1766335 [16:12] * DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4 from Mike Gerdts (LP: #1763511) [16:12] * pycodestyle: Fix invalid escape sequences in string literals [16:12] Launchpad bug 1404745 in cloud-init "cloud-init's growfs/resize fails with gpart dependency on FreeBSD" [Undecided,Fix committed] https://launchpad.net/bugs/1404745 [16:12] Launchpad bug 1765214 in cloud-init "Multiple success messages sent to Azure Fabric if reboot occurs during pre-provisioning" [Medium,Fix committed] https://launchpad.net/bugs/1765214 [16:12] Launchpad bug 1667735 in cloud-init (Ubuntu Trusty) "cloud-init doesn't retry metadata lookups and hangs forever if metadata is down" [Medium,Confirmed] https://launchpad.net/bugs/1667735 [16:12] Launchpad bug 1763511 in cloud-init (Ubuntu) "DataSourceSmartOS should default to ext4" [Medium,Fix released] https://launchpad.net/bugs/1763511 [16:14] A big thank you to community involvement again. Thanks jocha(Microsoft) and mgerdts(Joyent) for the recent branch work supporting Azure and SmartOS clouds respectively [16:16] We also went through another round of StableReleaseUpdates for Ubuntu on Xenial and Artful to pull in IBMCloud platform fixes. putting Xenial and artful at 18.2-4-g05926e48-0ubuntu~16.04.2 | ~17.10.2 [16:18] I think that's about it for completed development... [16:19] #topic In-progress Development [16:21] There are a couple of items being worked actively at the moment: [16:22] * SRU of cloud-init tip into bionic (should land today or tomorrow) 18.2-27-g6ef92c98-0ubuntu1~18.04.1 [16:23] * SmartOs datasource detection improvements [16:23] * Moving OpenStack datasource to get detected earlier at 'local' stange instead of 'network' stage using ephemeral dhcp client [16:26] * read_file_or_url fixes returing text content in all cases [16:26] * various upstream bug fixes [16:27] * powersj: is also investigating a move to a centralized library for our cloud testing. [16:29] blackboxsw: w.r.t. Depend on iproute2's ip instead of net-tools ifconfig or route was this a merge of iproute2tools branch? I don't recall seeing a merge notification but am way behind in e-mail [16:29] think that about captures what upstream is working on. I think we can transition to office hours for ~30 mins for anyone to bring up ideas of interest [16:29] #topic Office Hours (next ~30 mins) [16:29] hi robjo, checking status there [16:30] I know we landed one branch on that topic [16:31] robjo: so we had a couple branches to packaging dependencies in ubuntu to call out iproute2 specifically as a hard package dependency. [16:32] robjo: and the code changes (which took in some of your branch content and review comments) landed in rev 6d48d265a0548a2dc23e587f2a335d4e38e8db90 [16:32] OK, so I can delete my branch [16:32] https://pastebin.ubuntu.com/p/266CyDt9gD/ [16:34] thanks, so we'll get that in 18.3? [16:34] robjo: yes I think i marked you co-author on that branch and pulled in all your changes to cloudinit/config/cc_disable_ec2_metadata.py [16:34] 2 [16:34] thanks again for that, sorry for the back and forth as I hadn't seen your original branch. [16:35] robjo: definitely in 18.3 [16:35] it landed a week or two after the 18.2 cut. [16:35] @blackboxsw, Can someone please provide inputs for the bug https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1766538 One of our team members has uploaded the necessary log files to the bug. [16:35] Ubuntu bug 1766538 in cloud-init (Ubuntu) "network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server" [Undecided,New] [16:38] OK, so lets also revisit some of the other stuff I have floating about as I just did the 18.2 package for openSUSE and SLES and noticed that I am once again scarring a lot of patches :( [16:39] blackboxsw: https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/emptyStageOK should be back in your court, did you get notification? [16:40] blackboxsw: https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/noLnxDistro pending since January this may have some merge conflicts now as I had to fiddle quite a bit with the patch in my package [16:41] stanguturi: looking [16:41] I think rharper is working on a different approach to https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/chrony when can we expect that? [16:42] and does rharper account for the fact that ntp has a different service name on different distributions? [16:43] #link https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1766538 [16:43] Ubuntu bug 1766538 in cloud-init (Ubuntu) "network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server" [Undecided,New] [16:43] #link https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/emptyStageOK [16:43] ahh robjo hadn't, was on vacation Friday, will grab that/close out today [16:43] #link https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/noLnxDistro [16:44] robjo: re: ntp/chrony, that's landed, including service names for different distros; I pulled unittests and scenarios from your branch; please look over master and see if we're missing anything from your branch w.r.t use-case/scenario [16:45] rharper: OK, if it's landed I can at least throw my branch away, and yes, will take a look at master, I take it this will be another in 18.3 item? [16:46] stanguturi: ok thanks for the logs on that bug, looks like network config parsing is falling over and OVF datasource isn't being detected https://pastebin.ubuntu.com/p/qVJxDJWZRV/ [16:47] @blackboxsw, Oh . Thanks. Will check with him about the test setup and update the bug. Thanks. [16:48] updated the bug with a comment there [16:48] thanks stanguturi [16:50] robjo: correct as well for ntp/chrony, we held off landing it in 18.2 because of risk [16:50] it was one of the first branches landed after the cut [16:51] ok, leaves the https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/noLnxDistro implementation of distro detection as things I'd like to get resolved, others to be addressed maybe in 2 weeks ;) [16:51] ok noLnxDistro.... I'm updating the commit comment robjo to the trailing LP: # [16:51] claiming a review slot on that now [16:53] good unit test coverage, thanks for that [16:54] np [16:55] ok this can be reviewed today, not sure if why we don't already have a get_linux_distro utility somewhere, but I'll poke around today for context [16:55] ahh ahh, thanks for the bug robjo ok [16:56] the context is that the Python implementation is going away and has been deprecated [16:56] #link https://bugs.launchpad.net/cloud-init/+bug/1745235 [16:56] Ubuntu bug 1745235 in cloud-init "distribution detection" [Undecided,New] [16:56] thanks again [16:56] changing that status and will help you get that landed [16:56] good one [16:58] OK, blackboxsw is on the hook for two things this week ;) distro detection and the empty modules list [16:58] #action blackboxsw review distro dection and empty modules list [16:58] ACTION: blackboxsw review distro dection and empty modules list [16:58] * robjo on the hook to look at chrony support in master and report back to rharper [16:58] #action robjo review existing chrony support in master per rharper's work [16:58] ACTION: robjo review existing chrony support in master per rharper's work [16:59] official now :) [16:59] now if I only reviewed previous meeting's action items.... checking now [17:00] 16:51 #action blackboxsw to have discussions w/ team on datasource maintaining network on each reboot per https://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/343712 [17:01] ok per last meeting, we have held a couple of discussions on hotplug vs. maintaining network only on reboot. on first blush it looks like we'd need to have these mutually exclusive, but we are just started to iron our what we want to do for our initial hotplug support in cloud-init and have to have a followup discussion about how to support both approaches [17:02] #action blackboxsw carryover network hotplug vs network maintenance on reboot-only [17:02] ACTION: blackboxsw carryover network hotplug vs network maintenance on reboot-only [17:02] well that was the only action item from last meeting looks like [17:02] ok I think that wraps up today's meeting. [17:02] any other parting shots folks? [17:03] Thanks again for your time. It's always a pleasure. [17:03] Next meeting two weeks, same bat time... [17:03] #endmeeting [17:03] Meeting ended Mon May 14 17:03:58 2018 UTC. [17:03] Minutes: http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-05-14-16.05.moin.txt [17:04] * blackboxsw heads to publish those notes now to cloud-init.github.io === blackboxsw changed the topic of #cloud-init to: Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting: Monday 5/28 16:00 UTC | cloud-init 18.2 released (03/28/2018) [17:29] smoser: ci asplode, and I'm pretty sure it's not related to my patch: https://jenkins.ubuntu.com/server/job/cloud-init-ci/1115/console [17:42] larsks: I'm getting those failures when running your branch locally as well, but master is fine [17:42] That's very strange. [17:42] The only change was a move to the add_patch method that smoser suggested. [17:42] I guess I will take a closer look this evening. Thanks for checking. === r-daneel_ is now known as r-daneel [18:06] Meh, fixed it. Made bad assumptions about add_patch. === Guest16323 is now known as mgagne [19:00] rharper: looks as everything for the chrony support/ ntp naming is there, the comment I have is that this implementation is inconsistent with other concepts used [19:01] so far we had distro specific settings in the distro class implementation, now with ntp with part of the implementation in the cc_ntp module and other parts in the distro === r-daneel_ is now known as r-daneel [19:02] I think in the long run this will be confusing and I think it is worth it to have a task to eventually move the distro specific bits into the distro implementation [19:09] powersj: did you run something here manually ? [19:09] https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/334992 [19:10] smoser: nope it would say started by me [19:10] hm.. [19:11] so why did that run ? [19:11] and https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/335406 also [19:11] those could have been someone pressing the "rerun" link, which isn't something I have a lot of experience with [19:14] powersj: even the rerun attributes to a person I though [19:14] t [19:14] smoser: can I land https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/343738 [19:14] hmm I think so since you'd have to be logged in [19:22] blackboxsw: i think so... [19:22] convince yourself that we're effectively doing the same check on METADATA_SOCKFILE in DataSourceSmartOS [19:23] i am pretty sure that as it is right now for a lxd container inside a LX_BRAND we would have the 'self.md_client.exists()' call return False and take the "No metadata device '%r' ..." [19:24] (line 230) [19:24] right? [19:49] smoser: ok see your followup message on the branch. for some reason I'm not highlighting in IRC today. sorry reply posted to your branch. I think minimally I'd like to see the socket file check in DataSourceSmartOS if we could. [20:25] blackboxsw: i'm pretty sure we are checking that [20:33] robjo: smoser and I went back and forth on this many times; it's a struggle between having all of the ntp knowledge within the module itself, asking only distro for paths/defaults vs pushing a portion, but not all of the ntp handler into the distro class; === rangerpb is now known as baude [21:02] @rharper /@smoser , can I get another review of https://code.launchpad.net/~paul-meyer/cloud-init/+git/cloud-init/+merge/344538 ? Thanks! [21:50] Is there an issue with growpart and resizefs on Ubuntu 18.04? Both show disabled even though configs for each are enabled/auto. [21:58] added bug, https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1771221 [21:58] Ubuntu bug 1771221 in cloud-initramfs-tools "Ubuntu 18.04, growpart and resizefs show disabled" [Undecided,New] [22:38] responded on bug, looking for a bit more data.