-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus-2019-09-09.html
275 lines (236 loc) · 18.5 KB
/
status-2019-09-09.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
<!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, 09 Sep at 16:26 — 17:33 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-09-09-16.26.log.html]] Meeting summary LINK: https://cloud-init.github.io/status-2019-08-19.html#status-2019-08-19 Previous actions The discussion about "Previous actions" started at 16:30 …" />
<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, 09 Sep at 16:26 — 17:33 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-09-09-16.26.log.html]] Meeting summary LINK: https://cloud-init.github.io/status-2019-08-19.html#status-2019-08-19 Previous actions The discussion about "Previous actions" started at 16:30 …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://cloud-init.github.io/status-2019-09-09.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2019-09-09 16:26: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-09-09">Cloud-init bi-weekly status</h1>
<p>
Posted on Mon 09 September 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, 09 Sep at 16:26 — 17:33 UTC</li>
<li>Full logs at [[<a href="http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-09-09-16.26.log.html">http://ubottu.com/meetingology/logs/cloud-init/2019/cloud-init.2019-09-09-16.26.log.html</a>]]</li>
</ul>
<h2>Meeting summary</h2>
<p><strong>LINK</strong>: <a href="https://cloud-init.github.io/status-2019-08-19.html#status-2019-08-19">https://cloud-init.github.io/status-2019-08-19.html#status-2019-08-19</a> </p>
<h3>Previous actions</h3>
<p>The discussion about "Previous actions" started at 16:30.</p>
<h3>Recent Changes</h3>
<p>The discussion about "Recent Changes" started at 16:31.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://lists.launchpad.net/cloud-init/msg00170.html">https://lists.launchpad.net/cloud-init/msg00170.html</a> </li>
<li><strong>LINK</strong>: <a href="https://lists.launchpad.net/cloud-init/">https://lists.launchpad.net/cloud-init/</a> </li>
</ul>
<h3>In-progress Development</h3>
<p>The discussion about "In-progress Development" started at 16:38.</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://discourse.ubuntu.com/c/server">https://discourse.ubuntu.com/c/server</a> </li>
</ul>
<h3>Office Hours (next ~30 mins)</h3>
<p>The discussion about "Office Hours (next ~30 mins)" started at 16:48.</p>
<ul>
<li><strong>ACTION</strong>: blackboxsw send email to the list notifying of status meeting day change.</li>
<li><strong>LINK</strong>: <a href="https://copr.fedorainfracloud.org/coprs/g/cloud-init/el-testing/">https://copr.fedorainfracloud.org/coprs/g/cloud-init/el-testing/</a> </li>
</ul>
<h2>Vote results</h2>
<h2>Action items, by person</h2>
<ul>
<li>blackboxsw</li>
<li>blackboxsw send email to the list notifying of status meeting day change.</li>
</ul>
<h2>Done items</h2>
<ul>
<li>(none)</li>
</ul>
<h2>People present (lines said)</h2>
<ul>
<li>blackboxsw (64)</li>
<li>meetingology (5)</li>
<li>Odd_Bloke (4)</li>
<li>ubot5 (2)</li>
<li>rharper (1)</li>
</ul>
<h2>Full Log</h2>
<p>16:26 <code><blackboxsw></code> #startmeeting Cloud-init bi-weekly status</p>
<p>16:26 <code><meetingology></code> Meeting started Mon Sep 9 16:26:10 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:26 <code><meetingology></code> </p>
<p>16:26 <code><meetingology></code> Available commands: action commands idea info link nick</p>
<p>16:27 <code><blackboxsw></code> Hey folks, welcome to the ~biweekly cloud-init status meeting.</p>
<p>16:28 <code><blackboxsw></code> #chair rharper Odd_Bloke</p>
<p>16:28 <code><meetingology></code> Current chairs: Odd_Bloke blackboxsw rharper</p>
<p>16:28 <code><Odd_Bloke></code> o/</p>
<p>16:28 <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:30 <code><blackboxsw></code> Feel free to interject at any time. Our typical format is the following: Previous Actions, Recent Changes, In-progress Development, Office Hours (~30 mins)</p>
<p>16:30 <code><blackboxsw></code> Last meeting's minutes live here:</p>
<p>16:30 <code><blackboxsw></code> #link <a href="https://cloud-init.github.io/status-2019-08-19.html#status-2019-08-19">https://cloud-init.github.io/status-2019-08-19.html#status-2019-08-19</a></p>
<p>16:30 <code><blackboxsw></code> #topic Previous actions</p>
<p>16:31 <code><blackboxsw></code> no actions from last meeting so we'll plow right through to Recent Changes</p>
<p>16:31 <code><blackboxsw></code> #topic Recent Changes</p>
<p>16:32 <code><blackboxsw></code> The following branches have landed in tip since last meeting: via git log --since 2019-08-19</p>
<p>16:32 <code><blackboxsw></code> - doc: document doc, create makefile and tox target [Joshua Powers]</p>
<p>16:32 <code><blackboxsw></code> - .gitignore: ignore files produced by package builds [Daniel Watkins]</p>
<p>16:32 <code><blackboxsw></code> - docs: fix whitespace, spelling, and line length [Joshua Powers]</p>
<p>16:32 <code><blackboxsw></code> - docs: remove unnecessary file in doc directory [Joshua Powers]</p>
<p>16:32 <code><blackboxsw></code> - Oracle: Render secondary vnic IP and MTU values only [Ryan Harper]</p>
<p>16:32 <code><blackboxsw></code> - exoscale: fix sysconfig cloud_config_modules overrides</p>
<p>16:32 <code><blackboxsw></code> [Chad Smith] (LP: #1841454)</p>
<p>16:32 <code><ubot5></code> Launchpad bug 1841454 in cloud-init "Exoscale datasource overwrites <em>all</em> cloud_config_modules" [Undecided,Fix committed] <a href="https://launchpad.net/bugs/1841454">https://launchpad.net/bugs/1841454</a></p>
<p>16:32 <code><blackboxsw></code> - net/cmdline: refactor to allow multiple initramfs network config sources</p>
<p>16:32 <code><blackboxsw></code> [Daniel Watkins]</p>
<p>16:32 <code><blackboxsw></code> - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA</p>
<p>16:32 <code><blackboxsw></code> [Chad Smith] (LP: #1840080)</p>
<p>16:32 <code><ubot5></code> Launchpad bug 1840080 in cloud-init (Ubuntu) "cloud-init cc_ubuntu_drivers does not set up /etc/default/linux-modules-nvidia" [High,Fix released] <a href="https://launchpad.net/bugs/1840080">https://launchpad.net/bugs/1840080</a></p>
<p>16:32 <code><blackboxsw></code> - Add missing #cloud-config comment on first example in documentation.</p>
<p>16:32 <code><blackboxsw></code> [Florian Müller]</p>
<p>16:32 <code><blackboxsw></code> - ubuntu-drivers: emit latelink=true debconf to accept nvidia eula</p>
<p>16:32 <code><blackboxsw></code> [Chad Smith] (LP: #1840080)</p>
<p>16:32 <code><blackboxsw></code> - DataSourceOracle: prefer DS network config over initramfs</p>
<p>16:32 <code><blackboxsw></code> [Daniel Watkins]</p>
<p>16:32 <code><blackboxsw></code> - format.rst: add text/jinja2 to list of content types (+ cleanups)</p>
<p>16:32 <code><blackboxsw></code> [Daniel Watkins]</p>
<p>16:32 <code><blackboxsw></code> - Add GitHub pull request template to point people at hacking doc</p>
<p>16:32 <code><blackboxsw></code> [Daniel Watkins]</p>
<p>16:34 <code><blackboxsw></code> Additionally: we have also cut a stable-18.4 branch from the 18.4 tag as our last supported python2.6 branch. There will be an email sent out to the mailing list about the intent of this branch. It requires a couple of minor fixes to make sure py2.6 support is functional, but this will be reference branch for any distribution that does not have access to py.27 or later. No additional feature development is</p>
<p>16:34 <code><blackboxsw></code> planned on stable-18.4</p>
<p>16:37 <code><blackboxsw></code> a reminder again that python2.6 support was 'dropped' in cloud-init upstream as of the 18.4 release, so expectations for py2.6 support stopped in 18.4 and there is a deprecation plan for py 2.7 as well</p>
<p>16:37 <code><blackboxsw></code> #link <a href="https://lists.launchpad.net/cloud-init/msg00170.html">https://lists.launchpad.net/cloud-init/msg00170.html</a></p>
<p>16:37 <code><blackboxsw></code> Again, see the mailinglist for details and updates</p>
<p>16:37 <code><blackboxsw></code> #link <a href="https://lists.launchpad.net/cloud-init/">https://lists.launchpad.net/cloud-init/</a></p>
<p>16:38 <code><blackboxsw></code> #topic In-progress Development</p>
<p>16:38 <code><blackboxsw></code> Last week or so the team has been working on SRU validation for cloud-init 19.2.24 into Xenial, Bionic and Disco.</p>
<p>16:39 <code><blackboxsw></code> We have passed all SRU validation tests and our expected pubish date for 19.2.24 is tomorrow for those Ubuntu series</p>
<p>16:40 <code><blackboxsw></code> good work on validation folks</p>
<p>16:41 <code><blackboxsw></code> and thanks for extra cloud-init community verification from exoscale, azure and VMware for validation efforts</p>
<p>16:42 <code><blackboxsw></code> There is additional Oracle, FreeBSD and Azure work in flight at the moment as well as some boot speed improvements and analysis from rharper</p>
<p>16:43 <code><blackboxsw></code> The following link represents any carded work upstream is tracking. The Doing lane is content or features we expect to land shortly</p>
<p>16:43 <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:47 <code><blackboxsw></code> Now is probably a good time to also mention that our entire ubuntu server team also reflects our weekly accomplishements over in the ubuntu-server discourse. If there are deeper discussions or questions on various topics or features please join us there as well</p>
<p>16:47 <code><blackboxsw></code> #link <a href="https://discourse.ubuntu.com/c/server">https://discourse.ubuntu.com/c/server</a></p>
<p>16:48 <code><blackboxsw></code> I think that about wraps it for in-progress development</p>
<p>16:48 <code><blackboxsw></code> #topic Office Hours (next ~30 mins)</p>
<p>16:48 <code><blackboxsw></code> upstream cloud-init devs will have eyes on this channel for any discussions, questions, bugs or feature work the greater community would like to discuss.</p>
<p>16:49 <code><blackboxsw></code> During this time, we'll also groom our activereview queue to make sure we try to get review comments out to devs who have active branches.</p>
<p>16:49 <code><blackboxsw></code> Again, thanks for tuning in</p>
<p>16:57 <code><blackboxsw></code> Ok just addressed review comments on <a href="https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/372432">https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/372432</a> . I'm reviewing <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:59 * blackboxsw also sets the next meeting topic so we don't forget.</p>
<p>17:01 <code><blackboxsw></code> Odd_Bloke: rharper powersj, I <em>think</em> we decided to shift from Mondays to Tuesdays for status meetings to avoid collisions with holidays, vacation work travel etc. Are we doing that for next status meeting, or maybe waiting to discuss that more broadly?</p>
<p>17:02 <code><Odd_Bloke></code> Tuesday in two weeks is likely to be a travel day for anyone heading to the cloud-init summit.</p>
<p>17:02 <code><Odd_Bloke></code> But Monday is likely to be a swap day for Canonical folks because we're all travelling next week too.</p>
<p>17:03 <code><blackboxsw></code> hrm right, maybe we wait then and discuss at the summit</p>
<p>17:03 <code><Odd_Bloke></code> So I would perhaps suggest skipping the next meeting, and then we can resume on Tuesdays two weeks after the summit?</p>
<p>17:03 <code><blackboxsw></code> discuss scheduling changes that is</p>
<p>17:03 <code><blackboxsw></code> sure, let's push/postpone until summit +2 weeks</p>
<p>17:05 <code><blackboxsw></code> #action blackboxsw send email to the list notifying of status meeting day change.</p>
<p>17:05 * meetingology blackboxsw send email to the list notifying of status meeting day change.</p>
<p>17:10 <code><rharper></code> +1 Odd_Bloke</p>
<p>17:11 <code><blackboxsw></code> Also note that the version of cloud-init that has undergone SRU verification is also published to our copr el-testing repo. We only update that repo during upstream cloud-init releases XX.YY and any Ubuntu SRUs so it is much more stable than our daily copr repo.</p>
<p>17:11 <code><blackboxsw></code> #link <a href="https://copr.fedorainfracloud.org/coprs/g/cloud-init/el-testing/">https://copr.fedorainfracloud.org/coprs/g/cloud-init/el-testing/</a></p>
<p>17:33 <code><blackboxsw></code> I think that about wraps our cloud-init status meeting for today. I'm wrapping up my review here and will post it to the set_passwords branch.</p>
<p>17:33 <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>