-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus-2019-08-05.html
More file actions
267 lines (228 loc) · 19.1 KB
/
status-2019-08-05.html
File metadata and controls
267 lines (228 loc) · 19.1 KB
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
<!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, 05 Aug at 16:16 — 17:06 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-08-05-16.16.log.html]] Meeting summary #cloud-init Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting Aug 19 16:15 …" />
<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, 05 Aug at 16:16 — 17:06 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-08-05-16.16.log.html]] Meeting summary #cloud-init Reviews: http://bit.ly/ci-reviews | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting Aug 19 16:15 …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://cloud-init.github.io/status-2019-08-05.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2019-08-05 16:16: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-2019-08-05">Cloud-init bi-weekly status</h1>
<p>
Posted on Mon 05 August 2019 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, 05 Aug at 16:16 — 17:06 UTC</li>
<li>Full logs at [[<a href="http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-08-05-16.16.log.html">http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-08-05-16.16.log.html</a>]]</li>
</ul>
<h2>Meeting summary</h2>
<h3>#cloud-init Reviews: <a href="http://bit.ly/ci-reviews">http://bit.ly/ci-reviews</a> | Meeting minutes: <a href="https://goo.gl/mrHdaj">https://goo.gl/mrHdaj</a> | Next status meeting Aug 19 16:15 UTC | cloud-init v 19.2 (07/17) | <a href="https://bugs.launchpad.net/cloud-init/+filebu">https://bugs.launchpad.net/cloud-init/+filebu</a></h3>
<p>The discussion about "#cloud-init Reviews: <a href="http://bit.ly/ci-reviews">http://bit.ly/ci-reviews</a> | Meeting minutes: <a href="https://goo.gl/mrHdaj">https://goo.gl/mrHdaj</a> | Next status meeting Aug 19 16:15 UTC | cloud-init v 19.2 (07/17) | <a href="https://bugs.launchpad.net/cloud-init/+filebu">https://bugs.launchpad.net/cloud-init/+filebu</a>" started at 16:19.</p>
<h3>Previous Actions</h3>
<p>The discussion about "Previous Actions" started at 16:20.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://cloud-init.github.io/status-2019-07-22.html#status-2019-07-22">https://cloud-init.github.io/status-2019-07-22.html#status-2019-07-22</a> </li>
</ul>
<h3>In-Progress Development</h3>
<p>The discussion about "In-Progress Development" started at 16:23.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://code.launchpad.net/~tribaal/cloud-init/+git/cloud-init/+merge/369516">https://code.launchpad.net/~tribaal/cloud-init/+git/cloud-init/+merge/369516</a> </li>
<li><strong>LINK</strong>: <a href="https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/370927">https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/370927</a> (doc updates)</li>
<li><strong>LINK</strong>: <a href="https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/369785">https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/369785</a> (Azure telemetry)</li>
<li><strong>LINK</strong>: <a href="https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/368507">https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/368507</a> </li>
<li><strong>LINK</strong>: <a href="https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365641">https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365641</a> </li>
<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>Recent Changes</h3>
<p>The discussion about "Recent Changes" started at 16:31.</p>
<h3>Office Hours (next ~30 mins)</h3>
<p>The discussion about "Office Hours (next ~30 mins)" started at 16:33.</p>
<h2>Vote results</h2>
<h2>Done items</h2>
<ul>
<li>(none)</li>
</ul>
<h2>People present (lines said)</h2>
<ul>
<li>blackboxsw (56)</li>
<li>tribaal (7)</li>
<li>cyphermox (4)</li>
<li>meetingology (4)</li>
<li>ubot5 (1)</li>
<li>rharper (0)</li>
</ul>
<h2>Full Log</h2>
<p>16:16 <code><blackboxsw></code> #startmeeting Cloud-init bi-weekly status</p>
<p>16:16 <code><meetingology></code> Meeting started Mon Aug 5 16:16:04 2019 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:16 <code><meetingology></code> </p>
<p>16:16 <code><meetingology></code> Available commands: action commands idea info link nick</p>
<p>16:16 <code><tribaal></code> o/</p>
<p>16:16 <code><blackboxsw></code> Heya Chris!</p>
<p>16:16 <code><blackboxsw></code> Welcome to another cloud-init community status meeting folks.</p>
<p>16:17 * blackboxsw finally back from a much needed vacation and have dug myself out of backlog</p>
<p>16:17 <code><blackboxsw></code> #chair rharper</p>
<p>16:17 <code><meetingology></code> Current chairs: blackboxsw rharper</p>
<p>16:18 <code><blackboxsw></code> 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.</p>
<p>16:18 <code><blackboxsw></code> All interjections updates and questions welcome</p>
<p>16:18 <code><blackboxsw></code> we may be a bit light this meeting as well as some folks have holidays and travel that coincide with this meeting</p>
<p>16:19 <code><blackboxsw></code> our format is the following topics: Previous Actions, Recent Changes, In-progress Development, Office Hours</p>
<p>16:19 <code><blackboxsw></code> we host the meeting every two weeks at the date and time indicated in the IRC channel topic ^</p>
<p>16:19 <code><blackboxsw></code> I'll update that topic now as I think we forgot to last meeting</p>
<p>16:19 <code><blackboxsw></code> #topic #cloud-init Reviews: <a href="http://bit.ly/ci-reviews">http://bit.ly/ci-reviews</a> | Meeting minutes: <a href="https://goo.gl/mrHdaj">https://goo.gl/mrHdaj</a> | Next status meeting Aug 19 16:15 UTC | cloud-init v 19.2 (07/17) | <a href="https://bugs.launchpad.net/cloud-init/+filebu">https://bugs.launchpad.net/cloud-init/+filebu</a></p>
<p>16:20 <code><blackboxsw></code> next meeting will be two weeks from today, same time</p>
<p>16:20 <code><blackboxsw></code> #topic Previous Actions</p>
<p>16:20 <code><blackboxsw></code> #link <a href="https://cloud-init.github.io/status-2019-07-22.html#status-2019-07-22">https://cloud-init.github.io/status-2019-07-22.html#status-2019-07-22</a></p>
<p>16:20 <code><blackboxsw></code> groking the meeting last episode, looks like rharper needed to update status on <a href="https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1832381">https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1832381</a></p>
<p>16:20 <code><ubot5></code> Ubuntu bug 1832381 in cloud-init (Ubuntu) "vm fails to boot due to conflicting network configuration when user switches from netplan to eni" [Undecided,Incomplete]</p>
<p>16:21 <code><blackboxsw></code> I think we were awaiting feedback there from AnvoMSFT for a specific reproduce</p>
<p>16:21 <code><blackboxsw></code> I think we were awaiting feedback there from AnvoMSFT for a specific reproducer</p>
<p>16:21 <code><blackboxsw></code> so that'll carryover til next meeting if if it a priority</p>
<p>16:22 <code><blackboxsw></code> the other action from last session was for rharper to ping me on status publishing to github.</p>
<p>16:22 <code><blackboxsw></code> I've pushed meeting minutes from last two cloud-init status meetings up to cloud-init.github.io so we are closed there</p>
<p>16:22 <code><blackboxsw></code> no other actions seen</p>
<p>16:23 <code><blackboxsw></code> #topic In-Progress Development</p>
<p>16:24 <code><blackboxsw></code> Upstream 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 ++</p>
<p>16:24 <code><blackboxsw></code> tribaal: your exoscale branch I believe is one of the ones we want landed before we start our SRU process</p>
<p>16:24 <code><tribaal></code> I 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.</p>
<p>16:24 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~tribaal/cloud-init/+git/cloud-init/+merge/369516">https://code.launchpad.net/~tribaal/cloud-init/+git/cloud-init/+merge/369516</a></p>
<p>16:25 <code><tribaal></code> Most of the non-blocking comments should be easy - I want to double check the on-reboot behavior on an actual instance though</p>
<p>16:25 <code><blackboxsw></code> tribaal: 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 feedback</p>
<p>16:25 <code><tribaal></code> ack</p>
<p>16:26 <code><tribaal></code> (the blocking comment about the copyright header should be trivial as well thankfully :) )</p>
<p>16:26 <code><blackboxsw></code> yeah agreed</p>
<p>16:26 <code><blackboxsw></code> we also have the following branches we'd like to get "in" and merged to tip before SRU</p>
<p>16:26 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/370927">https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/370927</a> (doc updates)</p>
<p>16:27 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/369785">https://code.launchpad.net/~vtqanh/cloud-init/+git/cloud-init/+merge/369785</a> (Azure telemetry)</p>
<p>16:28 <code><blackboxsw></code> and some of goneri's FreeBSD support look like they are straight forward for review/landing</p>
<p>16:28 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/368507">https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/368507</a></p>
<p>16:28 <code><blackboxsw></code> #link <a href="https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365641">https://code.launchpad.net/~goneri/cloud-init/+git/cloud-init/+merge/365641</a></p>
<p>16:29 <code><blackboxsw></code> If 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.</p>
<p>16:31 <code><blackboxsw></code> Also 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)</p>
<p>16:31 <code><blackboxsw></code> As always, our in progress development generally will also be represented on trello</p>
<p>16:31 <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:31 <code><blackboxsw></code> #topic Recent Changes</p>
<p>16:32 <code><blackboxsw></code> the following has landed in tip of master since last cloud-init status meeting</p>
<p>16:32 <code><blackboxsw></code> % git log --oneline --since 2019-07-22</p>
<p>16:33 <code><blackboxsw></code> - net/cmdline: split interfaces_by_mac and init network config</p>
<p>16:33 <code><blackboxsw></code> determination [Daniel Watkins]</p>
<p>16:33 <code><blackboxsw></code> - stages: allow data sources to override network config source order</p>
<p>16:33 <code><blackboxsw></code> [Daniel Watkins]</p>
<p>16:33 <code><blackboxsw></code> #topic Office Hours (next ~30 mins)</p>
<p>16:34 <code><blackboxsw></code> feel 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.</p>
<p>16:34 <code><blackboxsw></code> and doing some bug triage</p>
<p>16:34 <code><blackboxsw></code> thanks tribaal for jumping in BTW.</p>
<p>16:35 <code><tribaal></code> blackboxsw: my pleasure :)</p>
<p>16:36 <code><tribaal></code> I'm working on the review points in parallel during office hours as well, that should move things forward hopefully.</p>
<p>16:36 <code><blackboxsw></code> excellent just ping when ready this week and we'll give a quick pass.</p>
<p>16:46 <code><cyphermox></code> blackboxsw: 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.</p>
<p>16:47 <code><blackboxsw></code> hiya cyphermox. agreed, I <em>think</em> 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.</p>
<p>16:48 <code><blackboxsw></code> since cloud-init should be smart enough to know what it '</p>
<p>16:48 <code><blackboxsw></code> used to render</p>
<p>16:49 <code><cyphermox></code> ack</p>
<p>16:49 <code><cyphermox></code> yeah, now that I think of it we said the exact same thing last meeting, I think</p>
<p>16:51 <code><blackboxsw></code> +1, I'm just dusting the vacation cobwebs off. so didn't know if something else happened on that front last week</p>
<p>16:52 <code><cyphermox></code> well, I recall the convo, that's what I meant</p>
<p>17:06 <code><blackboxsw></code> I 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.</p>
<p>17:06 <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>