-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus-2017-10-30.html
292 lines (253 loc) · 20 KB
/
status-2017-10-30.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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!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: Open Discussion / Office Hours (30 mins), 30 Oct at 16:03 — 17:00 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2017/cloud-init.2017-10-30-16.03.log.html]] Meeting summary Recent Changes The discussion about “Recent Changes” started at 16:04. LINK: https://bugs.launchpad.net …" />
<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: Open Discussion / Office Hours (30 mins), 30 Oct at 16:03 — 17:00 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2017/cloud-init.2017-10-30-16.03.log.html]] Meeting summary Recent Changes The discussion about “Recent Changes” started at 16:04. LINK: https://bugs.launchpad.net …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://cloud-init.github.io/status-2017-10-30.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2017-10-30 16:03: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-2017-10-30">Cloud-init bi-weekly status</h1>
<p>
Posted on Mon 30 October 2017 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: Open Discussion / Office Hours (30 mins), 30 Oct at 16:03 — 17:00 UTC</li>
<li>Full logs at [[<a href="http://ubottu.com/meetingology/logs/cloud-init/2017/cloud-init.2017-10-30-16.03.log.html">http://ubottu.com/meetingology/logs/cloud-init/2017/cloud-init.2017-10-30-16.03.log.html</a>]]</li>
</ul>
<h2>Meeting summary</h2>
<h3>Recent Changes</h3>
<p>The discussion about “Recent Changes” started at 16:04.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1721847">https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1721847</a> </li>
</ul>
<h3>In Progess Development</h3>
<p>The discussion about “In Progress Development” started at 16:17.</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>
<li><strong>LINK</strong>: <a href="https://launchpad.net/bugs/1728152">https://launchpad.net/bugs/1728152</a> </li>
</ul>
<h3>Open Discussion / Office Hours (30 mins)</h3>
<p>The discussion about “Recent Changes” started at 16:30.</p>
<ul>
<li><em>LINK:</em> <a href="https://launchpad.net/bugs/1728152">https://launchpad.net/bugs/1728152</a></li>
</ul>
<h2>Vote results</h2>
<h2>Done items</h2>
<h2>Meeting summary</h2>
<h2>Vote results</h2>
<h2>Done items</h2>
<ul>
<li>(none)</li>
</ul>
<h2>People present (lines said)</h2>
<ul>
<li>blackboxsw (61)</li>
<li>smoser (10)</li>
<li>ubot5 (8)</li>
<li>powersj (6)</li>
<li>robjo (6)</li>
<li>meetingology (3)</li>
<li>rharper (2)</li>
<li>ckonstanski (1)</li>
</ul>
<h2>Full Log</h2>
<p>16:03 <code><blackboxsw</code>> #startmeeting cloud-init bi-weekly status</p>
<p>16:03 <code><meetingology</code>> Meeting started Mon Oct 30 16:03:09 2017 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:03 <code><meetingology</code>> </p>
<p>16:03 <code><meetingology</code>> Available commands: action commands idea info link nick</p>
<p>16:04 <code><blackboxsw</code>> #topic In Progress Development</p>
<p>16:04 <code><blackboxsw</code>> So, the last couple weeks have been fairly busy with Ubuntu an SRU processs for Xenial, Zesty and the new Artful release</p>
<p>16:05 <code><blackboxsw</code>> our SRU process bug captures most of that work</p>
<p>16:05 <code><blackboxsw</code>> #LINK <a href="https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1721847">https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1721847</a></p>
<p>16:05 <code><ubot5</code>> Ubuntu bug 1721847 in cloud-init (Ubuntu Zesty) "sru cloud-init 2017-10-06 (17.1-18-gd4f70470-0ubuntu1)" [Medium,Fix committed]</p>
<p>16:07 <code><blackboxsw</code>> our teams uncovered at least one bug during verification testing</p>
<p>16:07 <code><blackboxsw</code>> LINK <a href="https://bugs.launchpad.net/cloud-init/+bug/1725067">https://bugs.launchpad.net/cloud-init/+bug/1725067</a></p>
<p>16:07 <code><ubot5</code>> Ubuntu bug 1725067 in cloud-init (Ubuntu Artful) "cloud-init resizefs fails when booting with root=PARTUUID=" [Medium,Fix committed]</p>
<p>16:08 <code><blackboxsw</code>> The former bug we have now resolved. This SRU will not be published until we resolve one other bug for EC2-specfic environments to ensure we retain behavior to always bring up dhcp4 on the primary nic</p>
<p>16:09 <code><blackboxsw</code>> I don't think we have created a bug for the ec2 issue yet (it affects artful only) instances with only private ipv4 addresses allocated will not have dhcp4 config'd for that instance</p>
<p>16:10 <code><blackboxsw</code>> We'll link a bug for the above today</p>
<p>16:10 <code><blackboxsw</code>> other work on cloud-init... paste coming</p>
<p>16:11 <code><blackboxsw</code>> * Fix systemd mount target due to busy device or already mounted (LP: #1718287)</p>
<p>16:11 <code><blackboxsw</code>> * Fix simpleteable object as output string (LP: #1722566)</p>
<p>16:11 <code><blackboxsw</code>> * Fix netplan bridge stp boolean (LP: #1721157)</p>
<p>16:11 <code><blackboxsw</code>> * Fix cc_ntp to allow empty configuration "ntp:". Fix ntp integration test to provide valid empty ntp config (LP: 1724951)</p>
<p>16:11 <code><blackboxsw</code>> * Fixed cc_lxd to allow for missing bridge definitions in lxd cloud-config</p>
<p>16:11 <code><blackboxsw</code>> * Dropped fastestmirror plugin for CentOS tests</p>
<p>16:11 <code><blackboxsw</code>> * Numerous test and CI stability improvements</p>
<p>16:11 <code><ubot5</code>> Launchpad bug 1718287 in cloud-init "systemd mount targets fail due to device busy or already mounted" [High,Fix committed] <a href="https://launchpad.net/bugs/1718287">https://launchpad.net/bugs/1718287</a></p>
<p>16:11 <code><ubot5</code>> Launchpad bug 1722566 in cloud-init "ci-info: <code><cloudinit.simpletable.SimpleTable object at 0x7fa98d222748</code>>" [Medium,Fix committed] <a href="https://launchpad.net/bugs/1722566">https://launchpad.net/bugs/1722566</a></p>
<p>16:11 <code><ubot5</code>> Launchpad bug 1721157 in cloud-init "netplan render drops bridge_stp setting" [High,Fix committed] <a href="https://launchpad.net/bugs/1721157">https://launchpad.net/bugs/1721157</a></p>
<p>16:11 <code><ubot5</code>> Launchpad bug 1724951 in cloud-init "Ntp schema definition permits empty ntp cloud-config, but code disallows" [Medium,In progress] <a href="https://launchpad.net/bugs/1724951">https://launchpad.net/bugs/1724951</a></p>
<p>16:13 <code><blackboxsw</code>> Also we got a couple of gentoo commits from ckonstanski to Use "rc-service" rather than "service". Thanks again</p>
<p>16:13 <code><rharper</code>> \o/</p>
<p>16:14 <code><ckonstanski</code>> You're welcome, though those were just tiny toy commits to get me indocrinated into the launchpad process. Getting NTP tests to work in gentoo will be more significant.</p>
<p>16:15 <code><blackboxsw</code>> ckonstanski: testing always is time-consuming, but totally worth it. We are still trying build our unit test coverage up so we don't get suprises on different platforms/clouds when sparsely tested modules run. Thanks again</p>
<p>16:16 <code><blackboxsw</code>> oops sorry about the topic for the above ... that should have been the following</p>
<p>16:16 <code><blackboxsw</code>> #topic Recent Changes</p>
<p>16:16 <code><blackboxsw</code>> anything else for recent changes that have landed rharper powersj or others?</p>
<p>16:17 <code><powersj</code>> nope</p>
<p>16:17 <code><rharper</code>> blackboxsw: not yet</p>
<p>16:17 <code><blackboxsw</code>> ok then let's move to next topic</p>
<p>16:17 <code><blackboxsw</code>> #meetingstatus In Progress Development</p>
<p>16:17 <code><blackboxsw</code>> for real.</p>
<p>16:18 <code><blackboxsw</code>> ok so we are wrapping up that one Ec2 bug that was raised by Sargun on friday (which affects Artful)</p>
<p>16:18 <code><blackboxsw</code>> When we have that branch in place, we can kick our final validation of the cloud-init 17.1 updates to Xenial Zesty and Artful.</p>
<p>16:19 <code><blackboxsw</code>> I know smoser just uploaded cloud-init to the newly opened Bionic release as well</p>
<p>16:19 <code><blackboxsw</code>> We will be hitting the review queue a bit this week to wrap up content that we want landed once master is open for more dyna</p>
<p>16:20 <code><blackboxsw</code>> We will be hitting the review queue a bit this week to wrap up content that we want landed once master is open for more significant changesets</p>
<p>16:21 <code><blackboxsw</code>> we've been a little risk averse during the SRU release process</p>
<p>16:21 <code><blackboxsw</code>> As always please watch our trello board for progress on anything we are working</p>
<p>16:21 <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:22 <code><powersj</code>> need that #</p>
<p>16:22 <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:22 <code><blackboxsw</code>> ahh thanks oops</p>
<p>16:23 <code><robjo</code>> speaking of reviews thanks for the help so far blackboxsw , now that my schedule should be a bit less crazy I'd like to get back to <a href="https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/addZyppRepos">https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+ref/addZyppRepos</a></p>
<p>16:23 <code><blackboxsw</code>> Our focus as well for the upcoming work in cloud-init is to increase continuous integration coverage and tooling around cloud-init to make sure we can keep delivering stability across releases</p>
<p>16:24 <code><robjo</code>> since I cannotreproduce the issue the bot has locally and I don't really understand the problem some more help is needed</p>
<p>16:24 <code><blackboxsw</code>> ahh hiya robjo</p>
<p>16:24 <code><powersj</code>> that looks merged</p>
<p>16:24 <code><blackboxsw</code>> robjo: good to hear, we'll watch for updates.</p>
<p>16:25 <code><powersj</code>> smoser went and fixed the flake8 issues</p>
<p>16:25 <code><blackboxsw</code>> robjo: do you mean another branch?</p>
<p>16:25 <code><robjo</code>> blackboxsw: no, that branch, but bot thinks " Needs Fixing ", I just don't get why</p>
<p>16:26 <code><blackboxsw</code>> yeah per robjo's work cloud-init folks can also configure zypper repos . We landed it Sept 21st. (So it's in cloud-init 17.1)</p>
<p>16:26 <code><blackboxsw</code>> commit cc1475d07b9d0727012634ee9c7a914d67b051f5</p>
<p>16:26 <code><blackboxsw</code>> Author: Robert Schweikert <code><[email protected]</code>></p>
<p>16:26 <code><blackboxsw</code>> Date: Thu Sep 21 11:58:28 2017 -0400</p>
<p>16:27 <code><robjo</code>> Oh, so it did get merged, missed that, never mind</p>
<p>16:27 <code><blackboxsw</code>> as powersj mentioned, I think it was a flake8 CI test issue, so we just fixed the minor issue and landed it as it wasn't a significant content change</p>
<p>16:28 <code><powersj</code>> cloudinit/config/cc_zypper_add_repo.py:15:1: H306: imports not in alphabetical order (cloudinit.util, cloudinit.config.schema.get_schema_doc)</p>
<p>16:28 <code><robjo</code>> much appreciated, still a bit concerning that the flake8 issue did not show up locally :(</p>
<p>16:28 <code><blackboxsw</code>> thx powersj</p>
<p>16:29 <code><powersj</code>> is correct way <a href="https://paste.ubuntu.com/25852643/">https://paste.ubuntu.com/25852643/</a></p>
<p>16:29 <code><robjo</code>> SO flake8 has serious issue with the definition of alpha order :(</p>
<p>16:30 <code><blackboxsw</code>> ;)</p>
<p>16:30 <code><blackboxsw</code>> ok anything else for "In Progress Development" if not we'll transition to the next topic</p>
<p>16:30 <code><blackboxsw</code>> #topic Open Discussion / Office Hours (30 mins)</p>
<p>16:31 <code><blackboxsw</code>> ok we'll hang out in channel if anyone has topics, bugs or features they want to discuss or need some feedback on</p>
<p>16:35 <code><blackboxsw</code>> and as always thanks for contributions folks. It's really great to work on a project where there is so much interest and investment</p>
<p>16:42 <code><smoser</code>> blackboxsw: hey. i'm back now. did you open a bug?</p>
<p>16:42 <code><smoser</code>> i can do so now if you have not.</p>
<p>16:43 <code><blackboxsw</code>> smoser: I haven't done that yet, was just working out the fix</p>
<p>16:43 <code><blackboxsw</code>> please do, then we can link it here</p>
<p>16:43 <code><smoser</code>> ok. i'll do so. and i realized a comment you were making about artful.</p>
<p>16:43 <code><smoser</code>> that we could go leave artful configuring all nics it saw.</p>
<p>16:43 <code><blackboxsw</code>> right, because we allow change of behavior in artful right?</p>
<p>16:44 <code><smoser</code>> as that isn't necessarily "broken" behavior.</p>
<p>16:44 <code><smoser</code>> yeah. i didnt understand that when you said it.</p>
<p>16:44 <code><blackboxsw</code>> ahh, I get you. Right, just that the new behavior of configuring all nics is acceptable as new behavior, but not for Xenial. It's just that artful is slightly busted for local-only ipv4</p>
<p>16:45 <code><smoser</code>> i think it might be easiest both in terms of fixing and in terms of keeping things in our head if we just keep the same behavior everywhere for now.</p>
<p>16:46 <code><smoser</code>> that is... make artful act like xenial in only configuring one nic</p>
<p>16:48 <code><smoser</code>> blackboxsw: actually i dont think there is any reason why we shoudlnt just use bug 1728152</p>
<p>16:48 <code><ubot5</code>> bug 1728152 in cloud-init "IPv4 and IPv6 Dual Stack Does Not work when instance is not assigned public IPv4 address" [High,In progress] <a href="https://launchpad.net/bugs/1728152">https://launchpad.net/bugs/1728152</a></p>
<p>16:48 <code><smoser</code>> unless you disagree</p>
<p>16:51 <code><blackboxsw</code>> +1 smoser</p>
<p>16:52 <code><blackboxsw</code>> lets use that bug</p>
<p>16:59 <code><blackboxsw</code>> #LINK <a href="https://launchpad.net/bugs/1728152">https://launchpad.net/bugs/1728152</a></p>
<p>16:59 <code><ubot5</code>> Ubuntu bug 1728152 in cloud-init "EC2 IPv4 and IPv6 Dual Stack Does Not work when instance is not assigned public IPv4 address" [High,In progress]</p>
<p>16:59 <code><blackboxsw</code>> ok looks like we are good for the status meeting</p>
<p>17:00 <code><blackboxsw</code>> thanks for joining all. see you in two weeks</p>
<p>17:00 <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>