-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus-2018-11-26.html
270 lines (231 loc) · 19.3 KB
/
status-2018-11-26.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!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="[email protected]" />
<meta name="description" content="Meeting information #cloud-init: Cloud-init bi-weekly status, 26 Nov at 16:18 — 17:17 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-11-26-16.18.log.html]] Meeting summary LINK: https://cloud-init.github.io LINK: https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357427 LINK: https://code …" />
<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, 26 Nov at 16:18 — 17:17 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-11-26-16.18.log.html]] Meeting summary LINK: https://cloud-init.github.io LINK: https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357427 LINK: https://code …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://cloud-init.github.io/status-2018-11-26.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2018-11-26 16:18: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-2018-11-26">Cloud-init bi-weekly status</h1>
<p>
Posted on Mon 26 November 2018 in <a href="https://cloud-init.github.io/category/status-meeting-minutes.html">status-meeting-minutes</a>
• 6 min read
</p>
</header>
<div>
<h2>Meeting information</h2>
<ul>
<li>#cloud-init: Cloud-init bi-weekly status, 26 Nov at 16:18 — 17:17 UTC</li>
<li>Full logs at [[<a href="http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-11-26-16.18.log.html">http://ubottu.com/meetingology/logs/cloud-init/2018/cloud-init.2018-11-26-16.18.log.html</a>]]</li>
</ul>
<h2>Meeting summary</h2>
<p><strong>LINK</strong>: <a href="https://cloud-init.github.io">https://cloud-init.github.io</a>
<strong>LINK</strong>: <a href="https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357427">https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357427</a>
<strong>LINK</strong>: <a href="https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/358881">https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/358881</a>
<strong>LINK</strong>: c<a href="https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392">https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392</a>
<strong>LINK</strong>: <a href="https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392">https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392</a> </p>
<h3>Recent Changes</h3>
<p>The discussion about "Recent Changes" started at 16:29.</p>
<h3>In-Progress Development</h3>
<p>The discussion about "In-Progress Development" started at 16:33.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin">https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin</a> </li>
</ul>
<h3>Office Hours (next ~30 minutes)</h3>
<p>The discussion about "Office Hours (next ~30 minutes)" started at 16:45.</p>
<h2>Vote results</h2>
<h2>Done items</h2>
<ul>
<li>(none)</li>
</ul>
<h2>People present (lines said)</h2>
<ul>
<li>blackboxsw (64)</li>
<li>meena (10)</li>
<li>rharper (4)</li>
<li>meetingology (3)</li>
<li>ubot5 (2)</li>
</ul>
<h2>Full Log</h2>
<p>16:18 <code><blackboxsw></code> #startmeeting Cloud-init bi-weekly status</p>
<p>16:18 <code><meetingology></code> Meeting started Mon Nov 26 16:18:39 2018 UTC. The chair is blackboxsw. Information about MeetBot at <a href="http://wiki.ubuntu.com/meetingology.">http://wiki.ubuntu.com/meetingology.</a></p>
<p>16:18 <code><meetingology></code> </p>
<p>16:18 <code><meetingology></code> Available commands: action commands idea info link nick</p>
<p>16:18 <code><blackboxsw></code> Morning/Afternoon folks. welcome to another cloud-init status meeting</p>
<p>16:20 <code><blackboxsw></code> ... our open forum to advertise current cloud-init developments, giving an opportunity to discuss bugs or features in cloud-init and provide a touch point for the community</p>
<p>16:20 <code><blackboxsw></code> Generally we go through the following topics: Previous Actions, Recent Changes, In-progress Development, and Office hours</p>
<p>16:20 <code><blackboxsw></code> #topic Previous Actions</p>
<p>16:20 <code><blackboxsw></code> our last meeting's minutes are located here</p>
<p>16:21 <code><blackboxsw></code> #link <a href="https://cloud-init.github.io">https://cloud-init.github.io</a></p>
<p>16:21 <code><blackboxsw></code> only thing we carried into that meeting is a an review</p>
<p>16:21 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357427">https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357427</a></p>
<p>16:22 <code><blackboxsw></code> rharper: had closed out feedback on the review. with a needs fixing. I did see some followup commits there from the author Jason Zion.</p>
<p>16:23 <code><blackboxsw></code> I think we need to take a look at this again and see if our comments were addressed, I'm marking it "Needs review"</p>
<p>16:24 <code><blackboxsw></code> I see no other actions carried over... but there was talk last week about a couple of branches so let's add these</p>
<p>16:25 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/358881">https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/358881</a></p>
<p>16:25 <code><blackboxsw></code> ^ disco support</p>
<p>16:25 <code><blackboxsw></code> #link c<a href="https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392">https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392</a></p>
<p>16:25 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392">https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392</a></p>
<p>16:25 <code><blackboxsw></code> ^ Azure netlink listener</p>
<p>16:26 <code><blackboxsw></code> ok next topic</p>
<p>16:29 <code><blackboxsw></code> #topic Recent Changes</p>
<p>16:30 <code><blackboxsw></code> - azure: _poll_imds only retry on 404. Fail on Timeout</p>
<p>16:30 <code><blackboxsw></code> (<a href="[https://bugs.launchpad.net/bugs/1803598](https://bugs.launchpad.net/bugs/1803598)">LP: #1803598</a>)</p>
<p>16:30 <code><blackboxsw></code> - resizefs: Prefix discovered devpath with '/dev/' when path does not</p>
<p>16:30 <code><blackboxsw></code> exist [Igor Galić]</p>
<p>16:30 <code><ubot5></code> Ubuntu bug 1803598 in cloud-init "Do not retry polling IMDS for reprovisiondata during timeout" [Undecided,Fix committed]</p>
<p>16:30 <code><blackboxsw></code> t'was a slow week with all that Thanksgiving holiday stuff for US-based employees</p>
<p>16:30 <code><blackboxsw></code> welcome back from the Holidays boys and girls</p>
<p>16:31 <code><blackboxsw></code> also we were able to publish tip of cloud-init to Ubuntu Disco series</p>
<p>16:32 <code><blackboxsw></code> cloud-init 18.4-24-g8f812a15-0ubuntu1 has latest and greatest as seen on tip of master</p>
<p>16:33 <code><blackboxsw></code> #topic In-Progress Development</p>
<p>16:33 <code><blackboxsw></code> #link <a href="https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin">https://trello.com/b/hFtWKUn3/daily-cloud-init-curtin</a></p>
<p>16:34 <code><blackboxsw></code> Our trello board tracks our queued and current work for cloud-init, feel free to watch that board for updates on significant cloud-init features/bug-fixes</p>
<p>16:34 <code><blackboxsw></code> what generally isn't tracked there is reviews on community authored branches</p>
<p>16:36 <code><blackboxsw></code> per community driven content, we have a number of branches from meena for better FreeBSD support in flight. Great work! and some Azure platform development to react to netlink events during the preprovisioning state.</p>
<p>16:36 <code><blackboxsw></code> thanks tamilmani_ on the azure work.</p>
<p>16:39 <code><blackboxsw></code> As a heads up to folks, we are trying to cut an upstream release of cloud-init 18.5 on 12/15/2018. So if there are branches you want to see landed or bugs you need fixed please holler here in this channel or on the mailing list to:cloud-init.lists.launchpad.net</p>
<p>16:39 <code><blackboxsw></code> We'll send an email to the mailing list requesting for input on the release as well</p>
<p>16:39 <code><meena></code> ><code>blackboxsw what generally isn't tracked there is reviews on community authored branches</code><== i did check there first time around, but found nothing that was topical for me</p>
<p>16:41 <code><blackboxsw></code> Correct meena . I used to capture outstanding community reviews that needed review follow up, but that ended up being out of date all the time. It was easier for us to just use launchpad active review queue instead</p>
<p>16:43 <code><blackboxsw></code> Now we've tried to adopt the setting of a branch status to 'work in progress' if we are expecting feedback/fixes from the author. And have the author set it back to 'needs review' when it is ready for another round of upstream reviews</p>
<p>16:44 <code><blackboxsw></code> having trello cards was basically just duplicating what launchpad reviews were designed for, we just need to be more vigilant about grooming the review queue and getting folks the feedback they need</p>
<p>16:45 <code><blackboxsw></code> might as well switch over to office hours for open discussion etc.</p>
<p>16:45 <code><blackboxsw></code> #topic Office Hours (next ~30 minutes)</p>
<p>16:45 <code><blackboxsw></code> Cloud-init upstream folks will have eyes on this channel for any discussions. requests, bugs or features folks want to discuss.</p>
<p>16:45 <code><blackboxsw></code> we'll also spend some time actively grooming the branch review queue to see if we can clear out some review debyt</p>
<p>16:45 <code><blackboxsw></code> we'll also spend some time actively grooming the branch review queue to see if we can clear out some review debt</p>
<p>16:46 <code><blackboxsw></code> I think smoser mentioned at our team standup this morning he was taking one more review on <a href="https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392">https://code.launchpad.net/~tamilmani1989/cloud-init/+git/cloud-init/+merge/336392</a></p>
<p>16:47 <code><blackboxsw></code> rharper: if you are done with your review on that tamilmani_ branch can you add a comment that doesn't leave it in "Needs fixing" review state from yoiu?</p>
<p>16:48 <code><rharper></code> blackboxsw: yes, I'm adding a commit message now, and I'll leave a comment marking approve;</p>
<p>16:48 <code><blackboxsw></code> excellent.</p>
<p>16:48 <code><blackboxsw></code> I'm going to give a review to <a href="https://code.launchpad.net/~i.galic/cloud-init/+git/cloud-init/+merge/358876">https://code.launchpad.net/~i.galic/cloud-init/+git/cloud-init/+merge/358876</a> now</p>
<p>16:48 * blackboxsw claims a review slot</p>
<p>16:49 <code><rharper></code> blackboxsw: did we have a LP for thisone ?</p>
<p>16:49 <code><rharper></code> the netlink ?</p>
<p>16:52 <code><blackboxsw></code> ohh, no we did not I don't think.</p>
<p>16:52 <code><blackboxsw></code> I'll check</p>
<p>16:56 <code><meena></code> blackboxsw: i think my (our) patch is ready to be merged</p>
<p>16:57 <code><blackboxsw></code> rharper: yeah didn't find any bug filed related to Azure and dhcp leak or netlink response etc.</p>
<p>16:57 <code><meena></code> (the feature / fix of adding connectivity check to ephemeral network stuff)</p>
<p>16:58 <code><blackboxsw></code> meena: I think so too. Was just dusting off my memory on that one. I'm going to do a quick test run of setup/teardown and I think that's good. +1</p>
<p>16:58 <code><blackboxsw></code> thanks again</p>
<p>16:58 <code><meena></code> once that's merged, I'll have a much easier time with splitting out the freebsd network</p>
<p>16:59 <code><meena></code> blackboxsw: thank you for showing me how to do the tests properly</p>
<p>16:59 <code><blackboxsw></code> most welcome.</p>
<p>17:00 <code><rharper></code> blackboxsw: thanks, me neither; I just didn't want to miss a LP: in the commit message if we had one</p>
<p>17:01 <code><blackboxsw></code> after this branch lands and tamilmani_'s I probably will go through the motions of us publishing to Ubuntu Disco again, because I want to get a round or two of integration tests on both Azure and AWS with both the ephemeral* changes and the netlink stuff on pristine cloud-images before next week's release</p>
<p>17:06 <code><blackboxsw></code> meena: you didn't file a bug related to the ephermeraldhcp network connectivity did you? (I'm just double checking as I don't see one)</p>
<p>17:07 <code><blackboxsw></code> meena: not needed, just didn't want to miss it if it was there (as we'd want to link it in the commit message)</p>
<p>17:08 <code><meena></code> blackboxsw: nah, we just "filed" a mailing list thread</p>
<p>17:08 <code><blackboxsw></code> all good thanks</p>
<p>17:09 <code><blackboxsw></code> ok I had filed <a href="https://bugs.launchpad.net/cloud-init/+bug/1802598">https://bugs.launchpad.net/cloud-init/+bug/1802598</a> but we won't tie that to this branch</p>
<p>17:09 <code><ubot5></code> Ubuntu bug 1802598 in cloud-init "EphemeralIPv4Network: when device has requested existing network config, but link is down, network setup does not bring link up" [Undecided,Triaged]</p>
<p>17:09 <code><blackboxsw></code> it's a bit more about idempotent behavior</p>
<p>17:13 <code><meena></code> <em>nod </em>nod</p>
<p>17:13 <code><meena></code> i didn't think i had fixed it, so i didn't connect them.</p>
<p>17:16 <code><blackboxsw></code> +1 on your branch meena, it should land within the hour. Just tested it out one more time</p>
<p>17:16 <code><meena></code> cool</p>
<p>17:16 <code><blackboxsw></code> ok I think that about wraps today's meeting timewise. Thanks again for the chat meena.</p>
<p>17:16 <code><meena></code> \o/</p>
<p>17:17 <code><blackboxsw></code> next meeting is Dec 10, 2018 sameish time</p>
<p>17:17 <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>