-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus-2020-02-18.html
252 lines (213 loc) · 16.8 KB
/
status-2020-02-18.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="english">
<head>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://cloud-init.github.io/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="https://cloud-init.github.io/theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="https://cloud-init.github.io/theme/font-awesome/css/font-awesome.min.css">
<link href="https://cloud-init.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Cloud-init Info Atom">
<link rel="shortcut icon" href="/theme/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/theme/img/favicon.ico" type="image/x-icon">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50554247-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#2c001e">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#2c001e">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Microsoft EDGE -->
<meta name="msapplication-TileColor" content="#2c001e">
<meta name="author" content="chad.smith@canonical.com" />
<meta name="description" content="Meeting information #cloud-init: Cloud-init bi-weekly status, 18 Feb at 17:35 — 18:36 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-02-18-17.35.log.html]] Meeting summary LINK: https://cloud-init.github.io/status-2020-02-04.html#status-2020-02-04 Previous Actions The discussion about "Previous Actions" started at 17:37 …" />
<meta name="keywords" content="">
<meta property="og:site_name" content="Cloud-init Info"/>
<meta property="og:title" content="Cloud-init bi-weekly status"/>
<meta property="og:description" content="Meeting information #cloud-init: Cloud-init bi-weekly status, 18 Feb at 17:35 — 18:36 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-02-18-17.35.log.html]] Meeting summary LINK: https://cloud-init.github.io/status-2020-02-04.html#status-2020-02-04 Previous Actions The discussion about "Previous Actions" started at 17:37 …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://cloud-init.github.io/status-2020-02-18.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2020-02-18 17:35:00+00:00"/>
<meta property="article:modified_time" content=""/>
<meta property="article:author" content="https://cloud-init.github.io/author/chadsmithcanonicalcom.html">
<meta property="article:section" content="status-meeting-minutes"/>
<meta property="og:image" content="/images/cloud-init-orange.svg">
<title>Cloud-init Info – Cloud-init bi-weekly status</title>
</head>
<body>
<aside>
<div>
<a href="https://cloud-init.github.io">
<img src="/images/cloud-init-orange.svg" alt="Cloud-init" title="Cloud-init">
</a>
<h1><a href="https://cloud-init.github.io">Cloud-init</a></h1>
<p>Make your cloud images be all they can be</p>
<nav>
<ul class="list">
<li><a href="https://cloudinit.readthedocs.org/" target="_blank">Docs</a></li>
<li><a href="https://cloud-init.io" target="_blank">Overview</a></li>
<li><a href="https://cloudinit.readthedocs.io/en/latest/topics/hacking.html" target="_blank">Hacking</a></li>
<li><a href="https://jenkins.ubuntu.com/server/view/cloud-init/" target="_blank">CI builds</a></li>
<li><a href="https://launchpad.net/cloud-init" target="_blank">Code</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-github" href="https://github.com/cloud-init" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a class="sc-wechat" href="https://webchat.freenode.net/?channels=cloud-init" target="_blank"><i class="fa fa-wechat"></i></a></li>
</ul>
</div>
</aside>
<main>
<nav>
<a href="https://cloud-init.github.io">Home</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="https://cloud-init.github.io/feeds/all.atom.xml">Atom</a>
</nav>
<article class="single">
<header>
<h1 id="status-2020-02-18">Cloud-init bi-weekly status</h1>
<p>
Posted on Tue 18 February 2020 in <a href="https://cloud-init.github.io/category/status-meeting-minutes.html">status-meeting-minutes</a>
• 5 min read
</p>
</header>
<div>
<h2>Meeting information</h2>
<ul>
<li>#cloud-init: Cloud-init bi-weekly status, 18 Feb at 17:35 — 18:36 UTC</li>
<li>Full logs at [[<a href="http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-02-18-17.35.log.html">http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-02-18-17.35.log.html</a>]]</li>
</ul>
<h2>Meeting summary</h2>
<p><strong>LINK</strong>: <a href="https://cloud-init.github.io/status-2020-02-04.html#status-2020-02-04">https://cloud-init.github.io/status-2020-02-04.html#status-2020-02-04</a> </p>
<h3>Previous Actions</h3>
<p>The discussion about "Previous Actions" started at 17:37.</p>
<h3>Recent Changes</h3>
<p>The discussion about "Recent Changes" started at 17:38.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://paste.ubuntu.com/p/28Y8jGTGwr/">https://paste.ubuntu.com/p/28Y8jGTGwr/</a> </li>
</ul>
<h3>In-prgoress Development</h3>
<p>The discussion about "In-prgoress Development" started at 17:45.</p>
<h3>In-progress Development</h3>
<p>The discussion about "In-progress Development" started at 17:45.</p>
<h3>cloud-init upstream 20.1</h3>
<p>The discussion about "cloud-init upstream 20.1" started at 17:49.</p>
<h3>Community Charter</h3>
<p>The discussion about "Community Charter" started at 17:59.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://bugs.launchpad.net/cloud-init/+bugs">https://bugs.launchpad.net/cloud-init/+bugs</a>?field.tag=bitesize </li>
</ul>
<h2>Vote results</h2>
<h2>Done items</h2>
<ul>
<li>(none)</li>
</ul>
<h2>People present (lines said)</h2>
<ul>
<li>blackboxsw (52)</li>
<li>meetingology (5)</li>
<li>Odd_Bloke (3)</li>
<li>smoser (0)</li>
<li>rharper (0)</li>
</ul>
<h2>Full Log</h2>
<p>17:35 <code><blackboxsw></code> #startmeeting Cloud-init bi-weekly status</p>
<p>17:35 <code><meetingology></code> Meeting started Tue Feb 18 17:35:26 2020 UTC. The chair is blackboxsw. Information about MeetBot at <a href="http://wiki.ubuntu.com/meetingology.">http://wiki.ubuntu.com/meetingology.</a></p>
<p>17:35 <code><meetingology></code> </p>
<p>17:35 <code><meetingology></code> Available commands: action commands idea info link nick</p>
<p>17:35 <code><blackboxsw></code> o/ hi cloud-init folks. sorry I botched being able to read calendars last time.</p>
<p>17:36 <code><blackboxsw></code> let's kick off our cloud-init status meeting.</p>
<p>17:36 <code><blackboxsw></code> notes from previous meeting are here:</p>
<p>17:36 <code><blackboxsw></code> #link <a href="https://cloud-init.github.io/status-2020-02-04.html#status-2020-02-04">https://cloud-init.github.io/status-2020-02-04.html#status-2020-02-04</a></p>
<p>17:37 <code><blackboxsw></code> the topics we cover in this meeting are the following: Previous Actions, Recent Changes, In-progress Development, Community Charter, Upcoming Meetings, Office Hours (~30 mins).</p>
<p>17:37 <code><blackboxsw></code> today I'll add a topic for cloud-init's upstream release 20.1</p>
<p>17:37 <code><blackboxsw></code> #topic Previous Actions</p>
<p>17:38 <code><blackboxsw></code> Last meeting minutes show no carryover action items. So we can drop into recent changes</p>
<p>17:38 <code><blackboxsw></code> #topic Recent Changes</p>
<p>17:40 <code><blackboxsw></code> We have about 8 commits landed in master since last meeting: found with git log --since 02-04-2020</p>
<p>17:40 <code><blackboxsw></code> <a href="https://paste.ubuntu.com/p/28Y8jGTGwr/">https://paste.ubuntu.com/p/28Y8jGTGwr/</a></p>
<p>17:41 <code><blackboxsw></code> some doc fixes, CI fixes for Azure integration testing , swap disk support for cc_disk_setup and freebsd improvements.</p>
<p>17:42 <code><blackboxsw></code> thanks for contributions there all. I think we still have a long tail of improvements to review for FreeBSD and NetBSD so we'll try to keep the conversation going there.. Thanks meena and do3meli there</p>
<p>17:42 <code><blackboxsw></code> I mean Goneri</p>
<p>17:44 <code><blackboxsw></code> #chair rharper Odd_Bloke smoser</p>
<p>17:44 <code><meetingology></code> Warning: Nick not in channel: rharper</p>
<p>17:44 <code><meetingology></code> Current chairs: Odd_Bloke blackboxsw rharper smoser</p>
<p>17:44 <code><blackboxsw></code> forgot to set meeting chairs. sry</p>
<p>17:45 <code><blackboxsw></code> #topic In-prgoress Development</p>
<p>17:45 <code><blackboxsw></code> #topic In-progress Development</p>
<p>17:47 <code><blackboxsw></code> Odd_Bloke: is currently wrapping up any remaining py2/p3-isms in master branch. Dropping use of 'six' throughout the code. Paride is working on copr-build failures due to the shift to python3 packages. otubo, thanks for the ping back on finding various python3 CentOS packages. We'll also try sorting this this week so cloud-init py3 builds can work on CentOS 7 and 8</p>
<p>17:47 <code><blackboxsw></code> If folks didn't see the mailing list Odd_Bloke has a branch up to shift from nosetests ->` pytest <a href="https://lists.launchpad.net/cloud-init/msg00245.html">https://lists.launchpad.net/cloud-init/msg00245.html</a></p>
<p>17:48 <code><blackboxsw></code> we expect to land that after 20.1 releases. Thanks for the reviews there <a href="https://github.com/canonical/cloud-init/pull/211">https://github.com/canonical/cloud-init/pull/211</a></p>
<p>17:49 <code><blackboxsw></code> #topic cloud-init upstream 20.1</p>
<p>17:50 <code><blackboxsw></code> So, today at EOD is upstream release day for cloud-init 20.1. Just another timed release of cloud-init which we strive to make quarterly thoughout the year</p>
<p>17:50 <code><blackboxsw></code> As mentioned on the mailing list, if there are any branches/PRs that folks really would like to get into 20.1, please raise them here. We will scrub the review queue today and see what makes sense to land for this release.</p>
<p>17:52 <code><Odd_Bloke></code> I'll be driving the 20.1 release.</p>
<p>17:53 <code><Odd_Bloke></code> We just landed <a href="https://github.com/canonical/cloud-init/pull/204">https://github.com/canonical/cloud-init/pull/204</a> into master, which is a fix for a (low priority) CVE that we wanted in before cutting the release.</p>
<p>17:54 <code><Odd_Bloke></code> I'm going to perform some testing of that change before cutting the release, to determine if any doc changes are required for it and to check if it impacts boot on Azure instances that have a password provided by the Azure fabric.</p>
<p>17:54 <code><blackboxsw></code> I was just looking over the PR from fred in ec2 land about handling a disabled path for IMDSv2 that looks interesting, but it still needs unit tests <a href="https://github.com/canonical/cloud-init/pull/216/files">https://github.com/canonical/cloud-init/pull/216/files</a></p>
<p>17:55 <code><blackboxsw></code> this would certainly help non-ec2 lookalikes</p>
<p>17:55 <code><blackboxsw></code> and is a fairly specific fix.</p>
<p>17:56 <code><blackboxsw></code> we can peek over it during the office hours and see if it makes sense.</p>
<p>17:56 <code><blackboxsw></code> Thanks Odd_Bloke for driving the 20.1 release.</p>
<p>17:56 <code><blackboxsw></code> So, again, plan is to cut 20.1 at end of day today.</p>
<p>17:58 <code><blackboxsw></code> What follows will be a tag and release to Ubuntu Focal to sync tip of master to Ubuntu development release</p>
<p>17:59 <code><blackboxsw></code> #topic Community Charter</p>
<p>17:59 <code><blackboxsw></code> This topic is a placeholder to remind folks of any project-wide development tasks that we are engaging the community in.</p>
<p>18:00 <code><blackboxsw></code> the general theme at the moment is cloud-config schema definitions for the config modules in cloudinit/config/cc_*py and improving/correct datasource configuration documentation</p>
<p>18:00 <code><blackboxsw></code> We've queued this work as separate bugs in cloud-init at the following link</p>
<p>18:01 <code><blackboxsw></code> #link <a href="https://bugs.launchpad.net/cloud-init/+bugs">https://bugs.launchpad.net/cloud-init/+bugs</a>?field.tag=bitesize</p>
<p>18:01 <code><blackboxsw></code> we'll revisit this set of bugs/features and resent community charter goals near the end of 2020 at the next cloud-init summit. If there are suggestions/desires for community themed tasks please feel free to set the direction there.</p>
<p>18:02 <code><blackboxsw></code> these community tasks are grabbed by any contributor to cloud-init.</p>
<p>18:03 <code><blackboxsw></code> An example of the schema definitions we are looking to add is the PR in review here. <a href="https://github.com/canonical/cloud-init/pull/152">https://github.com/canonical/cloud-init/pull/152</a></p>
<p>18:04 <code><blackboxsw></code> As always, everyone's review counts. As a project we are trying to also look to 'promote' more core-contributors, with commit rights to the cloud-init project. Reviews count just much as proposing pull requests to the project.</p>
<p>18:04 <code><blackboxsw></code> thanks again for all the contributions, reviews and bugs that are being contributed to date. It really helps improve this project's use</p>
<p>18:05 <code><blackboxsw></code> #topic Office Hours (next ~30 mins)</p>
<p>18:07 <code><blackboxsw></code> During this topic, please bring up any questions, discussions, bugs or features or paper cuts that need attention. there should be a couple of cloud-init developers with eyes on the channel to actively respond.</p>
<p>18:08 <code><blackboxsw></code> In leiu of active discussions, we'll hit up the review queue for cloud-init at <a href="https://git.io/JeVed">https://git.io/JeVed</a> and get ready for the 20.1 release</p>
<p>18:09 <code><blackboxsw></code> I'm going to see if I can</p>
<p>18:09 <code><blackboxsw></code> review <a href="https://github.com/canonical/cloud-init/pull/216/files">https://github.com/canonical/cloud-init/pull/216/files</a> and propose the unit test changes there</p>
<p>18:09 <code><blackboxsw></code> I think that could be a valid addition for ec2-lookalikes to avoid an unnecessary 2 minute timeout</p>
<p>18:09 <code><blackboxsw></code> on boot</p>
<p>18:19 <code><blackboxsw></code> hrm on 2nd thought w/ 216, I think that patch set should be more specific, such as actually testing HTTP status 403 instead of just checking if metadata was None and assuming it was disabled. I'll put a couple of review comments on that as I dig in, but probably not in a state that it could be landed today</p>
<p>18:36 <code><blackboxsw></code> thanks for tuning in folks. See you next time</p>
<p>18:36 <code><blackboxsw></code> #endmeeting</p>
<p>Generated by MeetBot 0.1.5 (<a href="http://wiki.ubuntu.com/meetingology">http://wiki.ubuntu.com/meetingology</a>)</p>
</div>
<div class="tag-cloud">
<p>
</p>
</div>
<div class="addthis_relatedposts_inline">
</article>
<footer>
<p>© </p>
<p>Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a></p> </footer>
</main>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Cloud-init Info ",
"url" : "https://cloud-init.github.io",
"image": "/images/cloud-init-orange.svg",
"description": "Cloud-init project updates and general information"
}
</script>
</body>
</html>