Thursday, 2017-06-08

ekcstime for congress meeting. thinrichs ramineni_ masahito00:00
*** salv-orlando has joined #openstack-meeting00:00
ekcs#startmeeting congressteammeeting00:00
openstackMeeting started Thu Jun  8 00:00:50 2017 UTC and is due to finish in 60 minutes.  The chair is ekcs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:00
*** openstack changes topic to " (Meeting topic: congressteammeeting)"00:00
openstackThe meeting name has been set to 'congressteammeeting'00:00
ramineni_ekcs: hi00:01
ekcsHi all. As usual, topics are ketp here: https://etherpad.openstack.org/p/congress-meeting-topics00:01
ekcsfeel free to add & comment.00:01
ekcshi ramineni_  !00:01
ekcsgood to have you back  = )00:01
ramineni_:)00:02
*** masahito has joined #openstack-meeting00:02
*** ramineni_1 has joined #openstack-meeting00:02
*** ramineni_ has quit IRC00:03
masahitohi00:03
*** caboucha has quit IRC00:03
ekcshi masahito !00:04
*** mickeys has joined #openstack-meeting00:04
*** bobh has quit IRC00:04
*** salv-orlando has quit IRC00:05
ekcsgreat let’s go ahead and get started then.00:06
ekcs#topic pike-200:07
*** openstack changes topic to "pike-2 (Meeting topic: congressteammeeting)"00:07
ekcsquick announcement. Pike-2 release is in progress this week. I’ve started basic testing. expecting to tag a release today.00:07
ramineni_1ekcs: great00:08
ekcs#topic policy library tasks00:08
*** openstack changes topic to "policy library tasks (Meeting topic: congressteammeeting)"00:08
*** mickeys has quit IRC00:08
ekcsagain just a quick announcement. Some policy library tasks are up. #link https://bugs.launchpad.net/congress/+bugs?field.tag=policy-lib00:09
ekcsfeel free to discuss, comment, modify, and sign up if interested.00:09
masahitogot it00:10
masahitothe release of policy-library is targeting Pike?00:10
ekcsyup. might be a little tight cuz the design and discussions took longer than expected. but I’m still aiming for pike.00:12
ekcsIn the ML email: https://openstack.nimeyo.com/114043/openstack-dev-congress-policy-library-tasks00:12
ekcsI mentioned how we can ship just the essential pieces if we run out of time.00:12
ramineni_1ekcs: may be you can tag as pike3 for essential pieces00:13
*** mtanino_ has quit IRC00:13
*** mtanino_ has joined #openstack-meeting00:15
ekcsyea not sure how we use the targeting exactly. I have some non-essential pieces targeted to pike-3 as well but lower priority.00:15
ekcsAnd since we’re on the topic of policy library, here’s some patches going on: https://review.openstack.org/#/q/topic:policy-library00:16
ekcsseveral minor changes to the spec as the implementation happens.00:16
ekcsthe bigger one is the bulk of the DB interfaces for policy library. https://review.openstack.org/#/c/471954/00:17
ekcscomments appreciated =)00:17
ekcsramineni_1: back to pike3 tagging, is it more helpful if anything lower priority is not targeted for pike-3?00:18
ekcsI’ne been using target is when we’d LIKE to get it done, knowing that we probably won’t get everything done, and that’s where the importance field comes in.00:19
ramineni_1ekcs: yes00:19
ramineni_1ekcs: sounds good00:20
*** mtanino_ has quit IRC00:20
ekcsok maybe more discussion later about what’s most helpful to everyone with launchpad. We need to go through and retarget a bunch of things too.00:20
ekcsanything else on policy library?00:20
ramineni_1ekcs: no00:21
ekcsok moving on then =)00:21
ekcs#topic policy monitoring UI00:21
*** openstack changes topic to "policy monitoring UI (Meeting topic: congressteammeeting)"00:21
ekcsLast week I put up a very rough mockup based on PTG discussions.00:22
ekcs#link https://wireframepro.mockflow.com/view/congress-policy-monitor00:22
ekcsthinrichs and masahito and I had some discussion and I’ve updated the mockup based on the discussion.00:22
*** julim has joined #openstack-meeting00:23
ramineni_1ekcs: how are we classifying errors and warnings00:23
ramineni_1ekcs: tables starting with error_ ?00:23
ekcsBasically the main page gives a table of violated policies, inculding color-coded column counting how many tuples there are in the table `error` and the table `warining`00:23
ekcsand user can cilck into each policy to go to that specific page.00:24
ekcsthe `error` table and `warning` table would be treated as special in each policy (by the UI)00:24
ramineni_1ekcs: there cannot be multiple error/warning tables in one policy?00:25
ekcscorrect. is that a problem?00:25
ekcsdifferent types of error can ultimately be summarized into an error table. for example00:26
ekcserror(…) :- error_A(…)00:26
ekcserror(…) :- error_B(…)00:26
ekcserror(…) :- error_C(…)00:27
ramineni_1ekcs , ok00:27
ekcsultimately we may want to make the system more flexible, but using the special table now (only for UI purpose) leaves the door open for adding more customization down the road.00:28
ekcsAnyway and when a user clicks one of the rows, we take the user to the policy page (already exists today).00:28
ekcsbut we can add some more details tailored to the violations.00:29
ekcsfor example, displaying the error and warning tables.00:29
ekcssee the “per policy page” on mockflow.com00:29
ramineni_1ekcs: and one question, yesterday myself and masahito also were discussing regarding this, is there a way to retrive the rule id of the action policy executed or policy violated00:29
*** ayoung has joined #openstack-meeting00:30
ekcshmmm00:30
ekcsso say execute[action] :- p(a)   {rule id: 19823}00:30
ramineni_1ekcs: for nitification feature, carlos wants to add rule_id, project_id also as part of message00:31
*** wanghao has joined #openstack-meeting00:31
ramineni_1ekcs: yes00:31
ekcshmmm. I’m sure there is a way. but probbaly not built in currently. I think it’d require a small change.00:32
ekcswe discussed a little with thinrichs last week about the explanation code in congress00:32
ekcsthat shows derivation of any result.00:33
ekcsit’ll show the rules and tuples used to derive each thing.00:33
ekcsbut it right now shows only the rule text now the rule ID.00:33
ekcsprobably not hard to make it get rule ID.00:33
ekcsthere is a question of what exactly is desired.00:34
*** fnaval has quit IRC00:34
*** sgrasley1 has joined #openstack-meeting00:34
ekcsrule ID of only the last rule? or of all the rules involved in deriving?00:34
ekcsa(x) :- b(x)00:34
ekcsexecute[action] :- a(x)00:35
ekcswe could report both rule IDs or just one.00:35
ramineni_1ekcs: he is inetrested in only in rule_id where th action is executed00:35
ekcswe could also report the whole derivation tree. and sometimes there are multiple derivations for the same action.00:35
ramineni_1ekcs: the featue already there, are to be added?00:36
ekcsthere is already the explanation code to trace derivation. mostly just used for debugging now.00:36
*** fnaval has joined #openstack-meeting00:36
ekcsthat can be used to find the rule that executed.00:36
*** TxGirlGeek has quit IRC00:37
*** lbragstad has joined #openstack-meeting00:37
ramineni_1ekcs: can you point me to the link of that code00:37
ekcssure I’ll look for it after meeting =)00:37
ramineni_1ekcs: thanks00:37
ekcsramineni_1: was there a thought about how monitoring UI can use rule ID as well?00:38
ekcsor any other thoughts about the monitoring UI?00:38
ramineni_1ekcs: yes, we could add if we can retireve it , and also we thought before about adding actions also to UI00:40
ramineni_1ekcs: possible action, but may be will be complicated for initial design,  could look into it later00:40
ekcsdo you mean a display of recent actions executed?00:41
ekcsor suggested actions for resolving a violation?00:41
ramineni_1ekcs: both, this UI doesnt show, if the actions are defined for violations right as it wont be part of eror/warning00:42
ekcsramineni_1: right that’s a weakness right now.00:42
ramineni_1ekcs: makes sense to show by adding modal tables there00:43
ramineni_1?00:43
ramineni_1apart from errors/warnings00:44
*** Julien-zte has joined #openstack-meeting00:44
*** rfolco has quit IRC00:44
ekcslike the execute table? we could do that. but it might be a little confusing.00:44
ramineni_1ekcs: ya , ok00:45
ekcsit’d be a combination of things that have already triggered an action and things that are about the trigger an action.00:45
ekcsan action is executed for each NEW row in the execute table.00:45
ekcswhat do you think would be helpful?00:46
ramineni_1ekcs: i think it will be good to show, actions performed as part of policy violations00:47
ramineni_1ekcs: but not sure which place would be better00:47
ekcsyea showing actions performed is definitely helpful. problem right now is the modal table doesn’t give you exactly that.00:48
*** armax has quit IRC00:48
ekcsbut anyway we can find a way to track actions performed in relation to a policy.00:49
ramineni_1ekcs:hmm, right00:49
ekcsso would it be good on the main page or only on the per policy page?00:49
ekcsmaybe one more column on the main page showing number of actions performed in the last period of time (1 hr, 10 min, whatever)?00:50
ekcsthen in the per policy page showing history of actions executed and the rule that triggered each?00:51
ramineni_1ekcs: ya, sounds good.00:52
ekcscool. yea may not be for phase 1, but definitely something we want.00:52
ekcsany thoughts masahito ?00:52
masahitothat sounds good.00:54
ekcsok then00:55
ekcs#topic open discussion00:55
*** openstack changes topic to "open discussion (Meeting topic: congressteammeeting)"00:55
ekcsanything else to talk about today?00:55
*** markstur has quit IRC00:55
masahitojust fyi00:55
*** armax has joined #openstack-meeting00:56
masahitoI'll attend OPNFV summit next week. So I won't join the next meeting.00:56
ekcsgotcha!00:56
masahitoAnd in the summit, OPNFV Doctor project will have its demo that uses Congress00:56
ekcsexciting. is it similar to the one at openstack before?00:57
ramineni_1masahito: nice00:57
masahitoekcs: yes. but not cutting a cable :-)00:58
ekcshahaha. great!00:58
masahitothat's from my side.00:58
ekcsok then. time’s up too. great discussions on UI. talk more later!00:59
*** armax has quit IRC00:59
ekcshave a great week all.00:59
ekcs#endmeeting00:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"00:59
openstackMeeting ended Thu Jun  8 00:59:44 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-06-08-00.00.html00:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-06-08-00.00.txt00:59
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-06-08-00.00.log.html00:59
*** dpaterson has quit IRC01:00
masahitobye01:01
*** salv-orlando has joined #openstack-meeting01:01
*** stanchan has joined #openstack-meeting01:03
*** kevzha01 has joined #openstack-meeting01:03
*** mickeys has joined #openstack-meeting01:05
*** salv-orlando has quit IRC01:06
*** dpaterson has joined #openstack-meeting01:06
*** jamesdenton has joined #openstack-meeting01:07
*** stanchan has quit IRC01:08
*** rfolco has joined #openstack-meeting01:08
*** mickeys has quit IRC01:11
*** thorst_afk has joined #openstack-meeting01:14
*** ansmith has quit IRC01:15
*** ramineni_1 has quit IRC01:15
*** markstur has joined #openstack-meeting01:17
*** csomerville has joined #openstack-meeting01:19
*** litao__ has joined #openstack-meeting01:19
*** thorst_afk has quit IRC01:19
*** cody-somerville has quit IRC01:20
*** markstur has quit IRC01:21
*** mriedem has quit IRC01:22
*** rfolco has quit IRC01:25
*** jamesdenton has quit IRC01:25
*** masahito has quit IRC01:27
*** fzdarsky_ has joined #openstack-meeting01:28
*** fzdarsky|afk has quit IRC01:32
*** Julien-zte has quit IRC01:35
*** Apoorva has joined #openstack-meeting01:36
*** Apoorva_ has quit IRC01:40
*** Apoorva has quit IRC01:40
*** yamahata has quit IRC01:40
*** lbragstad has quit IRC01:42
*** diablo_rojo has quit IRC01:46
*** thorst_afk has joined #openstack-meeting01:47
*** thorst_afk has quit IRC01:47
*** zhurong has joined #openstack-meeting01:48
*** csomerville has quit IRC01:57
zhenguo#startmeeting mogan02:00
openstackMeeting started Thu Jun  8 02:00:54 2017 UTC and is due to finish in 60 minutes.  The chair is zhenguo. Information about MeetBot at http://wiki.debian.org/MeetBot.02:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.02:00
*** openstack changes topic to " (Meeting topic: mogan)"02:00
openstackThe meeting name has been set to 'mogan'02:00
zhenguohi all,02:01
liushengo/02:01
*** fnaval has quit IRC02:01
litao__o/02:01
*** unicell has quit IRC02:02
*** armax has joined #openstack-meeting02:02
zhenguoshaohe_feng, wanghao, luyao, Xinran, zhangyang: are you here?02:02
Xinrano/02:02
zhangyango/02:03
zhenguook02:03
zhenguoas always, the agenda:02:03
zhenguo#link https://wiki.openstack.org/wiki/Meetings/Mogan#Agenda_for_next_meeting02:03
zhenguolet's jump in02:03
zhenguo#topic announcements and reminders02:03
*** openstack changes topic to "announcements and reminders (Meeting topic: mogan)"02:03
*** fnaval has joined #openstack-meeting02:04
zhenguowe changed to use node resource class instead of adding a new node_type property to match our flavors.02:04
*** unicell has joined #openstack-meeting02:04
litao__no need to set property in ironic node?02:05
zhenguobut seems we can't use plancement to track node resouces now02:05
zhenguolitao__: yes02:05
litao__zhenguo: great02:05
zhenguolitao__: ironic node has a resource_class propery02:05
liushengzhenguo: is it same as node_type ?02:06
zhenguoliusheng: yes, we just use it as node_type02:06
liushengzhenguo: got iy02:06
zhenguoliusheng: and that field is just  for such purpose02:06
liushengzhenguo: ok02:06
zhenguoas ironic also want to let placement to track resource like what we have done02:07
*** mickeys has joined #openstack-meeting02:07
litao__why not mogan?02:07
zhenguolitao__: hah02:07
wanghaohi guys, I'm here02:07
zhenguowanghao: o/02:07
zhenguolitao__: that's also benefet for us, we can use placement to track node resouces later02:08
*** ricolin has joined #openstack-meeting02:08
litao__zhenguo: got it02:08
zhenguolitao: but we are a bit different, as we need to expose nodes to users to manage the node aggregates02:08
*** ekcs has quit IRC02:08
*** jaypipes has joined #openstack-meeting02:09
zhenguoif we move all our node resources to placement, users can't know which node they can add/remove to aggregates02:09
zhenguothat's the gap, otherwise we can just turn to Placement02:09
zhenguook, another thing is still the CLI02:10
zhenguoafter we introduce the node notion to mogan, seems we can't avoid collisions with baremetal node02:11
*** mickeys has quit IRC02:11
zhenguowe recently land the patch to expose node list api to admins, but I'm still not sure how to add it to CLI02:12
*** bkopilov has quit IRC02:12
litao__looks like nova02:12
*** thorst_afk has joined #openstack-meeting02:12
zhenguolike openstack baremetal node list? which is what ironic use02:12
*** thorst_afk has quit IRC02:12
liushenglol02:12
zhenguolitao__: yes, but nova is host aggreagtes, so they can move all resouces tracking to placement02:13
zhenguoopenstack bm node list seems a good alternative to me, wdyt>02:14
litao__yes, nova only exposes host to users02:14
wanghaomaybe openstack mogan node list   hahah02:14
*** yamamoto_ has quit IRC02:14
liushenghow about we don't export "node list" command in mogan02:15
zhenguowanghao: but there are some discussion before, the community disgree to use project name02:15
zhenguoliusheng: if so, how can admins manage node aggregates :D02:15
liushengzhenguo: admin users can just use baremetal node list of ironic, and create node aggregates through mogan02:16
wanghaozhenguo: okay I see02:17
zhenguoliusheng: not sure if it's accepatable02:17
*** yamamoto_ has joined #openstack-meeting02:17
litao__I think use two type API is strange02:18
liushengzhenguo: for OSC perspective, we don't need to care where the baremetal node resource existing02:18
liushengzhenguo: we only need to know there is baremetal node resources in OpenStack02:18
*** hejiawei has joined #openstack-meeting02:18
zhenguoliusheng: yes, but we for mogan we only want to expose available nodes to users, not only a ironic node list02:19
*** diablo_rojo has joined #openstack-meeting02:19
*** unicell has quit IRC02:19
*** unicell has joined #openstack-meeting02:20
*** unicell has quit IRC02:20
liushengzhenguo: even after we exposing nodes of mogan to end user, users only can see the available nodes ?02:20
zhenguoand for cloudboot driver, how could we handle this?02:20
liushengzhenguo: hmm, yes, that need to consider02:21
zhangyangmaybe admin can see all the nodes from different drivers?02:21
zhenguoliusheng: users just need to list the nodes through mogan, they don't need to care about the filters02:21
zhenguoliusheng: as we only save available nodes for mogan which can be provisioned02:21
zhenguozhangyang: yes, but currently, we can't only support one driver in a deployment :D02:22
zhenguos/can't/can02:23
zhenguomaybe we can discuss this later, also have something to discuss during the meeting02:24
zhenguolet's move on02:24
zhangyangzhenguo: yes, didn't see the need of using different drivers in a deployment now02:24
liushengok02:25
litao__we can use different hypervisor type like nova,02:25
zhenguozhangyang: yes02:25
zhenguolitao__: but we only have one engine service, not multi compute service02:25
wanghaomultibackend support need more discuss02:25
zhenguosure02:26
wanghaowe need some feedback from really user.02:26
wanghaoso we can leave it as it is now.02:26
zhenguoyes, but for now, seems not requirement for multi backend02:26
wanghaosure02:26
*** gyee has quit IRC02:27
zhenguothe last thing I want to mention is the reviews02:27
zhenguoContribution into mogan for the last 30 days02:27
zhenguo#link http://stackalytics.com/report/contribution/mogan/3002:27
*** jaypipes has quit IRC02:27
zhenguothe last 30 days we only got 139 reviews02:28
zhenguoonly got 1.4 per core per day02:28
liusheng:(02:29
wanghao:(02:29
zhenguohah, just want to get more reviews from you guys, and also we want got get more core reviewers02:30
litao__lol02:30
zhenguolitao__: glad to see you reviewing my patches :D02:32
litao__zhenguo: my pleasure02:32
liushengsorry absent a  while02:32
zhenguohah02:32
liushengwe really need to improve reviewing02:32
zhenguoliusheng: yes we do02:33
litao__Recently, I found some foreigners committed codes02:34
zhenguowe can slow down a bit the development.02:34
shaohe_fengzhenguo: morning02:34
zhenguolitao__: yes, but just some trival fix02:34
zhenguoshaohe_feng: o/02:34
litao__zhenguo; yes, but a big  progress02:35
zhenguolitao__: hah02:35
zhenguook, not much of announcement, anyone else got a thing here?02:35
wanghaoDo we refresh our task?02:36
*** hongbin has quit IRC02:36
wanghaoany update this week?02:36
*** Sukhdev has joined #openstack-meeting02:36
zhenguowanghao: yes, during next topic02:36
wanghaook02:36
zhenguook, let's move on02:36
zhenguo#topic task tracking02:36
*** openstack changes topic to "task tracking (Meeting topic: mogan)"02:36
zhenguo#links https://etherpad.openstack.org/p/MoganWhiteBoard02:36
*** Rockyg has joined #openstack-meeting02:37
zhenguowe can go through it one by one02:37
*** Rockyg has quit IRC02:37
zhenguofirst is node aggregates, I made a spec for it, need more reviews02:37
zhenguoand the patch to expose nodes to admins is already landed.02:38
wanghaocool02:39
wanghaospec and code we both have02:39
*** Julien-zte has joined #openstack-meeting02:39
zhenguowanghao: hah, just the first patch :D02:39
wanghaozhenguo: good start02:40
wanghaohaha02:40
zhenguolol02:40
zhangyangcool, we still need a little time to finish the aggregate part..02:40
zhenguozhangyang: hope you and liudong can review the spec to see if it meets your requriements02:40
litao__excited02:41
zhangyangzhenguo: liudong added some comment02:41
zhenguozhangyang: ok, will check02:41
zhenguook, next is server groups and scheduler hints02:42
zhenguoliusheng: it's yours02:43
liushengzhenguo: ok, I have uploaded two paches for scheduler hints02:43
liushenghttps://review.openstack.org/#/c/463534/02:44
zhenguoliusheng: yes, I see, seems almost good02:44
liushengfirstly, the patch expose the api that allow users specifying scheduler_hints when creating servers02:44
zhenguohi all, please remember to update the ehterpad, we plan to send out the update every week to present to the whole community02:45
*** unicell has joined #openstack-meeting02:45
liushengand the scheduler hints will be put in to request_spec02:45
*** unicell has quit IRC02:45
liushengand will be passed to scheduler02:45
*** caowei has joined #openstack-meeting02:45
zhenguoliusheng: yes, and the server group patch, maybe you also need to make more time on it, as liudong seems cant get time, but he can help to review02:46
*** liusheng has quit IRC02:46
*** liusheng has joined #openstack-meeting02:46
liushengzhenguo: yeah, sure02:47
zhenguoliusheng: ok, thanks02:47
zhenguonext is adopt servers, wanghao^^02:47
wanghaookay02:47
wanghaothis week I updated the spec according to the comments02:48
zhenguoaha, yes, we will try to do more reviews on this02:48
wanghaoyeah02:48
wanghaoI think we are close02:48
*** hjw_ has joined #openstack-meeting02:49
zhenguowanghao: I also think so, thanks for sticking on this02:49
wanghaoso maybe next week we can prepare to code something.02:49
zhenguosounds cool :D02:49
wanghaozhenguo: haha  happy to02:49
zhenguonext is valence integration02:49
zhenguonot sure if we should place it in high priority section02:50
zhenguoshaohe_feng: wdyt?02:50
shaohe_fengzhenguo: which task02:50
*** jamesmcarthur has joined #openstack-meeting02:50
zhenguoshaohe_feng, luyao, Xinran: I assign it to us02:50
shaohe_fengzhenguo: I have seen it.02:51
zhenguoshaohe_feng: please look at this https://etherpad.openstack.org/p/MoganWhiteBoard02:51
zhenguothe valence related one02:51
shaohe_fengzhenguo: Let me check with yanglin02:51
shaohe_fengfirst02:51
shaohe_fengI should know the valence status.02:52
zhenguoshaohe_feng: ok, so we can leave a not updates to the task this week02:52
shaohe_fengOK.02:52
zhenguoshaohe_feng: we will sent the task report out, so valence guys can also see it02:52
*** hejiawei has quit IRC02:52
shaohe_fengGreat.02:52
zhenguook, seems not much time left02:52
*** slaweq has quit IRC02:53
*** hjw_ has quit IRC02:53
zhenguoevery ower can upade the other tasks on the etherpad,02:53
wanghaoOK  BTW  I move specifying port id patch into this etherpad.02:53
zhenguowanghao: cool, thanks02:53
zhenguowanghao: on my tests, it's almost good02:53
*** hjw_ has joined #openstack-meeting02:54
wanghaozhenguo: thanks02:54
wanghaozhenguo: I'm building my new devstack for mogan02:54
zhenguowanghao: any bad thing happened?02:54
wanghaozhenguo: not yet for now02:54
zhenguowanghao: hah, good luck02:55
*** edmondsw has joined #openstack-meeting02:55
wanghaozhenguo: that will help to test mogan more.02:55
wanghaozhenguo: haha02:55
zhenguowanghao: lol02:55
*** jamesmcarthur has quit IRC02:55
zhenguowanghao: we can discuss later about the weekly report  context, maybe just like ironic's02:55
wanghaozhenguo: sure02:56
zhenguook, let's move on to next topic although there's only 5min left02:56
zhenguo#topic open discussion02:56
*** openstack changes topic to "open discussion (Meeting topic: mogan)"02:56
zhenguowho's got a thing here02:56
*** Xinran has left #openstack-meeting02:57
shaohe_fengno from me.02:57
*** Xinran has joined #openstack-meeting02:57
*** Julien-zte has quit IRC02:57
zhenguohah, ok, if not, we can end the meeting02:58
zhenguothanks y'all02:58
wanghaocool  bye bye02:58
liushengbye02:58
zhenguo#endmeeting02:58
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"02:58
openstackMeeting ended Thu Jun  8 02:58:36 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)02:58
openstackMinutes:        http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-06-08-02.00.html02:58
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-06-08-02.00.txt02:58
openstackLog:            http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-06-08-02.00.log.html02:58
*** edmondsw has quit IRC02:59
*** yamamoto_ has quit IRC03:04
*** mickeys has joined #openstack-meeting03:07
*** Julien-zte has joined #openstack-meeting03:09
*** rfolco has joined #openstack-meeting03:11
*** luyao has quit IRC03:12
*** rfolco has quit IRC03:12
*** mickeys has quit IRC03:12
*** thorst_afk has joined #openstack-meeting03:13
*** luyao has joined #openstack-meeting03:13
*** yamahata has joined #openstack-meeting03:15
*** brucet has joined #openstack-meeting03:15
*** sridharg has joined #openstack-meeting03:15
*** brucet has quit IRC03:16
*** epico has joined #openstack-meeting03:16
*** brucet has joined #openstack-meeting03:16
*** julim has quit IRC03:17
*** sgrasley2 has joined #openstack-meeting03:17
*** dbecker has quit IRC03:18
*** sgrasley1 has quit IRC03:20
*** sgrasley2 is now known as sgrasley103:20
*** dimtruck is now known as zz_dimtruck03:23
*** rfolco has joined #openstack-meeting03:27
*** rfolco has quit IRC03:27
*** hjw_ has quit IRC03:27
*** brucet has quit IRC03:27
*** brucet has joined #openstack-meeting03:28
*** unicell has joined #openstack-meeting03:29
*** bkopilov has joined #openstack-meeting03:32
*** thorst_afk has quit IRC03:32
*** brucet has quit IRC03:33
*** ramineni_ has joined #openstack-meeting03:33
*** links has joined #openstack-meeting03:34
*** dbecker has joined #openstack-meeting03:34
*** brucet has joined #openstack-meeting03:40
*** brucet has quit IRC03:43
*** zhurong has quit IRC03:45
*** brucet has joined #openstack-meeting03:46
*** brucet has quit IRC03:51
*** mickeys has joined #openstack-meeting04:08
*** markstur has joined #openstack-meeting04:12
*** mickeys has quit IRC04:13
*** slaweq has joined #openstack-meeting04:25
*** Julien-zte has quit IRC04:27
*** thorst_afk has joined #openstack-meeting04:29
*** Julien-zte has joined #openstack-meeting04:29
*** LanceHaig has joined #openstack-meeting04:30
*** LanceHaig has quit IRC04:30
*** LanceHaig has joined #openstack-meeting04:30
*** pcaruana has joined #openstack-meeting04:31
*** aselius has quit IRC04:32
*** zhurong has joined #openstack-meeting04:34
*** thorst_afk has quit IRC04:37
*** slaweq has quit IRC04:38
*** salv-orlando has joined #openstack-meeting04:39
*** ramineni_ has quit IRC04:47
*** yamamoto has joined #openstack-meeting04:48
*** reedip is now known as reedip_afk04:54
*** adisky__ has joined #openstack-meeting04:55
*** dpaterson has quit IRC04:56
*** pcaruana has quit IRC04:57
*** mickeys has joined #openstack-meeting05:04
*** dpaterson has joined #openstack-meeting05:05
*** salv-orlando has quit IRC05:05
*** salv-orlando has joined #openstack-meeting05:06
*** aeng has quit IRC05:06
*** ltomasbo|away is now known as ltomasbo05:09
*** prateek has joined #openstack-meeting05:12
*** LanceHaig has quit IRC05:14
*** ricolin_ has joined #openstack-meeting05:15
*** ricolin has quit IRC05:15
*** ricolin_ has quit IRC05:19
*** janki has joined #openstack-meeting05:22
*** ricolin has joined #openstack-meeting05:23
*** aeng has joined #openstack-meeting05:23
*** markstur has quit IRC05:24
*** ricolin has quit IRC05:26
*** claudiub has joined #openstack-meeting05:26
*** ricolin has joined #openstack-meeting05:28
*** ricolin has quit IRC05:32
*** diablo_rojo has quit IRC05:34
*** Sukhdev has quit IRC05:35
*** reedip_afk is now known as reedip05:39
*** trinaths has joined #openstack-meeting05:46
*** LanceHaig has joined #openstack-meeting05:48
*** dpaterson has quit IRC05:50
*** aeng has quit IRC05:51
*** ayogi has joined #openstack-meeting05:56
*** tobberydberg has joined #openstack-meeting05:56
*** noslzzp has joined #openstack-meeting06:00
*** aeng has joined #openstack-meeting06:04
*** armax has quit IRC06:08
*** armax has joined #openstack-meeting06:08
*** armax has quit IRC06:09
*** rcernin has joined #openstack-meeting06:15
*** pahuang has joined #openstack-meeting06:22
*** kevzha01 has quit IRC06:24
*** Julien-zte has quit IRC06:26
*** thorst_afk has joined #openstack-meeting06:29
*** fzdarsky_ is now known as fzdarsky06:29
*** zhurong has quit IRC06:32
*** thorst_afk has quit IRC06:34
*** makowals has joined #openstack-meeting06:35
*** Julien-zte has joined #openstack-meeting06:35
*** rbudden has quit IRC06:44
*** esberglu has joined #openstack-meeting06:49
*** georgk has joined #openstack-meeting06:50
*** dpaterson has joined #openstack-meeting06:51
*** jamesmcarthur has joined #openstack-meeting06:51
*** fzdarsky is now known as fzdarsky|afk06:52
*** ykatabam has quit IRC06:53
*** esberglu has quit IRC06:54
*** jamesmcarthur has quit IRC06:56
*** pcaruana has joined #openstack-meeting06:57
*** dbecker has quit IRC06:58
*** unicell1 has joined #openstack-meeting06:58
*** unicell has quit IRC06:59
*** rossella__ has joined #openstack-meeting07:02
*** Hosam has quit IRC07:03
*** rossella__ has quit IRC07:07
*** bh526r has quit IRC07:08
*** pahuang has quit IRC07:10
*** fzdarsky|afk is now known as fzdarsky07:11
*** tesseract has joined #openstack-meeting07:12
*** rossella__ has joined #openstack-meeting07:19
*** Hosam has joined #openstack-meeting07:20
*** rledisez has left #openstack-meeting07:23
*** ayogi has left #openstack-meeting07:23
*** e0ne has joined #openstack-meeting07:29
*** thorst_afk has joined #openstack-meeting07:30
*** mlakat has joined #openstack-meeting07:32
*** Julien-zte has quit IRC07:34
*** thorst_afk has quit IRC07:35
*** mickeys has quit IRC07:35
*** alexchadin has joined #openstack-meeting07:36
*** LanceHaig has quit IRC07:38
*** mickeys has joined #openstack-meeting07:38
*** gcb has joined #openstack-meeting07:39
*** ykatabam has joined #openstack-meeting07:44
*** zhurong has joined #openstack-meeting07:46
*** radeks has joined #openstack-meeting07:47
*** bkopilov has quit IRC07:47
*** ralonsoh has joined #openstack-meeting07:48
*** ralonsoh has quit IRC07:49
*** oidgar has joined #openstack-meeting07:54
*** ralonsoh has joined #openstack-meeting07:56
*** caowei_ has joined #openstack-meeting07:56
*** LanceHaig has joined #openstack-meeting07:57
*** LanceHaig has joined #openstack-meeting07:57
*** caowei has quit IRC07:59
*** caowei_ is now known as caowei07:59
*** rossella__ has quit IRC08:04
*** e0ne has quit IRC08:04
*** hashar has joined #openstack-meeting08:11
*** phil has joined #openstack-meeting08:12
*** phil is now known as Guest5376108:12
*** zhurong has quit IRC08:13
*** salv-orlando has quit IRC08:13
*** litao__ has quit IRC08:13
*** salv-orlando has joined #openstack-meeting08:14
*** zhurong has joined #openstack-meeting08:15
*** salv-orlando has quit IRC08:17
*** rossella__ has joined #openstack-meeting08:20
*** litao__ has joined #openstack-meeting08:23
*** e0ne has joined #openstack-meeting08:25
*** links has quit IRC08:25
*** mickeys has quit IRC08:25
*** prateek_ has joined #openstack-meeting08:28
*** Julien-zte has joined #openstack-meeting08:29
*** prateek has quit IRC08:30
*** Julien-zte has quit IRC08:30
*** thorst_afk has joined #openstack-meeting08:31
*** Julien-zte has joined #openstack-meeting08:32
*** prateek_ has quit IRC08:32
*** prateek has joined #openstack-meeting08:33
*** prateek has quit IRC08:33
*** prateek has joined #openstack-meeting08:34
*** prateek has quit IRC08:35
*** prateek has joined #openstack-meeting08:35
*** frickler_ is now known as frickler08:36
*** esberglu has joined #openstack-meeting08:37
*** links has joined #openstack-meeting08:38
*** acoles has left #openstack-meeting08:41
*** esberglu has quit IRC08:42
*** prateek has quit IRC08:44
*** salv-orlando has joined #openstack-meeting08:45
*** ramineni_ has joined #openstack-meeting08:45
*** ramineni_ has left #openstack-meeting08:46
*** electrofelix has joined #openstack-meeting08:47
*** thorst_afk has quit IRC08:50
*** LanceHaig has quit IRC08:52
*** yamamoto has quit IRC08:58
*** rossella__ has quit IRC09:02
*** mvpnitesh has joined #openstack-meeting09:08
*** rossella__ has joined #openstack-meeting09:19
*** prateek has joined #openstack-meeting09:25
*** mickeys has joined #openstack-meeting09:26
*** korzen is now known as korzen_09:29
*** Hosam has quit IRC09:29
*** Hosam has joined #openstack-meeting09:30
*** mickeys has quit IRC09:31
*** alexchadin has quit IRC09:31
*** alexchadin has joined #openstack-meeting09:31
*** gongysh has joined #openstack-meeting09:32
*** noslzzp has quit IRC09:33
*** Hosam has quit IRC09:34
*** esberglu has joined #openstack-meeting09:35
*** sambetts|afk is now known as sambetts09:38
*** alexchadin has quit IRC09:40
*** esberglu has quit IRC09:40
*** rwsu has quit IRC09:46
*** thorst_afk has joined #openstack-meeting09:47
*** ykatabam has quit IRC09:48
*** jamesmcarthur has joined #openstack-meeting09:51
*** thorst_afk has quit IRC09:51
*** jamesmcarthur has quit IRC09:55
*** kaisers has quit IRC10:00
*** wanghao has quit IRC10:04
*** dbecker has joined #openstack-meeting10:11
*** sdague has joined #openstack-meeting10:11
*** kaisers has joined #openstack-meeting10:16
*** caowei has quit IRC10:25
*** markvoelker has quit IRC10:27
*** mickeys has joined #openstack-meeting10:27
*** markvoelker has joined #openstack-meeting10:27
*** med_ has quit IRC10:31
*** mickeys has quit IRC10:31
*** med_ has joined #openstack-meeting10:35
*** med_ is now known as Guest7261210:35
*** salv-orlando has quit IRC10:44
*** salv-orlando has joined #openstack-meeting10:44
*** pahuang has joined #openstack-meeting10:48
*** raildo has joined #openstack-meeting10:51
*** jkilpatr has joined #openstack-meeting11:00
*** julim has joined #openstack-meeting11:03
*** kaisers has quit IRC11:06
*** mugsie has quit IRC11:12
*** mugsie has joined #openstack-meeting11:14
*** Julien-zte has quit IRC11:15
*** Hosam has joined #openstack-meeting11:21
*** kaisers has joined #openstack-meeting11:23
*** Hosam_ has joined #openstack-meeting11:25
*** mickeys has joined #openstack-meeting11:28
*** Hosam has quit IRC11:28
*** Hosam has joined #openstack-meeting11:29
*** epico has quit IRC11:32
*** Hosam_ has quit IRC11:32
*** mickeys has quit IRC11:32
*** trinaths has left #openstack-meeting11:32
*** gongysh has quit IRC11:37
*** edmondsw has joined #openstack-meeting11:40
*** mikal has quit IRC11:41
*** mikal has joined #openstack-meeting11:43
*** thorst_afk has joined #openstack-meeting11:46
*** mugsie has quit IRC11:47
*** mugsie has joined #openstack-meeting11:49
*** mugsie has quit IRC11:49
*** mugsie has joined #openstack-meeting11:49
*** abalutoiu has joined #openstack-meeting11:52
*** litao__ has quit IRC11:53
*** hwoarang_ is now known as hwoarang11:56
*** aeng_ has joined #openstack-meeting11:58
*** radeks has quit IRC12:04
*** mriedem has joined #openstack-meeting12:13
*** georgk has left #openstack-meeting12:16
*** radeks has joined #openstack-meeting12:18
*** rbudden has joined #openstack-meeting12:22
*** jamesdenton has joined #openstack-meeting12:22
*** bastafidli has joined #openstack-meeting12:25
*** krtaylor has quit IRC12:25
*** ianychoi has quit IRC12:27
*** ianychoi has joined #openstack-meeting12:28
*** rossella__ has quit IRC12:28
*** mickeys has joined #openstack-meeting12:29
*** julim has quit IRC12:29
*** mickeys has quit IRC12:33
*** zhurong has quit IRC12:36
*** krtaylor has joined #openstack-meeting12:38
*** rfolco has joined #openstack-meeting12:41
*** rossella__ has joined #openstack-meeting12:43
*** ricolin has joined #openstack-meeting12:45
*** pradk has joined #openstack-meeting12:45
*** ansmith has joined #openstack-meeting12:45
*** jroll has left #openstack-meeting12:47
*** lhx_ has joined #openstack-meeting12:49
*** askb has quit IRC12:50
*** Hosam has quit IRC12:51
*** jpich has joined #openstack-meeting12:52
*** Hosam has joined #openstack-meeting12:52
*** yamamoto has joined #openstack-meeting12:55
*** cleong has joined #openstack-meeting12:56
*** Hosam has quit IRC12:56
*** mriedem1 has joined #openstack-meeting12:59
*** mriedem has quit IRC13:00
*** mriedem1 is now known as mriedem13:02
*** bobh has joined #openstack-meeting13:02
*** baoli has joined #openstack-meeting13:02
*** bastafidli has quit IRC13:03
*** bastafidli has joined #openstack-meeting13:03
*** gongysh has joined #openstack-meeting13:03
*** gongysh has quit IRC13:03
ianychoiyep13:04
ianychoi#startmeeting OpenStack I18n Meeting13:04
openstackMeeting started Thu Jun  8 13:04:42 2017 UTC and is due to finish in 60 minutes.  The chair is ianychoi. Information about MeetBot at http://wiki.debian.org/MeetBot.13:04
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:04
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)"13:04
ianychoipahuang, yep13:04
openstackThe meeting name has been set to 'openstack_i18n_meeting'13:04
ianychoi#topic Zanata webinar13:05
*** openstack changes topic to "Zanata webinar (Meeting topic: OpenStack I18n Meeting)"13:05
ianychoipahuang, can I start streaaming then?13:05
pahuangyes i think we can start13:05
aeng_its recorded right?13:06
aeng_not many ppl joined13:06
ianychoiaeng_, sure I am trying13:06
aeng_:)13:06
pahuangit says i need to reconnect. can you still see my screen?13:06
ianychoi#link https://www.youtube.com/watch?v=mVCSAfk4t5413:06
*** esberglu has joined #openstack-meeting13:06
ianychoiThe screen seems in pause13:07
*** pchavva has joined #openstack-meeting13:07
aeng_in youtube?13:07
aeng_screen in youtube is the same...13:07
jpichAh, loading now :)13:08
ianychoiIt should be in live13:08
aeng_ah13:08
aeng_yup13:08
ianychoipahuang, would you reconnect?13:08
aeng_can see desktop13:08
ianychoiGood13:08
ianychoipahuang, would u show your slide then? Voice seems fine13:09
pahuangscreensharing doesn't seem to reconnect13:09
ianychoiOh really..13:09
*** jftalta has joined #openstack-meeting13:09
aeng_we can hear you13:10
jftaltahi all13:10
*** jamesdenton has quit IRC13:10
ianychoiWould u try again pahuang ?13:10
pahuangcan you see the screen move?13:10
aeng_hi jftalta13:10
aeng_now the screen is black13:10
aeng_feel free to start sharing13:10
aeng_""13:10
*** yamamoto has quit IRC13:10
ianychoipahuang, good13:10
aeng_can see now13:10
ianychoijftalta, jpich plz see through https://www.youtube.com/watch?v=mVCSAfk4t5413:11
jpichYep, I am! Working well13:11
ianychoiGreat!13:11
jftaltaI'd like, but I can't :(13:11
ianychoijftalta, I am trying to record it :)13:11
jftaltaI have to attend a kind of crisis meeting...13:12
jftaltaianychoi, ok :)13:13
ianychoiaeng_, from which version supports API for the list of translators?13:13
aeng_4.2.013:13
aeng_ianychoi, list of transaltors of a project?13:13
aeng_that is in 4.013:13
*** yamamoto has joined #openstack-meeting13:14
ianychoiaeng_, aha thank u13:14
jpichGood luck, jftalta13:15
ianychoiWow.. much better user interface13:15
jftaltajpich, thanks a lot13:15
aeng_for next upgrade.. i would say just go for the latest version13:15
*** links has quit IRC13:15
aeng_4.2.1 now13:15
ianychoiAha.. the current fedora25 vm for webinar is 4.2.1?13:16
aeng_yeah13:16
aeng_4.2.113:16
ianychoiI see13:16
aeng_latest13:16
ianychoiGood13:17
ianychoiOne thing I want to ask is that can Zanata admin(s) see the request messges (join to language team)? I think the message is sent to language coordinators through e-mail and the message is not stored in zanata13:19
aeng_yeah.. because we dont want to be another emailing system13:20
aeng_but in the UI, language coordinators and admin can see the request in the language page13:20
ianychoiHaha I see. :)13:20
aeng_there's another ticket which allows admin to see all pending requests all in language list page13:21
aeng_its not implemented yet13:21
ianychoiAha.. yep13:21
aeng_but will help with the request process... if coordinator or admin is ignoring their email13:21
jftaltagoodbye I18N et Zanata guys, I've got to go. See you soon.13:22
ianychoijftalta, see u later!13:22
jftaltas/et/and/13:22
aeng_no problem.. see ya jftalta13:22
*** jftalta has quit IRC13:23
ianychoiWebhook for "Translation milestone" looks so nice!13:24
amotokihi13:26
ianychoiOh JSON file: jpich already supported it :)13:26
ianychoiamotoki, hi!13:26
ianychoiamotoki, FYI: https://www.youtube.com/watch?v=mVCSAfk4t54 (We are seeing it)13:26
amotokiworking well13:27
ianychoigood :)13:27
aeng_for json file, please read http://docs.zanata.org/en/release/user-guide/documents/raw-documents/ and http://okapi.sourceforge.net/Release/Filters/Help/json.htm13:27
*** VW has joined #openstack-meeting13:28
aeng_since there's no standard way for internationalise json file, we have to pick the most general ones13:28
*** mickeys has joined #openstack-meeting13:29
jpichI'll have to look at the details when we upgrade, see if we can simplify our code13:30
*** trinaths has joined #openstack-meeting13:30
*** igordcard has quit IRC13:31
aeng_the best way for translate and maximise the reuse of translation still still po/pot format13:31
*** trinaths has left #openstack-meeting13:31
amotokithe API docs upgrade sounds so nice.13:32
jpichMaybe we'll stick to that then :) we're converting json -> pot then po -> json. Seems to work well enough so far13:32
amotokithe current API docs of Zanata is hard to understand without trying several things in my mind :(13:32
aeng_https://zanata.ci.cloudbees.com/job/zanata-api-site/site/zanata-common-api/rest-api-docs/index.html13:33
aeng_its all listed on resources13:33
amotokiaeng_: for example, if I look at https://zanata.ci.cloudbees.com/job/zanata-api-site/site/zanata-common-api/rest-api-docs/resource_ProjectVersionResource.html13:33
amotokiaeng_: I cannot know what values are allowed for projectSlug or versionSlug. How can we know them?13:34
*** igordcard has joined #openstack-meeting13:34
aeng_ah13:34
*** awaugama has joined #openstack-meeting13:34
aeng_perhaps the explaination is not detailed enough13:34
aeng_projectSlugpathProject identifier13:34
amotokiin case of projectSlug or versionSlug, it can be predictable but in some case it is difficult13:34
*** mickeys has quit IRC13:34
ianychoipahuang, great! Thanks a lot for your presentation13:35
aeng_yeah, perhaps we can put more information on the expected fields13:35
pahuangmy pleasure13:35
amotokiiterationSlug is most difficult one to me :(13:35
ianychoipahuang, let's wait for several minutes13:35
aeng_amotoki, if you have any issue, feel free to send us email13:35
amotokiaeng_: sure.13:35
aeng_thanks pahuang, wonderful presentation13:36
amotokiit is just my experience when I worked on Zanata API as part of openstack-i18n tool13:36
aeng_i agree our doc is not the easiest to use13:36
ianychoipahuang, What are the actual shortcut keys for approving/rejecting reviews?13:36
ianychoiFor example, Ctrl+A?13:36
pahuangctrl+shift+a?13:37
pahuangit13:37
pahuangit's in the shortcut cheatsheet13:37
ianychoiAnd.. would it be so easy to test Zanata with the docker image provided in Zanata homepage?13:37
ianychoiAha13:37
aeng_Ctrl+shift+a = approve13:37
aeng_Ctrl+shift+R = reject13:37
ianychoiOh good :)13:38
amotokifor shortcuts, Ctrl-S is sometimes confusing. it creates fuzzy string, but sometimes users expects to save strings as translated by Ctrl-S13:38
pahuangyes i am running docker in my demo13:38
aeng_yes, docker image is the way to go13:38
aeng_even for dev13:38
*** asselin_ has joined #openstack-meeting13:38
ianychoiWould you recommend me for the guide with Docker image?13:38
pahuangctrl s is use by browser by default. so we try not to steal browser shortcuts13:38
aeng_ianychoi, to test the docker?13:39
ianychoiaeng_, yep13:39
pahuangianychoi, we have a dockerhub image. but i think we haven't had an automated way to publish it continuously.13:39
aeng_the readme should be sufficient13:39
amotokiI see 'Save as Fuzzy (Ctrl+S)' in the current openstack zanata instance. this is what i mean.13:40
*** prateek has quit IRC13:40
ianychoiAha.. I see thank you13:40
amotoki(i am using Mac OSX)13:40
*** asselin has quit IRC13:40
aeng_keyboard shortcut is a tricky business.. :)13:40
amotokiit may be different on Linux or windows env.13:40
amotokiit is really tricky :)13:41
ianychoiHaha... mac is Cmd not Ctrl13:41
pahuangah right. yes ctrl+s will save as fuzzy. well i forgot to show the new editor we are continuing working on. it will have different shortcuts. hopefully soon it will replace the current editor13:41
ianychoiLet's close the streaming. Thank you so much pahuang !13:42
amotokiWhen I see fuzzy strings in Japanese transaltion and asked the authors several times, they said 'ah... i pressed ctrl-s. I didn't intend to save it as fuzzy'13:42
*** asselin__ has joined #openstack-meeting13:42
amotokithank you!13:42
pahuangctrl enter will save as translated and move to next row. i would recommend using that ;)13:43
ianychoiYep :)13:43
ianychoi#topic open discussion13:44
*** openstack changes topic to "open discussion (Meeting topic: OpenStack I18n Meeting)"13:44
ianychoiActually now I have several topics but I mainly focused on such webinar today, I want to move on open discussions13:44
*** asselin_ has quit IRC13:45
ianychoiamotoki, not considering user survey translation with ATC status is just my proposal - since someone might think that ATC status would be valid only to upstream projects13:45
ianychoiamotoki, but I don't have a strong opinion on this.13:45
*** mvpnitesh has quit IRC13:46
amotokiianychoi: this is just my question.13:46
amotokiianychoi: I agree that we need to clarify what projects are considered as ATC.13:46
amotokiianychoi: user survey may be categorized into AUC? I am not sure the foundation related works like user survey are categorized into what category?13:47
amotokiif we apply a new criteria, it should start in the next cycle.13:48
ianychoiamotoki, I think there may be two options on that 1) considering user survey translations with ATC status and 2) enumerating credits (who contributed to user survey translations) on somethere 3) AUC - oh I have not thought with such things just I am adding it by seeing your message13:48
ianychoiamotoki, +1 starting from the next cycle13:48
*** fnaval_ has joined #openstack-meeting13:49
amotokiianychoi: yeah, there are several options.13:49
amotokii didn't think your idea so far. That's good point13:49
ianychoiaeng_, pahuang - thanks a lot. My final question might be: are you considering newer version of Java (e.g., Java 9) and Wildfly 11 later?13:49
aeng_java 9, dont think we will move to that anytime soon13:50
aeng_we on wildfly 10 now....13:50
aeng_and 11 is still in alpha13:50
aeng_so not for now13:51
pahuangnot at the moment. i think we won't do major platform upgrade in a while13:51
ianychoiaeng_, thanks a lot. Just plz share it later if you have such plans... :) Unfortunately I have no time to upgrade it now but I think it would be much nice to see all with infra team during Sydney Summit and discuss upgrade13:51
aeng_yeah13:51
aeng_we might want to discuss about upgrade to 4.X13:52
*** fnaval has quit IRC13:52
*** chenying has quit IRC13:52
*** chenying has joined #openstack-meeting13:53
*** igordcard has quit IRC13:54
*** ianychoi_ has joined #openstack-meeting13:54
aeng_Alright guys. I need to go now. Good night from AUS13:55
*** igordcard has joined #openstack-meeting13:55
amotokii have another type of question. is there any ongoing effort to create python client side API bindings?13:55
aeng_amotoki, the pyhton client is maintained by community13:55
ianychoi_Oh this channel :)13:55
ianychoi_aeng_, have a good night!13:55
ianychoi_aeng_, would u share the url for such python client?13:55
aeng_feel free to contribute towards it13:55
aeng_https://github.com/zanata/zanata-python-client13:56
aeng_it is not as up to date as our supported client13:56
aeng_we still recommend to use zanata-cli which will be always up to date with the server13:56
*** ianychoi has quit IRC13:57
*** ianychoi_ is now known as ianychoi13:57
amotokithanks, but it might be a CLI implementation, not SDK13:57
amotokianyway i will check it later13:57
aeng_alright. Let us know if you have any other question13:57
aeng_Good night guys :013:57
*** jamesmcarthur has joined #openstack-meeting13:57
*** igordcard has quit IRC13:57
ianychoiGood night!13:57
amotokigood night :)13:57
aeng_and thanks pahuang :)13:57
amotokipahuang: thanks a lot13:58
pahuangnp13:58
*** aeng_ has quit IRC13:58
ianychoipahuang, so great webinar today :)13:58
*** igordcard has joined #openstack-meeting13:58
*** dane_ has joined #openstack-meeting13:58
pahuangthanks13:58
pahuangi also need to leave now. any more questions?13:59
*** jamesdenton has joined #openstack-meeting13:59
ianychoiIt's already 14:00 UTC13:59
ianychoiThanks a lot for attending today13:59
ianychoiLet's close today IRC meeting13:59
ianychoi#endmeeting13:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"13:59
openstackMeeting ended Thu Jun  8 13:59:57 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-06-08-13.04.html14:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-06-08-13.04.txt14:00
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-06-08-13.04.log.html14:00
ianychoipahuang, again, thanks a lot today!14:00
pahuangmy pleasure. bye guys14:00
*** pahuang has quit IRC14:00
*** krtaylor has quit IRC14:01
*** igordcard has quit IRC14:01
*** igordcard has joined #openstack-meeting14:02
*** galstrom_zzz is now known as galstrom14:03
*** zz_dimtruck is now known as dimtruck14:03
*** spzala has joined #openstack-meeting14:04
*** mtanino has joined #openstack-meeting14:06
*** spzala has quit IRC14:10
*** jamesdenton has quit IRC14:12
*** lbragstad has joined #openstack-meeting14:14
*** eharney has joined #openstack-meeting14:16
*** mvpnitesh has joined #openstack-meeting14:18
*** felipemonteiro_ has joined #openstack-meeting14:18
*** jamesdenton has joined #openstack-meeting14:26
*** awaugama_ has joined #openstack-meeting14:27
*** diablo_rojo has joined #openstack-meeting14:27
*** hieulq_ has joined #openstack-meeting14:29
*** awaugama has quit IRC14:29
*** Julien-zte has joined #openstack-meeting14:29
*** felipemonteiro__ has joined #openstack-meeting14:30
*** mickeys has joined #openstack-meeting14:30
*** bobh has quit IRC14:31
*** felipemonteiro_ has quit IRC14:34
*** jprovazn has joined #openstack-meeting14:34
*** jamesdenton has quit IRC14:35
*** mickeys has quit IRC14:36
*** claudiub has quit IRC14:43
*** salv-orl_ has joined #openstack-meeting14:44
*** aselius has joined #openstack-meeting14:46
*** tobberydberg has quit IRC14:46
*** salv-orlando has quit IRC14:47
*** armax has joined #openstack-meeting14:47
*** fzdarsky is now known as fzdarsky|afk14:49
*** janki has quit IRC14:49
*** hongbin has joined #openstack-meeting14:50
*** abalutoiu has quit IRC14:53
*** spzala has joined #openstack-meeting14:54
*** jaypipes has joined #openstack-meeting14:54
*** oidgar has quit IRC14:58
*** bobmel has quit IRC14:58
*** markstur has joined #openstack-meeting14:58
*** fnaval_ has quit IRC15:01
*** galstrom is now known as galstrom_zzz15:03
*** rhochmuth has joined #openstack-meeting15:07
*** lbragstad has quit IRC15:08
*** awaugama_ has quit IRC15:08
*** yamahata has quit IRC15:11
*** slaweq has joined #openstack-meeting15:11
*** awaugama has joined #openstack-meeting15:15
*** rcernin has quit IRC15:16
*** galstrom_zzz is now known as galstrom15:16
*** hashar has quit IRC15:17
*** stanchan has joined #openstack-meeting15:17
*** fnaval has joined #openstack-meeting15:18
*** Guest53761 has quit IRC15:24
*** bastafidli has quit IRC15:25
*** fzdarsky|afk is now known as fzdarsky15:26
*** yamamoto has quit IRC15:30
*** mickeys has joined #openstack-meeting15:33
*** makowals has quit IRC15:34
*** yamamoto has joined #openstack-meeting15:35
*** makowals has joined #openstack-meeting15:35
*** bobh has joined #openstack-meeting15:35
*** bzhao_ has joined #openstack-meeting15:35
*** jgriffith_ is now known as jgriffith15:36
*** mickeys has quit IRC15:37
*** bobh has quit IRC15:37
*** bobh has joined #openstack-meeting15:37
*** yamamoto has quit IRC15:39
*** dbecker has quit IRC15:39
*** annabelleB has joined #openstack-meeting15:39
*** cloudrancher has quit IRC15:39
*** armax has quit IRC15:40
*** chyka has joined #openstack-meeting15:40
*** cloudrancher has joined #openstack-meeting15:40
*** gyee has joined #openstack-meeting15:42
*** mvpnitesh has quit IRC15:42
*** slaweq has quit IRC15:43
*** VW has quit IRC15:46
*** VW has joined #openstack-meeting15:47
*** rwsu has joined #openstack-meeting15:48
*** e0ne has quit IRC15:48
*** Julien-zte has quit IRC15:49
*** Julien-zte has joined #openstack-meeting15:51
*** Julien-zte has quit IRC15:51
*** clayton has quit IRC15:51
*** Apoorva has joined #openstack-meeting15:52
*** Apoorva has quit IRC15:52
*** mlakat has quit IRC15:54
*** clayton has joined #openstack-meeting15:54
*** tobberydberg has joined #openstack-meeting15:55
*** mickeys has joined #openstack-meeting15:56
*** eharney has quit IRC15:57
*** lbragstad has joined #openstack-meeting15:57
*** gyee has quit IRC15:58
*** tobberydberg has quit IRC15:59
*** Swanson has quit IRC16:00
*** Apoorva has joined #openstack-meeting16:01
*** oidgar has joined #openstack-meeting16:01
*** reedip_ has joined #openstack-meeting16:06
*** jamesmcarthur has quit IRC16:06
*** jamesmcarthur has joined #openstack-meeting16:08
*** eharney has joined #openstack-meeting16:08
*** gyee has joined #openstack-meeting16:16
*** jamesdenton has joined #openstack-meeting16:17
*** iyamahat has joined #openstack-meeting16:22
*** slaweq has joined #openstack-meeting16:27
*** raildo has quit IRC16:28
*** jpich has quit IRC16:29
*** galstrom is now known as galstrom_zzz16:29
*** tesseract has quit IRC16:32
*** jkilpatr_ has joined #openstack-meeting16:33
*** jamesmcarthur has quit IRC16:33
*** jamesmcarthur has joined #openstack-meeting16:34
*** jkilpatr has quit IRC16:36
*** jamesmcarthur has quit IRC16:36
*** yamamoto has joined #openstack-meeting16:37
*** jamesmcarthur has joined #openstack-meeting16:37
*** raildo has joined #openstack-meeting16:39
*** raildo has quit IRC16:42
*** raildo has joined #openstack-meeting16:42
*** armax has joined #openstack-meeting16:43
*** yamamoto has quit IRC16:43
*** clayton has quit IRC16:43
*** clayton has joined #openstack-meeting16:46
*** galstrom_zzz is now known as galstrom16:47
*** iyamahat has quit IRC16:48
*** fnaval has quit IRC16:49
*** bobmel has joined #openstack-meeting16:52
*** armstrong has joined #openstack-meeting16:52
*** dustins has joined #openstack-meeting16:55
*** lwanderley has joined #openstack-meeting16:55
*** chandankumar has joined #openstack-meeting16:56
*** lhx_ has quit IRC16:56
*** bobmel_ has joined #openstack-meeting16:56
*** bobmel has quit IRC16:57
*** unicell1 has quit IRC16:58
*** unicell has joined #openstack-meeting16:58
*** sambetts is now known as sambetts|afk16:58
*** rderose has joined #openstack-meeting16:59
*** iyamahat has joined #openstack-meeting17:00
*** pcaruana has quit IRC17:00
andreaf#startmeeting qa17:00
openstackMeeting started Thu Jun  8 17:00:29 2017 UTC and is due to finish in 60 minutes.  The chair is andreaf. Information about MeetBot at http://wiki.debian.org/MeetBot.17:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:00
*** openstack changes topic to " (Meeting topic: qa)"17:00
openstackThe meeting name has been set to 'qa'17:00
andreaf#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_Jun_8th_2017_.281700_UTC.29 Today's agenda17:00
andreafwho's here for the meeting today?17:01
*** blancos has joined #openstack-meeting17:01
hogepodgeo/17:01
felipemonteiro__o/17:01
blancoso/17:01
dustins\o17:01
raildoo/17:02
chandankumar\o/17:02
andreafnice we have a good attendance today :)17:02
*** annabelleB has quit IRC17:03
andreafok let's start17:03
*** oidgar has quit IRC17:03
*** ralonsoh has quit IRC17:03
andreafI just wanted to mention again that zhufl joined tempest core - welcome to the team!17:03
*** raissa has joined #openstack-meeting17:03
andreaf#topic Meeting time17:03
*** openstack changes topic to "Meeting time (Meeting topic: qa)"17:04
andreafabout the meeting I created a patch in irc-meetings to move the 9:00 UTC one to 8:00 UTC, mostly to help folks in APAC17:04
*** cloudrancher has quit IRC17:04
*** baoli has quit IRC17:04
andreafNext week will be the first meeting on the new time17:04
andreafno change to this meeting at 17:00 UTC17:05
andreaf#topic Previous Meeting Action review17:05
*** baoli has joined #openstack-meeting17:05
*** openstack changes topic to "Previous Meeting Action review (Meeting topic: qa)"17:05
chandankumarandreaf: new timing is going to early for me in afternoon :-)17:05
*** cloudrancher has joined #openstack-meeting17:05
andreafchandankumar: hopefully that helps ^_^17:06
*** lwanderley has quit IRC17:06
andreafThe only action item from last meeting was to try and setup a rota for the categorization work on the recheck page17:07
*** rderose has quit IRC17:07
andreafI haven'd done that yet, so I will set an action again17:07
andreaf#action andreaf send an email about classification rota and mentoring17:07
*** lwanderley has joined #openstack-meeting17:08
andreaf#topic PTG17:08
*** openstack changes topic to "PTG (Meeting topic: qa)"17:08
andreafFor the PTG it's still some time to go, but I think the structure is pretty much going to be now to what Thierry proposed17:09
andreafIf you see something does not work for you with the current plan please speak now, later it will become more and more difficult to change things17:09
dustinsRemind me, what are the dates for the PTG?17:10
andreafSept 11 to 15 I believe?17:10
andreafin Denver17:10
*** radeks has quit IRC17:11
*** raildo has quit IRC17:11
andreafit's going to be 2 + 3, the initial 2 days for working groups and help rooms for horizontal teams17:11
*** blancos_ has joined #openstack-meeting17:11
andreaf3 days for project dedicated spaces, including QA17:11
dustinsandreaf: Awesome, thanks!17:12
andreafdustins: will you be there?17:12
*** annabelleB has joined #openstack-meeting17:12
dustinsI believe Manila is not attending the PTG, in favor of a virtual one this time around17:12
dustinsAnd the possibility of doing design sessions at the Summits in the future17:12
*** lwanderley has quit IRC17:12
dustinsSo I honestly don't know17:13
andreafok17:13
chandankumarsame here.17:13
*** blancos_ has quit IRC17:13
andreafdesign sessions at the summit sounds like the old model17:13
chandankumarandreaf: but i will let you know my status in advance. :-)17:14
*** annabelleB has quit IRC17:14
dustinsandreaf: Yeah... There are some good reasons, the big ones being overlap with Cinder sessions and including more of our APAC contributors17:14
*** ltomasbo is now known as ltomasbo|away17:14
andreafheh right makes sense17:14
dustinsStill kinda feels like going rogue, but at least there's a good reasoning :)17:15
andreafdustins: it's not so easy to get to Denver from outside the US I guess - it's going to take me to layovers to get there17:15
*** sridharg has quit IRC17:15
dustinsandreaf: Yeah, that's a haul for sure17:16
*** ericyoung has quit IRC17:16
andreafok moving on17:16
*** lwanderley has joined #openstack-meeting17:16
*** raildo has joined #openstack-meeting17:16
andreaf#topic Gate stability17:16
*** openstack changes topic to "Gate stability (Meeting topic: qa)"17:16
andreafA couple of weeks ago the categorization rate was really low as clarkb pointed out - it's a bit better now but still below 50% for gate-tempest-dsvm-neutron-full-ubuntu-xenial17:17
andreafSo that's something we need to get better at - I have to send out an email for that (see action point)17:18
andreafOtherwise I'm not aware of any major issue going on right now17:18
clarkbI've been throwing patches at it. I think mriedem and sdague too which has helped17:19
andreafclarkb, mriedem, sdague: thanks!17:20
andreafclarkb: e-r patches?17:20
clarkbyes17:20
clarkbthere have also been a few bugs that caused a bunch of gate fails that got fixed quickly (libssl-dev and a nova thing) that aren't being tracked properly IO don't think17:21
*** lwanderley has quit IRC17:21
andreaf#link https://review.openstack.org/#/c/471304/ sdague has a patch up to add a script to e-r to create a boiler plate for new bugs that looks handy to me17:21
*** lwanderley has joined #openstack-meeting17:22
andreaf#link https://goo.gl/ptPgEw Gate failure rate17:22
andreafclarkb: there were a couple of spikes in the rolling avg, I guess the bugs you mentioned17:23
*** annabelleB has joined #openstack-meeting17:23
*** baoli has quit IRC17:23
andreafok anything else on gate stability?17:24
*** baoli has joined #openstack-meeting17:24
andreaf#topic Spec reviews17:24
*** openstack changes topic to "Spec reviews (Meeting topic: qa)"17:24
*** fzdarsky is now known as fzdarsky|afk17:24
andreaf#link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z open specs17:24
*** baoli has quit IRC17:25
*** iyamahat has quit IRC17:25
andreafI don't have anything specific on specs17:25
andreafok I guess next topic17:26
andreaf#topic Tempest17:26
*** openstack changes topic to "Tempest (Meeting topic: qa)"17:26
andreaf#link https://review.openstack.org/#/q/project:openstack/tempest+status:open Open Patches17:26
andreafAnything on Tempest anyone?17:27
*** cdub has joined #openstack-meeting17:27
felipemonteiro__minor question i was wondering whether test_change_admin_password is run anywhere, couldn't find a gate that didn't skip it17:27
*** amotoki is now known as amotoki_away17:28
andreaffelipemonteiro__: not sure, I think it may require xen to work17:28
andreaffelipemonteiro__: we can check in openstack-health17:28
*** annabelleB has quit IRC17:29
felipemonteiro__k ill do that, thanks17:29
andreafok I don't have anything specific on Tempest this week, so let's move on17:30
andreaf#topic Patrole17:31
*** openstack changes topic to "Patrole (Meeting topic: qa)"17:31
andreafThere are a few points here from you felipemonteiro__ - the floor is yours17:31
felipemonteiro__few questions were reserved for gmann, i'll skip those.17:31
felipemonteiro__was wondering qa's thoughts on backwards-compatible gates, i.e. for n-1 n-2 in patrole17:32
*** annabelleB has joined #openstack-meeting17:32
felipemonteiro__which is what tempest currently does with its newton and ocata gates17:33
andreaffelipemonteiro__: I think it would be good to have17:33
*** baoli has joined #openstack-meeting17:34
andreaffelipemonteiro__: it might be a pain for the work policy in code, but it will help discover deviations in behaviour17:34
andreaffelipemonteiro__: Patrole is branchless right?17:34
felipemonteiro__andreaf: yes our 0.1.0 release is just a tag, not a branch17:35
*** amotoki_away is now known as amotoki17:35
andreaffelipemonteiro__: so from my POV setting up those gates is the right thing to do17:35
felipemonteiro__andreaf: regarding the n-1/n-2 gates, those were my thoughts, though it'd require a bit of research from our own to see how much policy has changed (i don't mean policy in code, just policy definitions/naming)17:36
felipemonteiro__which i don't *think* has been too much17:37
andreaffelipemonteiro__: right, well since patrole did not run on older release you may want to introduce those gates incrementally i.e. as soon as we start working on Queens setup the N-1 and when Rocky starts setup N-217:38
andreaffelipemonteiro__: but if it works as is I think it's fine to introduce them both now17:38
felipemonteiro__andreaf: my management would prefer now just because they want to run patrole master against newton release, but wanted your input first17:39
*** hieulq_ has quit IRC17:39
*** hieulq_ has joined #openstack-meeting17:39
*** hieulq_ has quit IRC17:40
andreaffelipemonteiro__: well if it works as is I guess it will be fine, but you'll need to discuss this with the stable maintenance team as well since it would require adding the patrole job to stable/ocata and stable/newton17:40
andreafotherwise changes there might break patrole gate17:40
*** jamesmcarthur has quit IRC17:40
andreafunlikely as it is, I think it would be the right thing to do17:40
andreaffelipemonteiro__: ^^^17:40
felipemonteiro__andreaf: i see, thanks we'll look into that.17:41
*** ricolin has quit IRC17:41
felipemonteiro__that's it from me, other items were targetted at ken'ichi/gmann but they're not here this week17:41
andreaffelipemonteiro__: oh wait, Patrole tests run only in Tempest gate for now, right?17:41
andreafheh gmann will never be in the 17UTC meeting :)17:42
felipemonteiro__andreaf: you alluding to symmetric testing? they only run in our repo right now17:42
felipemonteiro__oh, i see17:42
andreaffelipemonteiro__: right thst's what I meant17:43
andreaffelipemonteiro__: so you will not necessarily need gates on stable branches17:43
andreaffelipemonteiro__: however if something does not work as is you'll have to make a good case to get things changed in Newton :)17:44
felipemonteiro__andreaf: thanks for the information, your other plan of incrementally introducing it in the future might be a better alternative, we'll have to do some research17:45
*** jamesdenton has quit IRC17:45
felipemonteiro__i did add a nova spec for patrole gating targetted at queens release, i'll see how that goes17:45
*** bzhao_ has quit IRC17:45
andreaf#link https://review.openstack.org/#/c/471145/ Nova spec for policy testing17:45
andreaffelipemonteiro__: cool thanks17:46
andreafok moving on17:46
andreaf#topic outreachy17:46
*** openstack changes topic to "outreachy (Meeting topic: qa)"17:46
raildoit will be a quickly one :)17:46
raildoso, I would like to introduce you folks, lwanderley, she is an intern in the outreachy cycle: https://wiki.gnome.org/Outreachy/2017/MayAugust#Accepted_Participants17:47
raildo#link https://wiki.gnome.org/Outreachy/2017/MayAugust#Accepted_Participants17:47
lwanderleyhi, everyone :D17:47
andreafwelcome lwanderley!17:47
raildoand I'm and rodrigods( I think you know him, more than me :P) will be her mentors17:47
*** neil__ has quit IRC17:48
raildoso the idea is to having a new job to test keystone with LDAP support17:48
raildowe already have some functional tests for this case, but we need to fix a couple of things on devstack support for LDAP and creating this job17:48
raildoso, she might be around the #openstack-qa asking for helping some times :)17:49
raildothat's it17:50
andreafwe have folks in a lot of different time-zones, so we should be able to help in the openstack-qa channel :)17:50
raildo++17:51
andreafdevstack folks are mostly in the US so that should be a good fit17:51
lwanderleythat's great17:51
raildoandreaf, yeah, it's closer to our time zone, so it will be great for us17:51
andreafok, about 8 minutes left in the meeting17:52
andreafmoving to the last few topics17:53
andreaf#topic Critical reviews17:53
*** openstack changes topic to "Critical reviews (Meeting topic: qa)"17:53
andreafany review that requires urgent attention?17:53
andreaf#topic Open Discussion17:54
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"17:54
andreafok I'll give you back five minutes of your life ^_^17:56
andreafthanks for joining the meeting today17:56
felipemonteiro__ty17:56
andreaf#endmeeting17:56
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"17:56
openstackMeeting ended Thu Jun  8 17:56:20 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:56
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-06-08-17.00.html17:56
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-06-08-17.00.txt17:56
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-06-08-17.00.log.html17:56
*** blancos has left #openstack-meeting17:56
*** jbadiapa_ has joined #openstack-meeting17:56
*** jbadiapa has quit IRC17:59
*** ekcs__ has quit IRC18:00
*** unicell has quit IRC18:02
*** raildo has quit IRC18:03
*** ekcs has joined #openstack-meeting18:05
*** jkilpatr_ has quit IRC18:08
*** bobmel_ has quit IRC18:09
*** julim has joined #openstack-meeting18:09
*** vishnoianil has quit IRC18:10
*** reedip_ has quit IRC18:10
*** jamesdenton has joined #openstack-meeting18:10
*** pewp has quit IRC18:10
*** pewp has joined #openstack-meeting18:12
*** raildo has joined #openstack-meeting18:12
*** fnaval has joined #openstack-meeting18:15
*** jkilpatr has joined #openstack-meeting18:15
*** Sukhdev has joined #openstack-meeting18:16
*** _alastor__ has quit IRC18:17
*** tobberydberg has joined #openstack-meeting18:22
*** julim has quit IRC18:22
*** electrofelix has quit IRC18:25
*** salv-orl_ has quit IRC18:25
*** salv-orlando has joined #openstack-meeting18:26
*** spzala has quit IRC18:29
*** spzala has joined #openstack-meeting18:29
*** _alastor__ has joined #openstack-meeting18:30
*** salv-orlando has quit IRC18:30
*** dustins has quit IRC18:33
*** dustins has joined #openstack-meeting18:33
*** spzala has quit IRC18:33
*** jamesdenton has quit IRC18:34
*** jamesdenton has joined #openstack-meeting18:35
*** iyamahat has joined #openstack-meeting18:38
*** diablo_rojo has quit IRC18:38
*** julim has joined #openstack-meeting18:43
*** iyamahat has quit IRC18:43
*** tobberydberg has quit IRC18:45
*** julim has quit IRC18:46
*** lwanderley has quit IRC18:47
*** spzala has joined #openstack-meeting18:53
*** rbak_ has quit IRC18:53
*** mrmartin has quit IRC18:54
*** mrmartin has joined #openstack-meeting18:54
*** amotoki is now known as amotoki_away18:55
*** iyamahat has joined #openstack-meeting18:56
*** eharney has quit IRC18:58
*** jamesmcarthur has joined #openstack-meeting18:59
*** jamesmcarthur has quit IRC19:00
*** tobberydberg has joined #openstack-meeting19:00
*** jamesmcarthur has joined #openstack-meeting19:00
*** raildo has quit IRC19:03
*** raildo has joined #openstack-meeting19:03
*** diablo_rojo has joined #openstack-meeting19:05
*** bobmel has joined #openstack-meeting19:06
*** unicell has joined #openstack-meeting19:10
*** vishnoianil has joined #openstack-meeting19:11
*** pewp has quit IRC19:13
*** e0ne has joined #openstack-meeting19:14
*** e0ne has quit IRC19:17
*** yamahata has joined #openstack-meeting19:17
*** pewp has joined #openstack-meeting19:17
*** andreas-f has joined #openstack-meeting19:23
*** zaneb has quit IRC19:24
*** bobh has quit IRC19:24
*** awaugama has quit IRC19:31
*** e0ne has joined #openstack-meeting19:36
*** zaneb has joined #openstack-meeting19:38
*** pradk has quit IRC19:38
*** haleyb_ has joined #openstack-meeting19:42
*** claudiub has joined #openstack-meeting19:44
*** yamahata has quit IRC19:44
*** iyamahat_ has joined #openstack-meeting19:44
*** asselin__ has quit IRC19:46
*** iyamahat has quit IRC19:47
*** jamesmcarthur has quit IRC19:47
*** iyamahat__ has joined #openstack-meeting19:47
*** jaypipes has quit IRC19:48
*** rossella__ has quit IRC19:50
*** jamesmcarthur has joined #openstack-meeting19:51
*** iyamahat_ has quit IRC19:51
*** bobh has joined #openstack-meeting19:51
*** jamesmcarthur has quit IRC19:51
*** bobh has quit IRC19:52
*** jkilpatr has quit IRC19:56
*** salv-orlando has joined #openstack-meeting19:57
*** jprovazn has quit IRC19:58
*** annabelleB has quit IRC20:03
*** jamesmcarthur has joined #openstack-meeting20:03
*** pchavva has quit IRC20:04
*** harlowja has quit IRC20:08
*** annabelleB has joined #openstack-meeting20:09
*** jkilpatr has joined #openstack-meeting20:14
*** annabelleB has quit IRC20:14
*** jkilpatr has quit IRC20:14
*** pchavva has joined #openstack-meeting20:17
*** annabelleB has joined #openstack-meeting20:17
*** rhochmuth has quit IRC20:18
*** e0ne has quit IRC20:30
*** armstrong has quit IRC20:32
*** Apoorva_ has joined #openstack-meeting20:33
*** cleong has quit IRC20:33
*** mrmartin has quit IRC20:35
*** Apoorva has quit IRC20:36
*** mrmartin has joined #openstack-meeting20:38
*** pradk has joined #openstack-meeting20:40
*** Apoorva_ has quit IRC20:41
*** tobberydberg has quit IRC20:41
*** Apoorva has joined #openstack-meeting20:41
*** jamesdenton has quit IRC20:42
*** raildo has quit IRC20:44
*** salv-orl_ has joined #openstack-meeting20:44
*** pchavva has quit IRC20:47
*** salv-orlando has quit IRC20:47
*** kbyrne has quit IRC20:48
*** ansmith has quit IRC20:48
*** kbyrne has joined #openstack-meeting20:50
*** slaweq has quit IRC20:52
*** VW has quit IRC20:53
*** VW_ has joined #openstack-meeting20:53
*** slaweq has joined #openstack-meeting20:53
*** takashin has joined #openstack-meeting20:54
*** cdent has joined #openstack-meeting20:57
*** slaweq has quit IRC20:58
*** Apoorva_ has joined #openstack-meeting20:59
*** iyamahat__ has quit IRC20:59
mriedem#startmeeting nova21:00
openstackMeeting started Thu Jun  8 21:00:07 2017 UTC and is due to finish in 60 minutes.  The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot.21:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.21:00
*** openstack changes topic to " (Meeting topic: nova)"21:00
*** dtp_ has joined #openstack-meeting21:00
openstackThe meeting name has been set to 'nova'21:00
dansmitho/21:00
takashino/21:00
gibio/21:00
lbragstado/21:00
melwitto/21:00
dtp_oo21:00
mikal.21:00
cdento/21:00
edleafe\o21:01
efried /o\21:01
mriedemalright let's get started21:01
mriedem#link agenda https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting21:01
mriedem#topic release news21:01
*** openstack changes topic to "release news (Meeting topic: nova)"21:01
mriedem#link Pike release schedule: https://wiki.openstack.org/wiki/Nova/Pike_Release_Schedule21:01
mriedem#info Today is the pike-2 milestone21:02
mriedemi just posted the p-2 tag release request https://review.openstack.org/#/c/472409/21:02
* bauzas waves latey21:02
mriedemwhich i know bauzas has been fretting over21:02
*** Apoorva has quit IRC21:02
*** thorst_afk has quit IRC21:02
bauzasheh21:02
mriedem#info next upcoming important date: Jul 20: non-client library (oslo, os-vif, os-brick, os-win, os-traits, etc) release freeze21:02
mriedemwith feature freeze the week after that21:03
*** raissa has left #openstack-meeting21:03
mriedemso we've got about 6 weeks left21:03
mriedem#info Blueprints: 74 targeted, 69 approved, 18 completed, 4 not started21:03
mriedemwe're approving a couple of blueprints per week at this rate21:03
mriedemthe smaller ones21:03
mriedem#info Blueprints which are blocked, not started or do not have an owner  after the p-2 milestone will likely be deferred to Queens.21:03
mriedemquestions about the release?21:04
mriedem#topic bugs21:04
*** openstack changes topic to "bugs (Meeting topic: nova)"21:04
mriedemnothing listed as critical21:04
mriedem#help Need help with bug triage; there are 79 (down 14 from last week) new untriaged bugs as of today (June 8).21:04
*** thorst_afk has joined #openstack-meeting21:04
mriedemgood news there is we're trending down in untriaged bugs week to week21:04
mriedemgetting back to that more manageable ~75 range :)21:05
bauzasI have more time for that :)21:05
mriedemgate status has been okish21:05
*** xyang1 has joined #openstack-meeting21:05
mriedemtop issue right now is probably http://status.openstack.org/elastic-recheck/index.html#169612521:05
mriedemthat doesn't hit nova since we don't run the linuxbridge job,21:05
mriedembut it's kind of crippling neutron21:05
mriedemi've got a debug patch up to try and figure some of it out21:06
mriedembut could use help21:06
mriedemi don't have any news about 3rd part yci21:06
mriedem*party ci21:06
mriedemvmware is still off in the weeds i think, not sure about xen21:07
mriedemanything for bugs?21:07
mriedem#topic reminders21:07
*** openstack changes topic to "reminders (Meeting topic: nova)"21:07
mriedem#link Pike Review Priorities etherpad: https://etherpad.openstack.org/p/pike-nova-priorities-tracking21:07
mriedem#topic stable branch status21:07
*** openstack changes topic to "stable branch status (Meeting topic: nova)"21:07
mriedem#link stable/ocata: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/ocata,n,z21:07
mriedem#link stable/newton: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/newton,n,z21:08
mriedemwe have a lot open there,21:08
mriedemand we just recently did a release on both, but i feel like we've got some other high severity backports merged lately that aren't yet released21:08
mriedem#topic subteam highlights21:08
*** openstack changes topic to "subteam highlights (Meeting topic: nova)"21:08
mriedemdansmith: i know there was no cells v2 meeting this week, but did you want to call out anything?21:09
*** thorst_afk has quit IRC21:09
dansmithnot really21:09
mriedemboo21:09
mriedembut alright21:09
mriedemedleafe: scheduler?21:09
edleafeWent over some current reviews - nothing to controversial21:09
edleafeMost of the discussion was about how to claim against nested and/or shared providers.21:09
edleafeCurrently scheduler only has the compute node uuid, but some of the actual resource providers will be different in those cases.21:09
edleafeTwo widely different approaches came up, and were discussed until the end of the meeting and then further in a hangout.21:09
edleafeThe matter is still unresolved, and is being discussed in a ML thread starting with http://lists.openstack.org/pipermail/openstack-dev/2017-June/117913.html21:10
edleafeEOM21:10
mriedemi saw jaypipes also has a spec up21:10
mriedem#link https://review.openstack.org/#/c/471927/21:10
edleafeYeah - a bit premature IMO, but whatever21:10
* dansmith sighs21:10
* edleafe there theres dansmith 21:11
mriedemok i still need to digest all of this,21:11
mriedemi've been more off in cells v2 land which is oddly comfortable at this point21:11
mriedemi'll find any excuse not to have to be involved in the schedluer stuff :)21:11
mriedemthere was no api meeting21:12
mriedemalex has a spec up for fixing server groups / members quota in the quota classes api21:12
mriedemneed to circle back on that21:12
mriedem#link https://review.openstack.org/#/c/468619/21:12
*** galstrom is now known as galstrom_zzz21:12
mriedemgibi is probably not around21:12
mriedembut there was a notifications meeting21:13
mriedemhe and i21:13
gibiIm here >D21:13
gibi:D21:13
mriedemoh wow21:13
*** mickeys has quit IRC21:13
mriedemanything you want to mention?21:13
gibiplenty of tranformation patches are waiting for core review21:13
gibithe searchlight related patches still needs some care from me but mostly ready21:13
gibiand we agreed the way forward on bug21:14
*** andreas-f has quit IRC21:14
mriedemthe nova-api binary one?21:14
gibiyeah21:14
mriedemok21:14
*** Sukhdev has quit IRC21:14
gibiI cannot copy here for some reason21:14
gibi169615221:14
mriedembug 169615221:14
openstackbug 1696152 in OpenStack Compute (nova) "nova notifications use nova-api as binary name instead of nova-osapi_compute" [Low,Confirmed] https://launchpad.net/bugs/169615221:14
mriedemlet the bot do the work21:15
gibiso we wont change the binary name21:15
gibiin the notifications21:15
gibithat was all21:15
mriedemthanks gibi21:15
mriedemfor cinder/nova stuff, meeting was today21:15
mriedemclient-side microversion changes are merged (thanks!), now working on  live migration, swap volume and attach flows; need to close on swap  volume soon21:15
mriedemstvnoyes is close on live migration working21:15
mriedemjgriffith has a poc for new attach flow21:15
mriedemthe sticky thing right now is swap volume21:16
mriedemjgriffith, cinder et al are going to write something up to the ML to state the problem and possible solutions21:16
mriedemfire is, unfortunately, not an option21:16
mriedem#topic stuck reviews21:17
*** openstack changes topic to "stuck reviews (Meeting topic: nova)"21:17
mriedemnothing on the agenda21:17
mriedemanything anyone needs to bring up here?21:17
mriedem#topic open discussion21:17
*** openstack changes topic to "open discussion (Meeting topic: nova)"21:17
*** Sukhdev has joined #openstack-meeting21:17
mriedemlbragstad: Feedback on policy approach21:17
lbragstado/21:17
lbragstadwe've had a bunch of policy discussion recently and the result has been a collection of specs21:17
lbragstadsince the approach is going to affect the majority of projects, we want to make sure we get feedback before going off and just doing a bunch of stuff21:18
lbragstad#link https://review.openstack.org/#/c/460344/ attempts to capture the overall policy needs we're not getting today21:18
lbragstad#link https://review.openstack.org/#/c/462733/ attempts to detail a roadmap in the interest of security21:18
lbragstad#link https://review.openstack.org/#/c/464763/ introduces a concept of global roles21:18
lbragstadthe second and third links detail work the is going to impact consuming projects21:19
lbragstadi'm taking time this week to meet with projects and get feedback on what we've come up with21:19
lbragstadjohnthetubaguy: has been driving a bunch of this, too21:19
*** andreas-f has joined #openstack-meeting21:20
mriedemok21:20
lbragstadif anyone has particular questions, please don't hesitate to come find me21:20
mriedemi haven't looked at any of it21:20
lbragstadit's not the most exciting stuff in the world ;)21:21
mriedemwell, it's also 2/3 of the way through pike21:21
mriedemand we're way behind on major stuff we've already got planned21:21
lbragstadmriedem: yeah - everything we're considering now is going to be staged for queens21:21
mriedemi realize this is prepping for queens21:21
*** Sukhdev has quit IRC21:21
mriedemi'd think any major decisions are going to be finalized at the ptg21:22
lbragstad++21:22
mriedemlbragstad: are ops / user community groups/people providing feedback?21:22
lbragstadmriedem: yeah - let me grab a link21:22
lbragstad#link http://lists.openstack.org/pipermail/openstack-dev/2017-May/117419.html21:22
lbragstadi started that thread in an attempt to get feedback from operators21:23
lbragstadi sent an update today with the current direction based on the comments collected there21:23
mriedemok21:23
lbragstad#link http://lists.openstack.org/pipermail/openstack-dev/2017-June/118047.html21:24
lbragstadbut since this is going to impact a lot of project, i want to make sure we get as much feedback as possible beforehand21:24
mriedemok, but you guys aren't planning on landing major changes in keystone in pike are you?21:24
lbragstadmriedem: no - we don't have the bandwidth to do anything major this release21:25
mriedemok21:25
lbragstadbut i did want to get this in front of other groups early21:25
*** jamesmcarthur has quit IRC21:25
lbragstadso that it didn't come as a surprise in a couple months21:25
*** bastafidli has joined #openstack-meeting21:26
mriedemalright21:26
*** rfolco has quit IRC21:26
mriedemanything else?21:26
lbragstadnope - that does it for me, thanks!21:26
mriedemanyone else have anything here?21:26
* cdent wants a pony21:26
mriedemdenied21:26
* cdent cries21:27
mriedemok that's it then21:27
mriedemthanks everyone21:27
mriedem#endmeeting21:27
*** dtp_ has left #openstack-meeting21:27
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"21:27
openstackMeeting ended Thu Jun  8 21:27:08 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)21:27
*** rbudden has quit IRC21:27
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-06-08-21.00.html21:27
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-06-08-21.00.txt21:27
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-06-08-21.00.log.html21:27
*** esberglu has quit IRC21:27
*** thorst_afk has joined #openstack-meeting21:27
*** takashin has left #openstack-meeting21:27
*** esberglu has joined #openstack-meeting21:27
*** thorst_afk has quit IRC21:31
*** esberglu has quit IRC21:32
*** dustins has quit IRC21:32
*** iyamahat__ has joined #openstack-meeting21:34
*** dbecker has joined #openstack-meeting21:35
*** VW_ has quit IRC21:36
*** VW has joined #openstack-meeting21:36
*** spzala has quit IRC21:44
*** mriedem is now known as mriedem_afk21:48
*** mriedem_afk has quit IRC21:48
*** askb has joined #openstack-meeting21:50
*** ykatabam has joined #openstack-meeting21:51
*** trevormc has joined #openstack-meeting21:52
*** mlavalle has joined #openstack-meeting21:53
*** slaweq has joined #openstack-meeting21:54
*** armstrong has joined #openstack-meeting21:55
*** cdent has left #openstack-meeting21:56
*** iyamahat__ has quit IRC21:57
*** xyang1 has quit IRC21:57
*** davidsha has joined #openstack-meeting21:57
*** annabelleB_ has joined #openstack-meeting21:58
*** slaweq has quit IRC21:59
*** xyang1 has joined #openstack-meeting21:59
*** annabelleB has quit IRC22:00
*** adisky__ has quit IRC22:00
kevinbentonhi22:00
mlavalleo/22:00
kevinbenton#startmeeting neutron_drivers22:01
openstackMeeting started Thu Jun  8 22:01:21 2017 UTC and is due to finish in 60 minutes.  The chair is kevinbenton. Information about MeetBot at http://wiki.debian.org/MeetBot.22:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.22:01
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:01
*** annabelleB_ has quit IRC22:01
openstackThe meeting name has been set to 'neutron_drivers'22:01
*** ihrachys has joined #openstack-meeting22:01
ihrachyso/22:01
kevinbentonarmax, amotoki_away: ping22:01
kevinbentonpresumably amotoki is indeed away :)22:01
mlavalleindeed.... LOL22:02
*** edmondsw has quit IRC22:02
*** baoli has quit IRC22:02
*** reed has quit IRC22:02
kevinbentonarmax told me he might not be able to make it today22:02
ihrachysheh22:02
ihrachys3/5?22:02
*** baoli has joined #openstack-meeting22:02
*** reed has joined #openstack-meeting22:03
kevinbentonyeah, i suppose we can go through a few things22:03
kevinbentonone i want to talk about is the l2 extension manager22:03
ihrachyswhat's there? people showed up and drive the work?22:03
kevinbentonso it sounds like Thomas is willing to be approver22:04
ihrachysI lost the context since all fire drills that never end22:04
*** lyarwood has quit IRC22:04
kevinbentonand David is willing to write the code22:04
kevinbentoni'm looking for spec now22:04
mlavalledavidsha?22:04
*** lyarwood has joined #openstack-meeting22:04
kevinbentonhttps://review.openstack.org/#/c/320439/22:05
ihrachysok then let them? I believe the initial implementation doesn't imply that everything should switch to the new way in one go, so we can consider it experimental and play with it.22:05
kevinbentonmlavalle: yep22:05
kevinbentonmlavalle:  can you take a look through that spec so you're familiar with it?22:05
kevinbentonmlavalle: and give +2 if it looks good22:06
kevinbentoni'22:06
kevinbentonwill go through it as well22:06
kevinbentonand that will give us enough to approve22:06
kevinbentonand let them go on their way22:06
mlavalleI was about to propose to review it22:06
*** jamesmcarthur has joined #openstack-meeting22:06
mlavalleyes, I will look at it tomorrow22:06
*** bzhao_ has joined #openstack-meeting22:06
kevinbentonok22:06
mlavalleis that ok?22:06
kevinbentonyep22:07
*** baoli has quit IRC22:07
mlavalleadded to my pile22:07
kevinbentonok22:08
kevinbentonshall we take a look at a few RFE's?22:08
mlavalleyeah22:08
kevinbenton#link https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe22:09
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/164941722:09
openstackLaunchpad bug 1649417 in neutron "RFE: Security group rule using address set" [Wishlist,Triaged] - Assigned to Dongcan Ye (hellochosen)22:09
mlavalleI thought it is a sensible use case22:09
ihrachysI *think* it was once proposed in the past22:09
ihrachysI think ~Barcelona22:10
kevinbentoni was thinking we might not even need to change the SG API itself22:10
ihrachysthere was a guy (I don't remember the name) who pitched the idea22:10
kevinbentonwe can overload remote_group_id22:10
kevinbentonto reference either a new set thingyt22:10
kevinbentonor security group22:10
mlavalleso it becomes only adapting the pipes22:11
*** jamesmcarthur has quit IRC22:11
kevinbentonyeah22:11
kevinbentonand a separate api to create AddressSets22:11
ihrachysso remote group will point to a new compound resource and the latter will point to set of SGs?22:11
ihrachysI mean, set of addresses22:12
kevinbentonso remote_group will either be an AddressSet or a SecurityGroup22:12
kevinbentonis what i was thinking22:12
ihrachysso consider this: a user not knowing about overloading fetches SG, looks at remote group, fetches it via SG API and gets 40422:13
kevinbentonyeah22:13
kevinbentonthat's the downside22:13
ihrachysthat's a blocker I would say no?22:13
kevinbentonAnother option may be to allow address sets to associate with a security group22:13
*** mickeys has joined #openstack-meeting22:14
kevinbentonthen for remote_group_id they still reference a security group22:14
kevinbentonand that includes all of the sets associated with that group22:14
*** jbadiapa_ has quit IRC22:14
kevinbentonI want to avoid adding a new thing to the rules themselves22:15
*** zaneb has quit IRC22:15
ihrachysthat may ofc raise some eyebrows like - I have my SG rules blocking all but X and Y, but I can access Z too22:15
ihrachysbut that's a downside of any new api22:15
kevinbentonthere is something else here22:15
kevinbentonthis already sort of works with allowed address pairs22:16
kevinbentona little unknown feature is that security groups allows all addresses in members allowed address pairs22:16
kevinbentonthat may actually solve this use case22:16
kevinbentoncreate a dummy port for your external stuff22:16
kevinbentonadd each IP into the allowed_address_pairs entries22:17
mlavallelet's propose that to the submitter in the RFE, let's see his feedback22:18
*** mickeys has quit IRC22:18
ihrachys+22:19
kevinbentoni will do that right now22:19
mlavallekevinbenton: do you mind going out of order for one RFE?22:19
*** salv-orl_ has quit IRC22:19
*** salv-orlando has joined #openstack-meeting22:20
*** andreas-f has quit IRC22:20
kevinbentonmlavalle: sure22:20
kevinbentonmlavalle: link it now22:21
mlavallehttps://bugs.launchpad.net/neutron/+bug/168277522:21
openstackLaunchpad bug 1682775 in neutron "[RFE] Tag mechanism supports all resouces with standard attribute." [Wishlist,Triaged] - Assigned to Hirofumi Ichihara (ichihara-hirofumi)22:21
*** Apoorva_ has quit IRC22:21
mlavallehichihara already has a patchset in gerrit22:21
mlavallewhich I reviewed earlier today22:21
*** jdurgin has quit IRC22:21
*** ekcs_ has joined #openstack-meeting22:21
mlavalleso I thought we migh as well look at the RFE22:21
kevinbentonyeah22:21
*** Apoorva has joined #openstack-meeting22:21
kevinbentonihrachys: did you have a concern here?22:21
*** dane_ has quit IRC22:22
ihrachyslooking22:22
kevinbentonIIUC after briefly looking at the patches this is just extending to include all standard attr resources22:22
mlavallecorrect?22:22
ihrachysmy concern was about how we define 'all' resources22:22
kevinbentonmlavalle: do you have a patch link handy22:22
kevinbentonmaybe i'll just update the title to all standard attribute resources if that's the case22:23
ihrachyswe don't have this concept of overarching api extensions covering 'everything'22:23
*** zaneb has joined #openstack-meeting22:23
mlavallehttps://review.openstack.org/#/c/460391/22:23
kevinbentonyeah, this is just standard attr resources22:23
kevinbentonso i'll update rfe title to reflect that22:23
kevinbentonihrachys: will that address your concerns?22:23
ihrachysit's not like we have a stable list of those resources either22:23
ihrachysat least not discoverable22:24
kevinbentonihrachys: if those resources change then there will be a separate extension that indicates that22:24
mlavalleihrachys: he tries to address that, hang on22:24
*** salv-orlando has quit IRC22:24
mlavallehttps://review.openstack.org/#/c/460391/5/neutron/extensions/tagging.py@4222:25
ihrachysso what the RFE proposes is to add tags to all resources that atm support stdattrs, and to NOT cover for any resources that may add support for stdattr in the future?22:25
kevinbentonihrachys: they would automatically get them in the future22:25
ihrachysthen I am good, no controvercy from api discoverability pov22:25
mlavalleyeah, that's what it is doing now22:25
kevinbentonihrachys: similar to revision_number and timestamp22:25
ihrachyskevinbenton, and how does api user determine if it's going to be present on resourceA?22:26
ihrachysit would somehow need to know the server version to relate, but we don't have versions.22:26
kevinbentonihrachys: resourceA is a new extension, right?22:26
kevinbentoni mean a new resource introduced by an extension22:26
ihrachyslet's say ports have stdattrs, but qos don't. you add 'all-tags' extension that indicates that ports have tags; then in next release, you add support for qos. will you add a new extension called 'qos-tags'?22:27
kevinbentonno22:27
ihrachysthen it's not discoverable22:27
kevinbentoni don't understand your question22:28
kevinbentonthis patch introduces a new extension22:28
kevinbentonthat covers all standard attr stuff that exists now22:28
kevinbentonso the only two options left are completely new standard attr resources22:28
kevinbentonand resources that weren't standard attr before22:28
kevinbentonboth of those will have a new extension22:28
kevinbentonwhich is the case before this patch as well22:28
*** esberglu has joined #openstack-meeting22:29
ihrachysok, then the proposal doesn't cover 'all stdattr enabled resources' but 'all stdattr resources from Pike'22:29
*** rbudden has joined #openstack-meeting22:29
kevinbentonall standard attr resources that didn't have tags yet22:29
ihrachysthat makes sense. it's not open end, which is not controvercial.22:30
kevinbentonwell say we add AddressSets and they are standard attr22:30
kevinbentonthey will automatically get tags22:30
*** jdurgin has joined #openstack-meeting22:30
*** jbadiapa_ has joined #openstack-meeting22:30
ihrachysnew resources are easy22:30
kevinbentonbut the address-set extension or whatever we would call it would automatically include tags22:30
kevinbentonok22:31
kevinbentonso your concern is things that aren't standard attr now that already exist?22:31
ihrachyskevinbenton, so to understand, it won't be possible to implement address-sets without tags?22:31
kevinbentonihrachys: if they are standard attr, they automatically get tags22:32
mlavalleif it has standard attributes, no22:32
ihrachyskevinbenton, yes, that's my concern, resourceX that is not there yet.22:32
kevinbentonihrachys: so converting resourceX to standard attr should have an extension regardless of this because of revision numbers, timestamps, and descriptions22:32
*** ekcs_ has quit IRC22:32
ihrachyskevinbenton, that's implementation. I am talking more about api semantics. from neutron api model, you don't get anything automatically, you get it by virtue of attr map loaded into neutron-server.22:33
ihrachyskevinbenton, I think we can discuss those details in review. RFE is fine. maybe wording is not ideal for me, but that's ok22:33
*** esberglu has quit IRC22:33
kevinbentonihrachys: attr map is derived from standard attr inheritors22:33
kevinbentonihrachys: automatically22:33
ihrachysattr map is supposed to be static, it doesn't depend on implementation22:34
kevinbentonihrachys: https://review.openstack.org/#/c/460391/5/neutron/extensions/tagging.py@4422:34
ihrachysyou commit it to neutron-lib and don't touch it22:34
ihrachyskevinbenton, I know the code; remember I was eagerly against it when you pushed it into tree late Newton?22:34
*** ekcs_ has joined #openstack-meeting22:35
kevinbentonihrachys: so why are you suggesting that's not how it works? :)22:35
ihrachysI am saying that's not how it *should* work22:35
ihrachysapi doesn't depend on server code, it's contract.22:35
ihrachys*should not* depend22:35
kevinbentonthat ship sailed long ago with extensions defined out of tree in code22:36
kevinbentonbut i get your point22:36
kevinbentonyou can suggest that he statically enumerate them22:36
kevinbentonlet's approve RFE and you can provide that feedback in the review22:36
ihrachyskevinbenton, enumerate is what I support; hence my comments on difference between open ended 'all' and closed list. anyhoo, I think we can move.22:37
ihrachys++22:37
kevinbentonok, left a comment22:38
*** xyang1 has quit IRC22:39
ihrachysnicely worded, thanks22:40
kevinbentonmlavalle: so patch is good in current approach, basically the only line that needs to change is that one you linked22:40
mlavallecool22:40
kevinbentonmlavalle: instead of making that function call for getting all standard attrs22:40
kevinbentonihrachys: just manually list each resource22:41
ihrachys+22:41
*** trevormc has quit IRC22:41
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/165207122:41
openstackLaunchpad bug 1652071 in neutron "[RFE] Implement migration from iptables-based security groups to ovsfw" [Wishlist,Triaged]22:41
ihrachysI looked at the abandoned patch, I don't think it's the way to go22:41
ihrachysI suggest we don't explore further in-place switch22:41
ihrachysinstead expand on live migration22:42
ihrachyswhich ofc requires multiple port bindings and nova work22:42
*** tobberydberg has joined #openstack-meeting22:42
ihrachysbut it's a complete solution for all backends, not a hack22:42
kevinbentonyep22:42
kevinbentonthe only downside is that i'm not sure we can switch default22:43
kevinbentonor suggest a default switch22:43
kevinbentonbecause it's a non-standard upgrade that requires rolling migration22:43
ihrachysI don't think it matters if live migration works. let the market (users) choose where they want to migrate to. maybe it's ovs to linuxbridge ;)22:43
kevinbenton(we have no default, but deployment tools do)22:43
kevinbentonwell i was hoping we would have a path to actually dump the hybrid iptables driver22:44
kevinbentonat some point22:44
ihrachysyou can always do it. follow deprecation process and remove/push code out of tree22:44
ihrachysI don't think anything stops us if we document the process22:44
ihrachysa release note will ofc be needed22:45
kevinbentonwould be the first time we had a breaking upgrade for a node, no?22:45
ihrachyswhy no22:45
ihrachyslet's say a config option changes name22:45
ihrachyswe are going to break in 2 cycles22:45
ihrachys1st cycle we warn, 2nd we remove22:45
kevinbentonthey just update the config in response to warnings22:45
kevinbentonthere is nothing they can do here to avoid dataplane disruption22:46
ihrachysmitigation will be more involving ofc22:46
ihrachysin theory live migration is not disruptive22:46
ihrachysfrom instance pov22:46
*** tobberydberg has quit IRC22:46
kevinbentondo all deployments support live migration? Is that something other project upgrades depend on?22:47
ihrachyswell from product pov, RH-OSP upgrade implies live migration of all instances from compute to another node before upgrade.22:47
ihrachysso it should work :)22:47
kevinbentonok, so you don't even upgrade components with VMs running on them?22:48
ihrachysnot to say I want to drag RH into the formula, just saying it works22:48
ihrachyskevinbenton, not for compute22:48
ihrachysfor agents procedures should actually be similar but I am not sure we document it that way22:48
kevinbentonwell yeah it works, but I'm wondering if other projects force live migration on upgrade22:48
kevinbentone.g. cinder22:49
ihrachysthe reason why we do it this way is because we usually need a reboot for kernel and stuff22:49
kevinbentonmakes sense22:49
kevinbentonso the proposed patch i was definitely against22:49
ihrachyswell I don't say neutron *forces* it. we can recommend.22:49
kevinbentonwell we will force if we deprecate22:49
ihrachysworst case is they just stick to the old driver indefinitely22:49
kevinbentonwhich i was hoping to do22:49
kevinbentonbut for now that doesn't seem feasible22:50
kevinbentonthe other option for migration is to leave iptables bridge behind and clear all of it's iptables rules22:50
*** diablo_rojo has quit IRC22:51
ihrachysok, let's say it this way - mainstream path is live migration, but we can explore in-place if we have time and will after we close the first path.22:51
kevinbentonyeah, i'm for marking this deferred22:51
*** dtrainor has quit IRC22:51
kevinbentonthen revisit next cycle as people start to move22:51
ihrachysin place should be a thing you pick knowingly, can live out of stadium22:51
kevinbentonihrachys: well it could be the new hybriddriver eventually22:52
ihrachysnot to mention there are still major issues with the firewall, so it's not time to discuss how we will move everyone to greener pastures ;p22:52
kevinbentontrue22:52
kevinbenton:)22:52
ihrachys+ for defer/postpone/whatever it's called22:53
mlavalle+22:53
kevinbentonlet's try one more22:54
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/165393222:54
openstackLaunchpad bug 1653932 in neutron "[rfe] network router:external field not exported" [Wishlist,Triaged] - Assigned to Kevin Benton (kevinbenton)22:54
kevinbentonbasically the issue here is that subnets aren't visible on external networks22:54
kevinbentonbeyond their IDs in the network body22:55
*** slaweq has joined #openstack-meeting22:55
ihrachyswell that's as designed. unless we introduce shared field for subnets, or a new rbac action for network. is it what's proposed?22:56
mlavalleI think the latter22:56
kevinbentonso subnets has a shared field that is derived from the network's shared field22:56
kevinbentonso we could do the same thing22:57
kevinbentonhave a 'router:external' field that derives from parent network22:57
ihrachysinherit access_as_external from network?22:57
kevinbentonlet's revisit this22:57
kevinbentonpolicy engine can do parent lookups22:58
kevinbentonso i need to see if it's possible without adding more fields22:58
ihrachyslike policy.json rule change?22:58
kevinbentonhttps://github.com/openstack/neutron/blob/d26b96b7a27c8fcd5e99a6494de406436a48339e/etc/policy.json#L622:58
kevinbentonso that triggers policy engine to lookup parent network22:59
kevinbentonif we can just make this possible for this guy to write a rule that says (network:router_external=True) or something on get_subnet22:59
kevinbentonthen we should be good22:59
ihrachys+23:00
ihrachystime23:00
kevinbentonthanks23:00
mlavalleo/23:00
bzhao_bye23:00
*** slaweq has quit IRC23:00
kevinbenton#endmeeting23:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"23:00
openstackMeeting ended Thu Jun  8 23:00:35 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)23:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-06-08-22.01.html23:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-06-08-22.01.txt23:00
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-06-08-22.01.log.html23:00
*** mlavalle has left #openstack-meeting23:00
*** felipemonteiro__ has quit IRC23:05
*** dbecker has quit IRC23:05
*** rhochmuth has joined #openstack-meeting23:06
*** sdague has quit IRC23:08
*** armax_ has joined #openstack-meeting23:12
*** iyamahat has joined #openstack-meeting23:13
*** Hosam has joined #openstack-meeting23:14
*** armax has quit IRC23:14
*** armax_ is now known as armax23:14
*** mickeys has joined #openstack-meeting23:14
*** claudiub has quit IRC23:15
*** annabelleB has joined #openstack-meeting23:16
*** knangia_ has joined #openstack-meeting23:18
*** mickeys has quit IRC23:19
*** pewp has quit IRC23:21
*** pewp has joined #openstack-meeting23:22
*** Apoorva has quit IRC23:25
*** davidsha has quit IRC23:26
*** rhochmuth has quit IRC23:27
*** awaugama has joined #openstack-meeting23:28
*** mhenkel has quit IRC23:32
*** armax_ has joined #openstack-meeting23:33
*** armax has quit IRC23:33
*** armax_ is now known as armax23:33
*** markvoelker has quit IRC23:34
*** annabelleB has quit IRC23:35
*** iyamahat has quit IRC23:35
*** annabelleB has joined #openstack-meeting23:36
*** annabelleB has quit IRC23:36
*** bastafidli has quit IRC23:40
*** Apoorva has joined #openstack-meeting23:40
*** ansmith has joined #openstack-meeting23:43
*** jaypipes has joined #openstack-meeting23:48
*** jaypipes has quit IRC23:48
*** number80 has quit IRC23:52
*** chyka has quit IRC23:56
*** slaweq has joined #openstack-meeting23:56
*** harlowja has joined #openstack-meeting23:57

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