-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus-2020-04-14.html
More file actions
239 lines (200 loc) · 14.7 KB
/
status-2020-04-14.html
File metadata and controls
239 lines (200 loc) · 14.7 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
<!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 status meeting, 14 Apr at 16:17 — 17:12 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-04-14-16.17.log.html]] Meeting summary LINK: https://cloud-init.github.io/status-2020-03-31.html#status-2020-03-31 Recent Changes The discussion about "Recent Changes" started at 16:23 …" />
<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 status meeting, 14 Apr at 16:17 — 17:12 UTC Full logs at [[http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-04-14-16.17.log.html]] Meeting summary LINK: https://cloud-init.github.io/status-2020-03-31.html#status-2020-03-31 Recent Changes The discussion about "Recent Changes" started at 16:23 …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://cloud-init.github.io/status-2020-04-14.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2020-04-14 16:17: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-04-14">Cloud-init bi-weekly status</h1>
<p>
Posted on Tue 14 April 2020 in <a href="https://cloud-init.github.io/category/status-meeting-minutes.html">status-meeting-minutes</a>
• 4 min read
</p>
</header>
<div>
<h2>Meeting information</h2>
<ul>
<li>#cloud-init: cloud-init status meeting, 14 Apr at 16:17 — 17:12 UTC</li>
<li>Full logs at [[<a href="http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-04-14-16.17.log.html">http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-04-14-16.17.log.html</a>]]</li>
</ul>
<h2>Meeting summary</h2>
<p><strong>LINK</strong>: <a href="https://cloud-init.github.io/status-2020-03-31.html#status-2020-03-31">https://cloud-init.github.io/status-2020-03-31.html#status-2020-03-31</a> </p>
<h3>Recent Changes</h3>
<p>The discussion about "Recent Changes" started at 16:23.</p>
<h3>In-progress Development</h3>
<p>The discussion about "In-progress Development" started at 16:27.</p>
<h3>Office hours (next ~30 mins)</h3>
<p>The discussion about "Office hours (next ~30 mins)" started at 16:34.</p>
<ul>
<li><strong>LINK</strong>: <a href="https://github.com/CanonicalLtd/uss-tableflip/pull/45">https://github.com/CanonicalLtd/uss-tableflip/pull/45</a> I think comments are resolved</li>
</ul>
<h2>Vote results</h2>
<h2>Done items</h2>
<ul>
<li>(none)</li>
</ul>
<h2>People present (lines said)</h2>
<ul>
<li>blackboxsw (38)</li>
<li>meetingology (6)</li>
<li>powersj (2)</li>
<li>Goneri (2)</li>
<li>otubo (1)</li>
<li>punkgeek (1)</li>
<li>rharper (1)</li>
<li>smoser (0)</li>
<li>powers (0)</li>
<li>Odd_Bloke (0)</li>
</ul>
<h2>Full Log</h2>
<p>16:17 <code><blackboxsw></code> #startmeeting cloud-init status meeting</p>
<p>16:17 <code><meetingology></code> Meeting started Tue Apr 14 16:17:46 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>16:17 <code><meetingology></code> </p>
<p>16:17 <code><meetingology></code> Available commands: action commands idea info link nick</p>
<p>16:18 <code><blackboxsw></code> hey folks, time for cloud-init community status meeting</p>
<p>16:19 <code><powersj></code> \o/</p>
<p>16:19 <code><otubo></code> Right on time :-)</p>
<p>16:20 <code><blackboxsw></code> welcome again to our bi-weekly status meeting feel free to interject comments, questions, suggestions during this status meeting. Generally it is an opportunity for upstream to provide a frequent platform communication and drop-in discussion when a couple of upstream devs are available.</p>
<p>16:20 <code><blackboxsw></code> #chair Odd_Bloke smoser rharper powers</p>
<p>16:20 <code><meetingology></code> Warning: Nick not in channel: powers</p>
<p>16:20 <code><meetingology></code> Current chairs: Odd_Bloke blackboxsw powers rharper smoser</p>
<p>16:20 <code><blackboxsw></code> #chair powersj</p>
<p>16:20 <code><meetingology></code> Current chairs: Odd_Bloke blackboxsw powers powersj rharper smoser</p>
<p>16:20 <code><blackboxsw></code> our IRC channel topic carries the next planned status meeting for those that wish to participate. All are welcome to interject or drive converstation topics here</p>
<p>16:21 <code><blackboxsw></code> any objections to same time on Apr 28th?</p>
<p>16:21 <code><powersj></code> nah that's a good day given we want to cut 20.2 then</p>
<p>16:21 <code><blackboxsw></code> ok topic set for next meetin</p>
<p>16:22 <code><blackboxsw></code> our last meeting minutes can be found on github at</p>
<p>16:22 <code><blackboxsw></code> #link <a href="https://cloud-init.github.io/status-2020-03-31.html#status-2020-03-31">https://cloud-init.github.io/status-2020-03-31.html#status-2020-03-31</a></p>
<p>16:23 <code><blackboxsw></code> The topics we generally cover in this meeting are the following: Previous Actions, Recent Changes, In-progress Development, Community Charter, Upcoming Meetings, Office Hours (~30 mins).</p>
<p>16:23 <code><blackboxsw></code> #topic Previous Actions</p>
<p>16:23 <code><blackboxsw></code> none listed from last meeting</p>
<p>16:23 <code><blackboxsw></code> #topic Recent Changes</p>
<p>16:24 <code><blackboxsw></code> git commits landed in tip since Mar 31: <a href="https://paste.ubuntu.com/p/VptqRBfVfJ/">https://paste.ubuntu.com/p/VptqRBfVfJ/</a> found by git log --since 03-31-2020</p>
<p>16:26 <code><blackboxsw></code> changes sport doc updates, otubo's cc_mount fix , better url handling for regions which contain underscores in their name and openbsd fixes from Goneri for passwd locks.</p>
<p>16:27 <code><blackboxsw></code> thanks for the contributions this round folks!</p>
<p>16:27 <code><blackboxsw></code> #topic In-progress Development</p>
<p>16:30 <code><blackboxsw></code> upstream is currently focused on getting in bug fixes, dropping remnants of py2 in tooling reviewing active PRs to get cloud-init in shape for the upcoming 20.2 release</p>
<p>16:31 <code><blackboxsw></code> community notice: as mentioned in the channel topic, Apr 28th is our upstream release date for 20.2</p>
<p>16:31 <code><blackboxsw></code> community notice: we ask that pull requests or bugs that need resolution for 20.2 be up for review by Friday April 24th so there is time to review and merge those fixes.</p>
<p>16:32 <code><blackboxsw></code> active pulls indended for the release should be up in github at <a href="https://github.com/canonical/cloud-init/pulls">https://github.com/canonical/cloud-init/pulls</a></p>
<p>16:32 <code><blackboxsw></code> <em>intended</em> rather</p>
<p>16:32 <code><blackboxsw></code> #topic Community Charter</p>
<p>16:33 <code><blackboxsw></code> his section is generally reserved to discuss any general community goals for cloud-init, at last cloud-init summit we defined those goals as:</p>
<p>16:33 <code><blackboxsw></code> - datasource doc fixes</p>
<p>16:33 <code><blackboxsw></code> - json schema validation for each cloudinit/config/cc_*py modules</p>
<p>16:34 <code><blackboxsw></code> there are feature bugs created for these tasks at <a href="https://bugs.launchpad.net/cloud-init/+bugs">https://bugs.launchpad.net/cloud-init/+bugs</a>?field.tag=bitesize</p>
<p>16:34 <code><blackboxsw></code> #topic Office hours (next ~30 mins)</p>
<p>16:35 <code><blackboxsw></code> During office hours a couple of upstream devs will have eyes on this channel. Any questions, comments, branch reviews are fair game for discussion.</p>
<p>16:36 <code><blackboxsw></code> In leiu of active discussions, developers will be grooming the active pull request review queue to unblock branch authors.</p>
<p>16:37 <code><punkgeek></code> Odd_Bloke: No it doesn't work. why there is no way to config cloud-init in kvm virtualization rather than iso, like vm xml file?</p>
<p>16:37 <code><blackboxsw></code> I'm getting through a belated review on <a href="https://github.com/canonical/cloud-init/pull/298">https://github.com/canonical/cloud-init/pull/298</a></p>
<p>16:42 <code><blackboxsw></code> punkgeek: like seeding ovf-env.xml? <a href="https://github.com/canonical/cloud-init/blob/master/doc/sources/ovf/README">https://github.com/canonical/cloud-init/blob/master/doc/sources/ovf/README</a></p>
<p>16:46 <code><rharper></code> punkgeek: you might want to look at virt-install , they recently have added support for providing cloud-config to VMs; virt-install is a wrapper around creating VMs utilizing libvirt as a backend, <a href="https://athinapl.home.blog/2019/08/25/gsoc-2019-cloud-init-configuration-for-virt-manager-virt-install/">https://athinapl.home.blog/2019/08/25/gsoc-2019-cloud-init-configuration-for-virt-manager-virt-install/</a></p>
<p>16:54 <code><Goneri></code> punkgeek, or you can take a look at virt-lightning</p>
<p>16:54 <code><Goneri></code> punkgeek, it's basically a CLI to use libvirt+cloud-init</p>
<p>17:03 <code><blackboxsw></code> Goneri: review done. sorry for the delay on such a minor set of change requests <a href="https://github.com/canonical/cloud-init/pull/298/files#">https://github.com/canonical/cloud-init/pull/298/files#</a></p>
<p>17:09 <code><blackboxsw></code> <a href="https://github.com/CanonicalLtd/uss-tableflip/pull/45">https://github.com/CanonicalLtd/uss-tableflip/pull/45</a> I think comments are resolved</p>
<p>17:11 <code><blackboxsw></code> I think we are at about the turn of the hour for cloud-init status. I'm going to review <a href="https://github.com/canonical/cloud-init/pull/305">https://github.com/canonical/cloud-init/pull/305</a> next</p>
<p>17:11 <code><blackboxsw></code> thanks all for tuning in. see you next time</p>
<p>17:12 <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>