== Meeting information == * #cloud-init: Cloud-init bi-weekly status meeting, 02 Jul at 16:05 — 17:02 UTC * Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-07-02-16.05.log.html]] == Meeting summary == ''LINK:'' https://cloud-init.github.io/ === Previous Actions === The discussion about "Previous Actions" started at 16:09. * ''LINK:'' https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/348000 * ''ACTION:'' haper/blackboxsw review https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/333904 [CARRYOVER] === Recent Changes === The discussion about "Recent Changes" started at 16:15. * ''LINK:'' https://lists.launchpad.net/cloud-init/msg00164.html === In-progress Development === The discussion about "In-progress Development" started at 16:21. * ''LINK:'' https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin * ''LINK:'' https://copr.fedorainfracloud.org/coprs/g/cloud-init/el-testing/ * ''LINK:'' https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/348704 === Office Hours (next ~30 mins) === The discussion about "Office Hours (next ~30 mins)" started at 16:31. * ''LINK:'' https://cloud-init.github.io/ == Vote results == == Action items, by person == * blackboxsw * haper/blackboxsw review https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/333904 [CARRYOVER] == Done items == * (none) == People present (lines said) == * blackboxsw (60) * meetingology (4) * ubot5 (3) * danMS_ (1) * mgerdts (1) == Full Log == 16:05 #startmeeting Cloud-init bi-weekly status meeting 16:05 Meeting started Mon Jul 2 16:05:44 2018 UTC. The chair is blackboxsw. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 16:05 16:05 Available commands: action commands idea info link nick 16:06 hi folks, just kicking off another cloud-init status meeting to communicate the recent events in cloud-init land. 16:06 welcome to all, feel free to interrupt as we go through the agenda. As always cloud-init status minutes will live at the following url 16:07 #link https://cloud-init.github.io/ 16:07 The meeting agenda is as follows: 16:08 agenda: Previous Actions, Recent Changes, In-progress develepment and office hours (~30 minutes) 16:09 #topic Previous Actions 16:09 Last meeting we have a couple of actions to look over: 16:10 #ACTION blackboxsw carryover network hotplug vs network maintenance on reboot-only 16:10 #ACTION blackboxsw carryover network hotplug vs network maintenance on reboot-only [DONE] 16:11 we held multiple meetings, including discussion with mgerdts on a SmartOS solution for handling regenerating network configuration per-boot when a user selects this behavior 16:12 We have just landed a supporting branch in cloud-init tip to enable datasources to define what events (BOOT vs BOOT_NEW_INSTANCE) they will react to when generating network config. 16:12 #link https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/348000 16:13 that should give a foundation for other datasources to write/change network config across boots, instead of allowing network config to remain static based on cloud-init's initial network configuration 16:13 the 2nd action .. 16:14 #ACTION haper/blackboxsw review https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/333904 [CARRYOVER] 16:14 * meetingology haper/blackboxsw review https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/333904 [CARRYOVER] 16:14 I'd like to carry this one over. We got a bit bogged down in SRU, CentOs stuff last week and we shold be able to get some eyes on this branch 16:14 I think that's it for actions. 16:15 #topic Recent Changes 16:16 Below is a list of changes landed in cloud-init tip or package publishing that has occured for the project: 16:16 * our 18.3 release was cut from tip if you caught the email on that mailing list 16:16 Congrats all for a great effort at improving quality and adding more datasource/cloud support 16:17 #link https://lists.launchpad.net/cloud-init/msg00164.html 16:17 ^ in case you didn't get the message 16:18 * we also publish 18.3 release into Ubuntu Cosmic and started a stable release update (SRU) to publish 18.3 in to xenial, artful, bionic 16:18 published* 16:19 expectations are that xenial, artful and bionic will have 18.3 after this week of testing 16:20 the remaining changes landed in tip are: 16:20 - update_metadata: a datasource can support network re-config every boot 16:20 [Chad Smith] 16:20 - tests: drop salt-minion integration test (LP: #1778737) 16:20 - Retry on failed import of gpg receive keys. 16:20 - tools: Fix run-container when neither source or binary package requested. 16:20 - docs: Fix a small spelling error. [Oz N Tiram] 16:20 - tox: use simplestreams from git repository rather than bzr. 16:20 Launchpad bug 1778737 in cloud-init "salt-minion test needs fixing" [Undecided,Fix committed] https://launchpad.net/bugs/1778737 16:20 - release 18.3 [Chad Smith] (LP: #1777743) 16:20 - docs: represent sudo:false in docs for user_groups config module 16:20 [Chad Smith] 16:20 - Explicitly prevent `sudo` access for user module 16:20 Launchpad bug 1777743 in cloud-init "Release 18.3" [Undecided,Fix released] https://launchpad.net/bugs/1777743 16:20 [Jacob Bednarz] (LP: #1771468) 16:20 Launchpad bug 1771468 in cloud-init "Allow a way to explicitly disable sudo for a user" [Undecided,Fix released] https://launchpad.net/bugs/1771468 16:21 next topic 16:21 #topic In-progress Development 16:22 Our ongoing development is always listed publicly at the following trello board 16:22 #link https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin 16:23 We are going to be focused on SRU validation for Ubuntu this week which should take up the majority of the week. 16:23 At the end of this SRU process we will also rebuild centos binaries in our copr repo 16:23 #link https://copr.fedorainfracloud.org/coprs/g/cloud-init/el-testing/ 16:24 so that folks in other envs will have access to latest bits if their distro/cloud doesn't have that update 16:24 Also, specfic to mgerdts and danMS_ there is a branch in progress for Azure support to regenerate network-config for all interfaces on each boot. 16:25 #link https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/348704 16:25 mgerdts: might like it only as another example of a datasource managing network config across boots 16:26 Thanks. Will look at that soon. 16:26 no prob, sorry for all the pings :) 16:26 will take a look too and spk to paulmey 16:27 also smoser is working on implementing an OCIC datasource (Oracle Cloud Infrastructure Classic) 16:31 think that wraps it up for this week. 16:31 #topic Office Hours (next ~30 mins) 16:31 there should be a couple of eyes on this channel for discusssions, questions, bug requests etc that might need a bit more attention. 16:33 again, thanks for tuning in and helping make cloud-init better! 16:33 meeting minutes will ultimately show at 16:33 #link https://cloud-init.github.io/ 17:02 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)