Tuesday, 2018-06-05

*** masuberu has joined #openstack-zun00:15
*** masber has quit IRC00:19
*** caoyuan has joined #openstack-zun00:34
*** caoyuan has quit IRC00:55
*** hongbin has joined #openstack-zun00:57
*** chenyb4 has joined #openstack-zun00:59
*** openstackgerrit has joined #openstack-zun01:00
openstackgerritHongbin Lu proposed openstack/zun master: Remove the unused url for container exec  https://review.openstack.org/57223501:00
*** harlowja has quit IRC01:07
*** kiennt26 has joined #openstack-zun01:10
openstackgerritHongbin Lu proposed openstack/python-zunclient master: Support listing availability zones  https://review.openstack.org/57137301:15
*** fabian_ has joined #openstack-zun01:46
*** chenyb4 has quit IRC01:48
*** caoyuan has joined #openstack-zun01:52
*** caoyuan has quit IRC01:53
*** caoyuan has joined #openstack-zun01:53
*** fabian_ is now known as chenyb402:05
*** kiennt26 has quit IRC02:28
*** kiennt26 has joined #openstack-zun02:43
hongbin@startmeeting zun03:00
hongbin#startmeeting zun03:00
openstackMeeting started Tue Jun  5 03:00:09 2018 UTC and is due to finish in 60 minutes.  The chair is hongbin. Information about MeetBot at http://wiki.debian.org/MeetBot.03:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.03:00
*** openstack changes topic to " (Meeting topic: zun)"03:00
openstackThe meeting name has been set to 'zun'03:00
hongbin#topic roll call03:00
*** openstack changes topic to "roll call (Meeting topic: zun)"03:00
*** kevzha01 has joined #openstack-zun03:00
*** kevzha01 is now known as kevinz03:01
kevinzo/03:01
hongbinkevinz: thanks for joining kevin03:01
hongbinwe can have a shorting meeting today03:01
kevinzhi hongbin03:01
deepak_mouryaHello  everyone :)03:01
kevinzHi deepak_mourya03:02
hongbinhi deepak_mourya03:02
hongbin#topic Blueprints03:02
*** openstack changes topic to "Blueprints (Meeting topic: zun)"03:02
hongbin1. OpenStack as a virtual Kubernetes node (assignee: kevinz)03:02
hongbinkevinz: ^^03:02
kevinzThis week don't do much coding, I'm preparing a demo and a new video record in LC3 this month03:03
kevinzthe demo will be shown in Arm booth03:03
hongbinkevinz: ack03:03
hongbinwish your success on the demo03:03
kevinzThanks03:03
kevinzWill do coding work this week after the video and demo finished03:03
kevinzbtw, how to modify the driver to Kata?03:04
hongbini guess mkrai is the best contact for this ?03:04
hongbinfrom my point of view, first, you need to install kata03:05
kiennt26hi folks, sorry i'm late03:05
hongbinthen, use the --runtime option to specify kata as the runtime03:05
hongbinkiennt26: hey kien, thanks for joining03:05
kevinzHi kiennt2603:05
kevinzhongbin: sure, I will ping her03:05
kevinzafter the meeting03:06
hongbinok03:06
hongbinanything else about this topic?03:06
kevinzThat's all from my side03:07
hongbinthanks kevinz03:07
hongbin2. Introduce quota for containers (assignee: kiennt26)03:07
hongbinkiennt26: ^^03:07
kiennt26hi, I'm working on the patch03:07
kiennt26#link https://review.openstack.org/#/c/570683/03:07
kiennt26I will propose new patch set in this week03:08
hongbina big patch :)03:08
hongbincool03:08
kiennt26that's all from my side03:09
hongbinkiennt26: thanks for your hard work on this03:09
kiennt26hongbin: my pleasure :)03:09
hongbin3. Refine the image API endpoints (assignee: hongbin)03:10
hongbin#link https://review.openstack.org/#/q/topic:bp/rework-image-api+(status:open+OR+status:merged)03:10
hongbini have a few patches up for reviews03:10
hongbinsimply cast your feedback once you have a chance03:11
hongbinnext one03:11
kiennt26sure03:11
hongbin4. OpenStack Zun as Amphora driver (assignee: TBD)03:11
hongbinthis one is interesting03:11
hongbinwe are still looking for an assignee for this task, but i will take it if there is nobody signed up for the work03:12
hongbin#link https://storyboard.openstack.org/#!/story/200211703:12
hongbinthat is all about bps03:13
hongbinany comment before moving to the next topic?03:13
deepak_mouryano03:13
hongbin#topic Bugs03:14
*** openstack changes topic to "Bugs (Meeting topic: zun)"03:14
hongbin1. Interactive exec via proxy (assignee: hongbin)03:14
hongbini was working on this bug on the weekeed03:14
hongbinthere is a series of patches that are up for reviews03:15
hongbin#link https://review.openstack.org/#/q/topic:bug/1735076+(status:open+OR+status:merged)03:15
hongbinthe idea is to have zunclient connect to the zun-wsproxy for interactive execution03:15
hongbin(much the same way as attach)03:16
kevinzhongbin: I will review03:16
hongbinin before, zunclient connects to the docker daemon for doing the same, which requires us to expose docker daemon to end-users, a big security risk03:16
hongbinso, this bug address that03:17
hongbinkevinz: thanks, i guess you are the best reviewers for this :)03:17
kevinzmy pleasure03:17
hongbinok, that is all about this bug03:17
hongbin#topic Open Discussion03:18
*** openstack changes topic to "Open Discussion (Meeting topic: zun)"03:18
hongbinany other topic to discuss?03:18
kiennt26I have one03:18
hongbinkiennt26: go ahead03:18
kiennt26Currently, I'm working on the bug: https://bugs.launchpad.net/zun/+bug/173507403:19
openstackLaunchpad bug 1735074 in Zun "Add support for following logs" [Medium,In progress] - Assigned to Kien Nguyen (kiennt2609)03:19
kiennt26#gnocchi https://bugs.launchpad.net/zun/+bug/173507403:19
kiennt26#link https://bugs.launchpad.net/zun/+bug/173507403:19
hongbinyes, i saw you had a WIP patch for that03:19
kiennt26--follow options requires streaming output to API users. The implementation might be similar as how we support interactive execute03:20
hongbinexactly03:20
hongbini guess you can reuse the zun-wsproxy for that03:20
kiennt26use HTTPClient? Or WebSocketClient like attach? I am confusing between two of options.03:21
hongbinHTTPClient is for connecting to an HTTP endpoint for streaming03:22
hongbinfor example, connect to docker daemon03:22
hongbinWebSocketClient is for connect to an websocket endpoint (i.e. the one exposed by zun-wsproxy)03:23
hongbinfor the log following, i guess you want to use websocketclient to connect to zun-wsproxy ?03:23
hongbinso in summary, HTTPClient is for connecting to docker daemon03:25
hongbinWebSocketClient is for connecting to zun-wsproxy03:25
kiennt26Yeah, I think about using websocketclient. But interactive execute is using httpclient (like bug description), so that it make me confuse a little bit.03:25
kiennt26just want to make sure I do it right way, the problem is solved. I will push new patches soon03:26
hongbinso, right now, is it still confused?03:26
kiennt26no, I got the point now03:27
hongbincool03:27
kiennt26hongbin: thank you03:27
hongbinkiennt26: thanks for taking this challenging feature, hope you like working on it03:28
hongbinall, anything else to discuss?03:28
kiennt26hongbin: yeah, that's all from me.03:28
hongbinok, let's end the meeting now, all, thanks for joining, see you next time03:29
hongbin#endmeeting03:29
*** openstack changes topic to "Container management service for OpenStack"03:29
openstackMeeting ended Tue Jun  5 03:29:49 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)03:29
openstackMinutes:        http://eavesdrop.openstack.org/meetings/zun/2018/zun.2018-06-05-03.00.html03:29
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/zun/2018/zun.2018-06-05-03.00.txt03:29
openstackLog:            http://eavesdrop.openstack.org/meetings/zun/2018/zun.2018-06-05-03.00.log.html03:29
*** caoyuan has quit IRC03:38
*** caoyuan has joined #openstack-zun03:39
*** caoyuan has quit IRC03:48
*** caoyuan has joined #openstack-zun03:52
*** caoyuan has quit IRC03:58
*** caoyuan has joined #openstack-zun04:11
*** kiennt26 has quit IRC04:29
*** chenyb4 has quit IRC05:04
*** hongbin has quit IRC05:06
*** chenyb4 has joined #openstack-zun05:33
openstackgerritMadhuri Kumari proposed openstack/python-zunclient master: Fix some formatting issues in help messages  https://review.openstack.org/56856106:16
openstackgerritOpenStack Proposal Bot proposed openstack/zun-ui master: Imported Translations from Zanata  https://review.openstack.org/57226106:17
*** yasemin_ has quit IRC06:48
*** yasemin has quit IRC06:48
*** yasemin has joined #openstack-zun07:08
*** yasemin_ has joined #openstack-zun07:10
*** janki has joined #openstack-zun07:15
kevinzmkrai: ping07:27
openstackgerritMerged openstack/zun-ui master: Imported Translations from Zanata  https://review.openstack.org/57226108:06
openstackgerritMerged openstack/python-zunclient master: Support listing availability zones  https://review.openstack.org/57137308:42
*** chenyb4 has quit IRC09:06
*** lxkong has quit IRC09:09
*** chenyb4 has joined #openstack-zun09:10
*** chenyb4 has quit IRC09:17
*** chenyb4 has joined #openstack-zun09:19
*** lxkong has joined #openstack-zun09:32
*** caoyuan has quit IRC09:33
*** caoyuan has joined #openstack-zun09:34
*** kevinz has quit IRC10:13
*** chenyb4 has quit IRC10:20
*** caoyuan has quit IRC10:52
*** yasemin_ has quit IRC11:06
*** yasemin has quit IRC11:06
*** yasemin_ has joined #openstack-zun11:08
*** yasemin has joined #openstack-zun11:09
*** chenyb4 has joined #openstack-zun11:58
*** kevinz has joined #openstack-zun12:22
*** kevinz has quit IRC13:05
*** chenyb4 has quit IRC13:24
*** fabian_ has joined #openstack-zun13:26
*** caoyuan has joined #openstack-zun13:45
openstackgerritwangqi proposed openstack/zun master: Enable Python hash seed randomization in tests  https://review.openstack.org/57240313:52
*** hongbin has joined #openstack-zun14:21
*** fabian_ has quit IRC14:35
*** caoyuan has quit IRC14:50
*** nguyenhai93 has joined #openstack-zun15:29
*** nguyenhai_ has quit IRC15:32
*** janki has quit IRC15:37
*** harlowja has joined #openstack-zun16:28
*** harlowja has quit IRC16:45
*** masuberu has quit IRC17:02
*** masuberu has joined #openstack-zun17:02
*** janki has joined #openstack-zun19:32
*** p_arch has joined #openstack-zun20:14
p_arch#join #openstack-helm20:18
p_archoops sorry. anyone here? Could someone please confirm if Zun can currently be used to launch Kata containers in OpenStack?20:20
hongbinp_arch: yes, as reported from others, it should work20:38
p_arch@hongbin: thanks20:38
*** joe_w has joined #openstack-zun20:46
*** janki has quit IRC21:23
*** threestrands has joined #openstack-zun23:08
*** harlowja has joined #openstack-zun23:10
*** hongbin has quit IRC23:27
*** caoyuan has joined #openstack-zun23:50

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!