/srv/irclogs.ubuntu.com/2019/08/05/#cloud-init.txt

=== blackboxsw changed the topic of #cloud-init to: Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting Aug 5 16:15 UTC | cloud-init v 19.2 (07/17) | https://bugs.launchpad.net/cloud-init/+filebug
blackboxsw#startmeeting Cloud-init bi-weekly status16:16
meetingologyMeeting started Mon Aug  5 16:16:04 2019 UTC.  The chair is blackboxsw. Information about MeetBot at http://wiki.ubuntu.com/meetingology.16:16
meetingologyAvailable commands: action commands idea info link nick16:16
tribaalo/16:16
blackboxswHeya Chris!16:16
blackboxswWelcome to another cloud-init community status meeting folks.16:16
* blackboxsw finally back from a much needed vacation and have dug myself out of backlog16:17
blackboxsw#chair rharper16:17
meetingologyCurrent chairs: blackboxsw rharper16:17
blackboxswcloud-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:18
blackboxswAll interjections updates and questions  welcome16:18
blackboxswwe may be a bit light this meeting as well as some folks have holidays and travel that coincide with this meeting16:18
blackboxswour format is the following topics: Previous Actions, Recent Changes, In-progress Development, Office Hours16:19
blackboxswwe host the meeting every two weeks at the date and time indicated in the IRC channel topic ^16:19
blackboxswI'll update that topic now as I think we forgot to last meeting16:19
blackboxsw#topic #cloud-init Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting Aug 19 16:15 UTC | cloud-init v 19.2 (07/17) | https://bugs.launchpad.net/cloud-init/+filebu16:19
blackboxswnext meeting will be two weeks from today, same time16:20
blackboxsw#topic Previous Actions16:20
blackboxsw#link https://cloud-init.github.io/status-2019-07-22.html#status-2019-07-2216:20
blackboxswgroking the meeting last episode, looks like rharper needed to update status on https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/183238116:20
ubot5Ubuntu bug 1832381 in cloud-init (Ubuntu) "vm fails to boot due to conflicting network configuration when user switches from netplan to eni" [Undecided,Incomplete]16:20
blackboxswI think we were awaiting feedback there from AnvoMSFT for a specific reproduce16:21
blackboxswI think we were awaiting feedback there from AnvoMSFT for a specific reproducer16:21
blackboxswso that'll carryover til next meeting if if it a priority16:21
blackboxswthe other action from last session was for rharper to ping me on status publishing to github.16:22
blackboxswI've pushed meeting minutes from last two cloud-init status meetings up to cloud-init.github.io so we are closed there16:22
blackboxswno other actions seen16:22
blackboxsw#topic In-Progress Development16:23
blackboxswUpstream 19.2 was cut on 7/17 and there are plans to SRU cloud-init within the next week or two into Xenial, bionic, disco and Eaon. I know that we are waiting on closure of a few branches  in tip before we SRU cloud-init tip to Xenial ++16:24
blackboxswtribaal: your exoscale branch I believe is one of the ones we want landed before we start our SRU process16:24
tribaalI was hoping to address Odd_Bloke 's comments today, but that didn't happen. Tomorrow, or "this week" at the very least is my new target.16:24
blackboxsw#link https://code.launchpad.net/~tribaal/cloud-init/+git/cloud-init/+merge/36951616:24
tribaalMost of the non-blocking comments should be easy - I want to double check the on-reboot behavior on an actual instance though16:25
blackboxswtribaal: excellent, Odd_Bloke was able to get the review in Friday as he knew he'd be on holiday today and wanted to get you feedback16:25
tribaalack16:25
tribaal(the blocking comment about the copyright header should be trivial as well thankfully :) )16:26
blackboxswyeah agreed16:26
blackboxswwe also have the following branches we'd like to get "in" and merged to tip before SRU16:26
blackboxsw#link https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/370927   (doc updates)16:26
blackboxsw#link https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/369785  (Azure telemetry)16:27
blackboxswand some of goneri's FreeBSD support look like they are straight forward for review/landing16:28
blackboxsw#link https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/36850716:28
blackboxsw#link https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/36564116:28
blackboxswIf anyone else out there today is interested in getting reviews/merges before we SRU to Xenial, please feel free to raise a request in channel here or on the mailing list.16:29
blackboxswAlso in progress, I just drew up a minispec for DataSourceOVF so that VMware can support merging configuration sources from IMC and OVF if both are present. This allows OVF datasource to configure both static IP config as well as do ssh user imports (which was previously not possible)16:31
blackboxswAs always, our in progress development generally will also be represented on trello16:31
blackboxsw#link https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin16:31
blackboxsw#topic Recent Changes16:31
blackboxswthe following has landed in tip of master since last cloud-init status meeting16:32
blackboxsw % git log --oneline --since 2019-07-2216:32
blackboxsw    - net/cmdline: split interfaces_by_mac and init network config16:33
blackboxsw      determination [Daniel Watkins]16:33
blackboxsw    - stages: allow data sources to override network config source order16:33
blackboxsw      [Daniel Watkins]16:33
blackboxsw#topic Office Hours (next ~30 mins)16:33
blackboxswfeel free to ask for help, reviews, discussions on any cloud-init items you're looking at.   Otherwise I'll spend some time today getting through the review queue for cloud-init branches.16:34
blackboxswand doing some bug triage16:34
blackboxswthanks tribaal for jumping in BTW.16:34
tribaalblackboxsw: my pleasure :)16:35
tribaalI'm working on the review points in parallel during office hours as well, that should move things forward hopefully.16:36
blackboxswexcellent just ping when ready this week and we'll give a quick pass.16:36
cyphermoxblackboxsw: yeah, I'm not sure about that eni/netplan conflict; you do need to remove old config from one to the other, otherwise they might fight, but not something I'd expect to break boot.16:46
blackboxswhiya cyphermox. agreed, I *think* we decided that cloud-init needed to be smart in the transition from netplan -> eni if someone does that on a system and cloud-init can warn about the behavior change, cleanup old netplan config and render eni in that case.16:47
blackboxswsince cloud-init should be smart enough to know what it '16:48
blackboxswused to render16:48
cyphermoxack16:49
cyphermoxyeah, now that I think of it we said the exact same thing last meeting, I think16:49
blackboxsw+1, I'm just dusting the vacation cobwebs off. so didn't know if something else happened on that front last week16:51
cyphermoxwell, I recall the convo, that's what I meant16:52
blackboxswI think that about wraps cloud-init status meeting for today folks. Thanks again. And drop us a line on the mailing list (cloud-init@lists.launchpad.net) or here in IRC anytime with questions/discussions.17:06
blackboxsw#endmeeting17:06
meetingologyMeeting ended Mon Aug  5 17:06:17 2019 UTC.17:06
meetingologyMinutes:        http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-08-05-16.16.moin.txt17:06
ahosmanMSFTGood morning, I was wondering where the Platform classes (image, instance, platform, snapshot) are used during cloud_tests? I've checked the testcases files and other main files.17:34
powersjahosmanMSFT, the collect.py file does the actual launching of the platform17:41
powersjand setup_image.py does well... setting up the image :)17:42
robjorharper: still here?21:42
powersjrobjo, we just back from a sprint so I think he is off today22:03
robjoOK, thanks22:04
powersjsorry for the missing word lol22:04

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