16:18 #startmeeting Cloud-init bi-weekly status 16:18 Meeting started Mon Aug 19 16:18:48 2019 UTC. The chair is blackboxsw. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 16:18 16:18 Available commands: action commands idea info link nick 16:19 Hi guys and girls, welcome to cloud-init biweekly status meeting 16:19 #chair rharper 16:19 Current chairs: blackboxsw rharper 16:19 #chair Odd_Bloke 16:19 Current chairs: Odd_Bloke blackboxsw rharper 16:19 cloud-init upstream uses this meeting as a platform for community updates, feature/bug discussions, and an opportunity to get some extra input on current development. 16:19 All discussions and interjections are welcome 16:19 our format is the following topics: Previous Actions, Recent Changes, In-progress Development, Office Hours 16:20 last meeting's minutes are herer 16:20 #link https://cloud-init.github.io/status-2019-08-05.html#status-2019-08-05 16:20 o/ 16:20 we host the meeting every two weeks at the date and time indicated in the IRC channel topic ^ 16:20 * blackboxsw changes that topic now, since we(I) forgot last time 16:20 #topic cloud-init Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting Sept 2 16:15 UTC | cloud-init v 19.2 (07/17) | https://bugs.launchpad.net/cloud-init/+filebug 16:21 next meeting in two weeks 16:21 #topic Previous actions 16:21 I see no previous actions raised during last meeting. Woo hoo! 16:22 #topic Recent Changes 16:22 the following are commits that 16:22 have landed in tip of master for cloud-init since the last meeting: git log --since 2019-08-04 16:22 - cloudinit/distros/parsers/sys_conf: add docstring to SysConf 16:22 [Daniel Watkins] 16:22 - pyflakes: remove unused variable [Joshua Powers] 16:22 - Azure: Record boot timestamps, system information, and diagnostic events 16:22 [Anh Vo] 16:22 - DataSourceOracle: configure secondary NICs on Virtual Machines 16:22 [Daniel Watkins] 16:22 - distros: fix confusing variable names [Daniel Watkins] 16:22 - azure/net: generate_fallback_nic emits network v2 config instead of v1 16:22 [Chad Smith] 16:22 - Add support for publishing host keys to GCE guest attributes 16:22 [Rick Wright] 16:22 - New data source for the Exoscale.com cloud platform [Chris Glass] 16:22 - doc: remove intersphinx extension [Daniel Watkins] 16:22 - cc_set_passwords: rewrite documentation [Daniel Watkins] (LP: #1838794) 16:22 Launchpad bug 1838794 in cloud-init "Set Passwords documentation describes incorrect behaviour for `password` config key" [Low,Fix committed] https://launchpad.net/bugs/1838794 16:24 We have also published commits though " - Azure: Record boot timestamps, system information, and diagnostic events" to Ubuntu Eoan (19.10) (cloud-init v.19.2-13) if folks want a glimpse of those features 16:24 Many thanks to Azure and GCE folks for their commits and a hi five to tribaal for adding Exoscale 16:25 #topic In-progress Development 16:25 As always, we try to keep most of our work up to date in trello 16:25 #link https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin 16:26 cards in the "Reviewing" column should represent the work we expect to have up for review in the short term. 16:27 rharper is mid-stream on some investigations that will likely lead to significant speed improvements for cloud-init 16:28 Odd_Bloke: is working on some significant improvements for Oracle's datasource rendering network config 16:29 and I'm working on getting OpenStack and Ec2 datasources to talk network config v2. 16:29 beyond that work we have a pretty healther active review queue 16:29 #link https://code.launchpad.net/cloud-init/+activereviews 16:31 of note, some freebsd work is in flight, gce dns improvements, udev triggers and OVF handling user-defined scripts. 16:31 We 16:32 will spend the latter part of this meeting looking over the review queue to see that open branches are in the proper state 16:33 Also, our plan for this week is to cut a Cloud-init SRU (Stable release update) for upload into xenial, bionic and disco. 16:34 expectation is that those Ubuntu series will see an update for cloud-init after our ~7 days of testing and verification 16:34 rharper: Odd_Bloke anything else in flight that we should note here? 16:34 that looks like everything 16:35 without further ado, we can transition to office hours 16:35 #topic Office Hours (next ~30 mins) 16:36 We're here for any questions, bugs, discussions people would like to have around cloud-init. This block of time is available for any discussions or requests people may have. 16:37 We will also spend this time grooming the active review queue to make sure developers get any needed feedback on their active branches. 16:37 If there are any branches that need more eyes, please bring them up here or make sure they are in the 'Needs review' state in Launchpad 16:38 blackboxsw: thanks! 16:40 tribaal: good work. I think Odd_Bloke landed the followup work to enable exoscale datasource config to cloud-init.templates to 'enable' it. And looks like that has landed 16:40 blackboxsw: I'm happy to help verify SRU bugs when the process is kicked - just let me know 16:40 so it's 'on' in Eoan, once SRU is kicked off, it'll be in there 16:41 yep, I need to push an Eoan template to our preprod environment tomorrow to kick the tires, but I don't expect anything funny 16:41 tribaal: will do. I think the only thing we are waiting on before SRU is landing this ubuntu-drivers branch https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/371369 16:42 any feedback on behavior your in Eoan from you tribaal would be helpful. 16:43 let's try that in English this time: any feedback on the behavior in your Eoan environment would be helpful tribaal. 16:43 blackboxsw: haha that's what I inferred :) 16:43 :) /me hits the review queue 16:47 rharper: if you get a chance: you've landed https://git.launchpad.net/cloud-init/commit/?id=b3a87fc0. Do we also still need the following branch? https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/363571 16:48 If so, I'll spend this time trying to write up unit tests for this if possible 16:48 blackboxsw: I don't think so; my branch should include all the needs of that branch 16:49 and the branch tests the wait_for_physdev as well as updates the opensuse net render paths to account for the udev rule number change 16:50 that's kindof what I was thinking/hoping. I'll mark it rejected in favor of your commit, and we'll see what robjo thinks on that. We can reopen and try to address the unit test aspect of his branch if still needed. 16:50 I think we can mark that branch closed 16:50 robjo: had already looked at the branch before landing 16:52 ok done 16:54 thanks Florian for your first commit! https://code.launchpad.net/~florian-mueller-v/cloud-init/+git/cloud-init/+merge/371298 ... doc update approved 16:58 I don't recall having looked at https://git.launchpad.net/cloud-init/commit/?id=b3a87fc0 and there was no entry in the bug to remind me that I did. Anyway, I've done so now and yes, this obsoletes https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/363571 17:00 thank you robjo for that 17:04 robjo: https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/366667 ; yes, I should have linked to the bug in my MP 17:04 you did take a look a while back though 17:06 rharper: I believe you, just cannot remember.... 17:06 heh, it was a while back 17:24 I think we should probably wrap up the meeting for this week. I've got one more review to clear. 17:24 Thanks again all for joining. minutes will be posted to github 17:25 #link https://cloud-init.github.io/ 17:25 #endmeeting