Thursday, 2017-03-09

*** ekcs has joined #openstack-meeting00:00
ekcstime for congress team meeting. ramineni, masahito thinrichs aimeeu00:00
ekcs#startmeeting congressteammeeting00:01
openstackMeeting started Thu Mar  9 00:01:05 2017 UTC and is due to finish in 60 minutes.  The chair is ekcs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:01
*** openstack changes topic to " (Meeting topic: congressteammeeting)"00:01
openstackThe meeting name has been set to 'congressteammeeting'00:01
masahitohello00:01
thinrichshi all00:01
ekcshi all. hope it’s been a good week so far!00:01
*** zz_dimtruck is now known as dimtruck00:01
aimeeugreetings!00:01
ekcsHere are the topics on deck for today. I’ll give everyone a couple minutes to look over and add anything else00:02
ekcs#link https://etherpad.openstack.org/p/congress-meeting-topics00:02
ekcsok let’s get started then =)00:04
ekcs#topic policy library00:05
*** openstack changes topic to "policy library (Meeting topic: congressteammeeting)"00:05
*** salv-orlando has quit IRC00:05
thinrichsI made some progress on the policy library.00:06
thinrichsLet me dig up the link.00:06
thinrichshttps://docs.google.com/document/d/12f1VciulhT9yCYOc7jiulGiLT-tFpffLxNOpr-2QX2I/edit00:06
ekcsgreat.00:06
thinrichsCan people see that?00:06
ekcsyup.00:07
thinrichsI just wanted to get something started so took AT&T's policies and put them into the doc.00:07
masahitoI can see00:07
*** david-lyle has joined #openstack-meeting00:08
ekcsthat’s great.00:08
ekcsI added a section on rules similar to AWS.00:08
ekcshttps://docs.google.com/document/d/12f1VciulhT9yCYOc7jiulGiLT-tFpffLxNOpr-2QX2I/edit#heading=h.rw4lcq2348oz00:08
*** yangyapeng has quit IRC00:09
thinrichsI think some of those policies we can include in the API.00:09
thinrichsAs they are.00:09
thinrichsIf the policy isn't exactly what the user wants, they can go in and edit the policy.00:09
thinrichsIn the UI, it would be somewhat easy to give people a text-box to go and edit the entire policy at once (instead of one rule at a time).00:10
ekcsmakes sense.00:11
thinrichsIn the API/CLI I'd think we'd want to add a way for people to submit an entire YAML file (that is described at the top of the googledoc) so they can edit an entire policy at once (instead of one rule at a time).00:11
*** claudiub has quit IRC00:11
thinrichsThe API/CLI could be almost (i) show/download a YAML file from the library and (ii) upload a YAML file describing a policy.00:11
ekcsseems like a good workflow.00:13
ekcsaimeeu and bryan_att if you’re around, does that workflow make sense from your perspectiveL00:13
*** mickeys has joined #openstack-meeting00:14
aimeeuyes for me - bryan is  on vacation so I'll say yes from him as well00:14
ekcshaha ok great.00:14
*** hongbin has quit IRC00:14
*** david-lyle has quit IRC00:15
ekcsany thoughts on how the libarry would be shipped? as yaml files to be loaded by the user?00:15
aimeeuthat's a possibility00:15
thinrichs Maybe a directory of yaml files that get loaded on startup automatically (configurable, of course)?00:16
*** jrobinson has joined #openstack-meeting00:16
ekcsmakes sense. maybe also an addition to API/CLI/GUI loading from that special directory.00:17
thinrichsWe could also have full CRUD in the API for the library, so that people could load their own policies into it.00:17
ekcss/loading/for loading00:17
*** kylek3h has joined #openstack-meeting00:18
*** mickeys has quit IRC00:18
*** lamt has quit IRC00:18
ekcsinteresting. that could be useful for supporting the modular policy use case bryan_att mentioned. without needing to enable/disable policies.00:19
ekcsglad we’re making good progress on this front. policy library might be the most important feature for P release.00:20
aimeeuI think being able to upload a policy in YAML format is important.00:20
thinrichsOnce there is full CRUD for a /library endpoint, then everyone could build up their own library for users.  And we could have a simple script loading a directory of YAML files from a config directory (at least for devstack).00:20
*** ramineni_ has joined #openstack-meeting00:20
aimeeuI'm still trying to track down what OpenECOMP (now ONAP) does but I'm pretty sure it involves YAML00:20
ekcsspecifically YAML being imporltant? or some kind of file?00:21
thinrichsLooking at some of those policies in the google doc, I started to think it'll be hard to just enable/disable them.00:21
ekcsI’m thinking about YAML vs the JSON format masahito used.00:21
aimeeupolicy being written to a YAML file that can be consumed by policy engines (but don't quote me on that)00:21
thinrichsThere are too many details that a user would want to change.00:21
thinrichsWhether YAML or JSON is probably not so important.  YAML is definitely better for people.  JSON is probably better for machines.00:22
ekcsthinrichs: yes some of them may be too specific. like the naming of security groups. but they can be adapted so that the special security groups are identified by a new table rather than by name.00:22
thinrichsRight.00:23
ekcsfor example, the dmz related policy may have a table that identifies a list of security groups as “dmz”00:23
thinrichsWhat I'm really thinking though is that for those policies that do remediation, you wouldn't want to just Activate them before making modifications.00:23
ekcsthinrichs: hmm true. I guess I’ve been thinking mostly monitoring. I wonder if it makes sense to enable/disable execution by policy.00:24
thinrichsAnd since the common case is that people will be modifying the policies before activating them, a workflow where we just provide (i) a library of examples and (ii) a simple way to upload entire poolicies make sense.00:24
ekcsso one can import policy and see results, before allowing actions.00:24
*** priteau has joined #openstack-meeting00:24
*** thorst has joined #openstack-meeting00:25
*** spzala has joined #openstack-meeting00:25
thinrichsLonger term I could see more sophisticated functionality like having a bit on every policy that determines whether or not to obey 'execute[]00:25
*** ramineni_1 has joined #openstack-meeting00:26
ekcsthinrichs: makes sense.00:26
thinrichsBut short term the library + upload functionality is both easy to build and gets to the heart of the problem00:26
ekcsthinrichs: maybe you could add some of these tentative conclusions to the doc?00:27
thinrichsYep00:27
ekcsawesome. we should probably move on to other topics =)00:27
ekcsbut let’s definitely keep prioritizing policy lib00:27
ekcs#topic angular.js00:28
*** openstack changes topic to "angular.js (Meeting topic: congressteammeeting)"00:28
ekcsramineni_: would you like to talk about angular.js?00:28
*** cdub has quit IRC00:28
ramineni_1ekcs: hi00:28
ekcshi ramineni_100:28
ekcswe could skip it if it’s not important for right now.00:29
*** priteau has quit IRC00:29
*** thorst has quit IRC00:29
ramineni_1ekcs: actually , i dont know much about angular js, just heard its better than django and everyone moving onto it00:29
*** jamesdenton has joined #openstack-meeting00:29
ramineni_1ekcs: just added that topic, if anyone has more idea to it..can discuss00:30
ekcsok I see. anyone have thoughts about angular.js? I don’t know much about it. but I did hear from david lyle it supports some active things.00:31
mordredangular is what people have been using for web uis00:32
mordredwith normal REST services on the backend00:32
masahitoHorizon will stop to support django?00:32
mordredthe pattern exists in a few different openstack projects00:32
mordredI'm not sure if horizon will ever be able to delete django00:33
aimeeumordred do you know which projects use angular.js?00:33
mordredbut it's the only place that's really doing any django things, and since the rest of openstack are REST API services, just putting a pure client-side UI on top of them makes a lot of sense00:33
*** ZhangHongtao has quit IRC00:33
mordredaimeeu: I know horizon and storyboard. for a while someone was working on an ironic ui, but I'm not sure where that's at00:33
*** Julien-zte has joined #openstack-meeting00:34
aimeeuthanks mordred00:34
ekcsthanks mordred !00:34
mordredI know if I was going to be spinning up a new web ui in any way in openstack, I'd focus on client-side javascript on top of backend REST service00:34
mordredsure!00:34
* mordred crawls back into his hole00:34
* aimeeu aimeeu chuckles at modred's comment00:34
mordredhttp://git.openstack.org/cgit/openstack-infra/storyboard-webclient http://git.openstack.org/cgit/openstack/ironic-ui for some examples ...00:35
ekcshaha ok then. seems like a good long term thing.00:36
ekcsthanks for the references mordred00:36
mordredsure nuff!00:36
ekcsif/when we get around to doing notifications on UI, or investing any major time adding to the current UI, we’d probably want to study it some more.00:37
ekcslet’s move on then if we’re done with this topic for now.00:37
ekcs#topic tempest plugin00:38
*** openstack changes topic to "tempest plugin (Meeting topic: congressteammeeting)"00:38
ekcsramineni_1: would you like to fill us in on this topic?00:38
*** Patifa has quit IRC00:38
ramineni_1ekcs: sure00:38
ramineni_1ekcs: its basically regarding the comment here https://review.openstack.org/#/c/441798/00:39
ramineni_1ekcs: there seems to be couple of tempest changes , which affects the gate , needs to be backported to all branches as tempest is branch less00:40
ramineni_1ekcs: one idea from tempest folks to avoid that is..make congress tempest_plugin seperate repo and make it branchless as tempest00:40
ekcsI see. so roughly speaking, which files would go into the new repo?00:42
ramineni_1ekcs: i am thinking, may be if we could do that, it will avoid stable branch failures as we may run both jobs (stable/master) on that new repo , so any change in tempest, we have idea if breaking stable branch also00:42
ekcsthe whole congress_tempest_tests directory? or only part?00:42
ramineni_1ekcs: yes00:42
ramineni_1i think whole00:43
masahitoCan't we specify release tag or something in gate job for stable branch?00:43
ekcstempest doesn’t maintain stable branches it seems.00:43
ramineni_1masahito: im not sure, if we could do that..it would be good00:44
ekcsmasahito: oh I see. use release tag instead of stable branch.00:44
masahitoekcs: ramineni_1: yes. I can see release tag like 15.0.0.00:45
masahitoif we can use it we don't need the new repo.00:45
ramineni_1masahito: yes00:45
*** sshnaidm is now known as sshnaidm|off00:46
*** zhurong has joined #openstack-meeting00:46
*** ekcs_ has joined #openstack-meeting00:46
ekcs_My laptop froze. On my phone now.00:47
ramineni_1masahito: we need to check if its possible to add that in infra/tests ..00:47
ramineni_1somehow00:47
*** rfolco has quit IRC00:48
masahitoekcs_: it's good to move on to next?00:49
masahitoekcs_: I think typing on a phone is hard00:49
ekcs_Great let's move on then. Sounds like something we can follow up on if someone wants to gather more information and make a recommendation.00:50
*** iceyao has joined #openstack-meeting00:50
*** pvaneck has quit IRC00:50
ekcs_So remaining topics:00:51
ekcs_Horizon dashboard project00:51
ekcs_Any discussion we may want to have about pike tasks00:52
ekcs_And open discussion if anyone has something to talk about.00:52
*** ekcs has quit IRC00:53
*** ekcs has joined #openstack-meeting00:53
ekcsok sorry I’m back. 5 minutes left.00:54
*** david-lyle has joined #openstack-meeting00:54
ramineni_1ekcs_: its fyi mainly, congress_dashboard project is created now .. https://github.com/openstack/congress-dashboard00:54
ekcs#topic open discussion00:54
*** openstack changes topic to "open discussion (Meeting topic: congressteammeeting)"00:54
ramineni_1will copy the folder onto new project this week..may be00:54
ekcsgreat!00:54
*** david-lyle has quit IRC00:54
masahitonice00:55
ekcsopen discusion item: anyone understand this patch? https://review.openstack.org/#/c/441864/00:55
*** SerenaFeng has joined #openstack-meeting00:56
aimeeuI don't. I was going to ask for a better commit message but got distracted00:57
thinrichsLooks like they're removin a css class from that button.  Anyone know what that class does?00:58
ramineni_1ekcs: no , not sure what it is fixing actually00:58
ekcsit’s removing the close class from a button. not totally sure what the problem is.00:58
ekcsok then. guess we can ask for more info.00:58
ekcsthanks!00:58
ekcs2 minutes left.00:58
*** jamesdenton has quit IRC01:00
ekcsok then! great progress this week with policy lib and dashboard project. see you guys next week!01:00
masahitothanks01:00
ekcs#endmeeting01:01
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:01
openstackMeeting ended Thu Mar  9 01:01:05 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-03-09-00.01.html01:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-03-09-00.01.txt01:01
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-03-09-00.01.log.html01:01
*** tobberydberg has joined #openstack-meeting01:02
*** thorst has joined #openstack-meeting01:02
*** thorst has quit IRC01:02
*** thinrichs has left #openstack-meeting01:03
*** tobberydberg has quit IRC01:06
*** dmacpher-afk is now known as dmacpher01:09
*** iceyao has quit IRC01:10
*** esberglu has joined #openstack-meeting01:10
*** iceyao has joined #openstack-meeting01:10
*** esberglu has quit IRC01:11
*** rwsu has quit IRC01:11
*** ekcs has quit IRC01:12
*** ekcs has joined #openstack-meeting01:13
*** yangyapeng has joined #openstack-meeting01:14
*** mickeys has joined #openstack-meeting01:14
*** yangyapeng has quit IRC01:15
*** stanchan has joined #openstack-meeting01:15
*** ramineni_1 has quit IRC01:16
*** alop has quit IRC01:16
*** stanchan has quit IRC01:18
*** yangyapeng has joined #openstack-meeting01:19
*** yangyape_ has joined #openstack-meeting01:19
*** mickeys has quit IRC01:19
*** iceyao_ has joined #openstack-meeting01:20
*** yangyap__ has joined #openstack-meeting01:21
*** shu-mutou has joined #openstack-meeting01:22
*** yangyapeng has quit IRC01:22
*** iceyao has quit IRC01:24
*** yangyape_ has quit IRC01:24
*** unicell has quit IRC01:34
*** mtanino has quit IRC01:35
*** salv-orlando has joined #openstack-meeting01:37
*** xianghui has joined #openstack-meeting01:37
*** youzp_ has joined #openstack-meeting01:39
*** salv-orlando has quit IRC01:41
*** reed has joined #openstack-meeting01:46
*** mickeys has joined #openstack-meeting01:50
*** david-lyle has joined #openstack-meeting01:52
*** shu-mutou is now known as shu-mutou-AWAY01:55
*** huanxuan has joined #openstack-meeting01:55
*** kevinz has joined #openstack-meeting01:57
*** guoshan has joined #openstack-meeting02:00
*** lhx__ has joined #openstack-meeting02:02
*** thorst has joined #openstack-meeting02:03
*** jkilpatr has joined #openstack-meeting02:05
*** ijw has quit IRC02:06
*** ijw has joined #openstack-meeting02:07
*** thorst has quit IRC02:08
*** ijw has quit IRC02:09
*** spzala has quit IRC02:10
*** jkilpatr has quit IRC02:10
*** ekcs has quit IRC02:11
*** ekcs has joined #openstack-meeting02:13
*** trinaths1 has left #openstack-meeting02:17
*** VW has joined #openstack-meeting02:17
*** Kevin_Zheng has joined #openstack-meeting02:17
*** VW_ has joined #openstack-meeting02:18
*** emagana has quit IRC02:18
*** VW has quit IRC02:21
*** diablo_rojo has quit IRC02:22
*** emagana has joined #openstack-meeting02:22
*** kjw3 has joined #openstack-meeting02:23
*** markvoelker has quit IRC02:23
*** erlon has quit IRC02:25
*** emagana has quit IRC02:27
*** gongysh has joined #openstack-meeting02:28
*** fzdarsky_ has joined #openstack-meeting02:30
*** knangia has quit IRC02:31
*** ihrachys has joined #openstack-meeting02:33
*** fzdarsky|afk has quit IRC02:33
*** Apoorva has quit IRC02:34
*** ihrachys has quit IRC02:37
*** salv-orlando has joined #openstack-meeting02:38
*** rderose has quit IRC02:38
*** jamesdenton has joined #openstack-meeting02:41
*** salv-orlando has quit IRC02:42
*** jamesdenton has quit IRC02:45
*** rmk has joined #openstack-meeting02:45
*** rmk has quit IRC02:45
*** rmk has joined #openstack-meeting02:45
*** galstrom_zzz is now known as galstrom02:48
*** rfolco has joined #openstack-meeting02:49
*** rfolco has quit IRC02:50
*** ramineni_ has quit IRC02:50
*** thorst has joined #openstack-meeting02:54
*** amrith has quit IRC02:54
*** armax has joined #openstack-meeting02:54
*** thorst has quit IRC02:54
*** epico has joined #openstack-meeting02:54
*** amrith has joined #openstack-meeting02:55
*** amotoki has joined #openstack-meeting02:57
*** hongbin has joined #openstack-meeting03:00
*** longxiongqiu has joined #openstack-meeting03:02
*** adiantum has quit IRC03:03
*** adiantum1 has joined #openstack-meeting03:03
*** ramineni_ has joined #openstack-meeting03:03
*** ramineni_ has left #openstack-meeting03:04
*** adiantum1 is now known as adiantum03:05
*** dmorita has quit IRC03:05
*** longxiongqiu has quit IRC03:07
*** yangyap__ has quit IRC03:08
*** amotoki has quit IRC03:09
*** yangyapeng has joined #openstack-meeting03:11
*** benj_ has quit IRC03:12
*** kjw3 has quit IRC03:12
*** sudipto has joined #openstack-meeting03:13
*** sudipto_ has joined #openstack-meeting03:14
*** benj_ has joined #openstack-meeting03:14
*** masahito has quit IRC03:15
*** thorst has joined #openstack-meeting03:16
*** thorst has quit IRC03:17
*** bkopilov_ has quit IRC03:17
*** fnaval has joined #openstack-meeting03:18
*** ekcs_ has quit IRC03:20
*** SerenaFeng has quit IRC03:21
*** rwsu has joined #openstack-meeting03:23
*** markvoelker has joined #openstack-meeting03:24
*** diablo_rojo has joined #openstack-meeting03:28
*** dmorita has joined #openstack-meeting03:28
*** iyamahat has quit IRC03:28
*** markvoelker has quit IRC03:29
*** zhhuabj has quit IRC03:31
*** bbzhao has quit IRC03:31
*** bzhao has joined #openstack-meeting03:32
*** amotoki has joined #openstack-meeting03:32
*** dmorita has quit IRC03:33
*** longxiongqiu has joined #openstack-meeting03:33
*** yamahata has quit IRC03:34
*** huanxuan has quit IRC03:35
*** huanxuan has joined #openstack-meeting03:35
*** dmorita has joined #openstack-meeting03:37
*** sudipto has quit IRC03:37
*** sudipto_ has quit IRC03:37
*** lhx__ has quit IRC03:38
*** salv-orlando has joined #openstack-meeting03:39
*** lhx__ has joined #openstack-meeting03:39
*** Julien-zte has quit IRC03:40
*** Julien-zte has joined #openstack-meeting03:41
*** jamesdenton has joined #openstack-meeting03:41
*** dmorita has quit IRC03:41
*** salv-orlando has quit IRC03:43
*** zhhuabj has joined #openstack-meeting03:43
*** ihrachys has joined #openstack-meeting03:44
*** jamesden_ has joined #openstack-meeting03:44
*** jamesdenton has quit IRC03:45
*** guoshan has quit IRC03:46
*** iceyao_ has quit IRC03:46
*** amotoki has quit IRC03:46
*** ihrachys has quit IRC03:48
*** lhx__ has quit IRC03:50
*** lhx__ has joined #openstack-meeting03:51
*** mriedem is now known as mriedem_away03:51
*** hongbin has quit IRC03:59
*** amotoki has joined #openstack-meeting04:02
*** ihrachys has joined #openstack-meeting04:04
*** jamesden_ has quit IRC04:04
*** tinwood has quit IRC04:05
*** diablo_rojo has quit IRC04:05
*** tinwood has joined #openstack-meeting04:06
*** ijw has joined #openstack-meeting04:07
*** iceyao has joined #openstack-meeting04:07
*** ihrachys has quit IRC04:08
*** emagana has joined #openstack-meeting04:09
*** amotoki has quit IRC04:10
*** lhx__ has quit IRC04:11
*** iceyao has quit IRC04:11
*** lhx__ has joined #openstack-meeting04:11
*** SerenaFeng has joined #openstack-meeting04:12
*** Julien-zte has quit IRC04:12
*** Julien-zte has joined #openstack-meeting04:13
*** emagana has quit IRC04:14
*** VW_ has quit IRC04:14
*** KeithMnemonic has quit IRC04:14
*** bkopilov has joined #openstack-meeting04:17
*** links has joined #openstack-meeting04:17
*** thorst has joined #openstack-meeting04:17
*** bkopilov has quit IRC04:22
*** thorst has quit IRC04:22
*** amotoki has joined #openstack-meeting04:24
*** markvoelker has joined #openstack-meeting04:25
*** priteau has joined #openstack-meeting04:26
*** guoshan has joined #openstack-meeting04:26
*** markvoelker has quit IRC04:29
*** priteau has quit IRC04:30
*** guoshan has quit IRC04:31
*** bkopilov has joined #openstack-meeting04:33
*** aeng has quit IRC04:34
*** ihrachys has joined #openstack-meeting04:34
*** galstrom is now known as galstrom_zzz04:35
*** xianghui has quit IRC04:35
*** longxiongqiu has quit IRC04:38
*** longxiongqiu has joined #openstack-meeting04:38
*** ihrachys has quit IRC04:39
*** salv-orlando has joined #openstack-meeting04:39
*** fnaval has quit IRC04:40
*** longxiongqiu has quit IRC04:42
*** salv-orlando has quit IRC04:44
*** ihrachys has joined #openstack-meeting04:44
*** fnaval has joined #openstack-meeting04:45
*** gouthamr has quit IRC04:46
*** denaitre has quit IRC04:47
*** iceyao has joined #openstack-meeting04:47
*** ihrachys has quit IRC04:49
*** rwsu has quit IRC04:49
*** aeng has joined #openstack-meeting04:50
*** lhx__ has quit IRC04:50
*** iceyao_ has joined #openstack-meeting04:51
*** iceyao has quit IRC04:51
*** SerenaFeng has quit IRC04:53
*** lhx__ has joined #openstack-meeting04:54
*** iceyao has joined #openstack-meeting04:54
*** xianghui has joined #openstack-meeting04:54
*** iceyao has quit IRC04:55
*** iceyao_ has quit IRC04:56
*** iceyao has joined #openstack-meeting04:56
*** iceyao_ has joined #openstack-meeting04:57
*** iceyao has quit IRC04:57
*** iceyao_ has quit IRC05:00
*** iceyao has joined #openstack-meeting05:00
*** jrobinson has quit IRC05:03
*** iceyao_ has joined #openstack-meeting05:03
*** emagana has joined #openstack-meeting05:04
*** iceyao has quit IRC05:05
*** iceyao_ has quit IRC05:06
*** iceyao has joined #openstack-meeting05:06
*** iceyao_ has joined #openstack-meeting05:07
*** iceyao has quit IRC05:07
*** ijw has quit IRC05:08
*** emagana has quit IRC05:08
*** iceyao_ has quit IRC05:09
*** iceyao has joined #openstack-meeting05:10
*** yangyapeng has quit IRC05:10
*** yangyapeng has joined #openstack-meeting05:10
*** VW has joined #openstack-meeting05:12
*** iceyao_ has joined #openstack-meeting05:13
*** nadya has joined #openstack-meeting05:13
*** iceyao has quit IRC05:14
*** iceyao_ has quit IRC05:14
*** sridharg has joined #openstack-meeting05:14
*** iceyao has joined #openstack-meeting05:14
*** unicell has joined #openstack-meeting05:14
*** adiantum1 has joined #openstack-meeting05:15
*** gongysh has quit IRC05:16
*** adiantum has quit IRC05:16
*** adiantum1 is now known as adiantum05:16
*** iceyao_ has joined #openstack-meeting05:17
*** unicell1 has joined #openstack-meeting05:18
*** thorst has joined #openstack-meeting05:18
*** iceyao__ has joined #openstack-meeting05:18
*** unicell has quit IRC05:19
*** iceyao has quit IRC05:19
*** ayogi has joined #openstack-meeting05:20
*** guoshan has joined #openstack-meeting05:21
*** iceyao__ has quit IRC05:22
*** iceyao has joined #openstack-meeting05:22
*** iceyao_ has quit IRC05:22
*** guyr-infinidat has quit IRC05:23
*** thorst has quit IRC05:23
*** sudipto has joined #openstack-meeting05:25
*** iceyao_ has joined #openstack-meeting05:25
*** guoshan has quit IRC05:25
*** markvoelker has joined #openstack-meeting05:25
*** iceyao has quit IRC05:26
*** iceyao has joined #openstack-meeting05:27
*** iceyao_ has quit IRC05:29
*** iceyao has quit IRC05:30
*** markvoelker has quit IRC05:30
*** iceyao has joined #openstack-meeting05:31
*** jrobinson has joined #openstack-meeting05:31
*** iceyao has quit IRC05:32
*** iceyao has joined #openstack-meeting05:32
*** eliqiao has quit IRC05:33
*** lhx__ has quit IRC05:33
*** iceyao_ has joined #openstack-meeting05:34
*** SerenaFeng has joined #openstack-meeting05:35
*** yamahata has joined #openstack-meeting05:36
*** eliqiao has joined #openstack-meeting05:36
*** iceyao has quit IRC05:37
*** iceyao__ has joined #openstack-meeting05:37
*** iceyao__ has quit IRC05:38
*** iceyao has joined #openstack-meeting05:38
*** iceyao_ has quit IRC05:38
*** iceyao has quit IRC05:40
*** fnaval has quit IRC05:40
*** iceyao has joined #openstack-meeting05:40
*** salv-orlando has joined #openstack-meeting05:40
*** iceyao_ has joined #openstack-meeting05:43
*** dmorita has joined #openstack-meeting05:44
*** iceyao has quit IRC05:45
*** salv-orlando has quit IRC05:45
*** dmorita has quit IRC05:45
*** dmorita_ has joined #openstack-meeting05:45
*** iceyao_ has quit IRC05:48
*** armax has quit IRC05:50
*** dmorita has joined #openstack-meeting05:50
*** dmorita_ has quit IRC05:50
*** shu-mutou-AWAY is now known as shu-mutou05:50
*** iceyao has joined #openstack-meeting05:51
*** dmorita_ has joined #openstack-meeting05:52
*** dmorita has quit IRC05:52
*** iceyao_ has joined #openstack-meeting05:53
*** nadya has quit IRC05:53
*** iceyao__ has joined #openstack-meeting05:55
*** aeng has quit IRC05:55
*** iceyao has quit IRC05:55
*** dmorita_ has quit IRC05:57
*** iceyao has joined #openstack-meeting05:57
*** iceyao_ has quit IRC05:57
*** iceyao__ has quit IRC05:57
*** trinaths has joined #openstack-meeting05:58
*** nkrinner_afk is now known as nkrinner05:59
*** gongysh has joined #openstack-meeting06:01
*** links has quit IRC06:04
*** yangyape_ has joined #openstack-meeting06:05
*** yangyapeng has quit IRC06:08
*** aeng has joined #openstack-meeting06:08
*** ekcs has quit IRC06:12
*** guoshan has joined #openstack-meeting06:15
*** ekcs has joined #openstack-meeting06:16
*** links has joined #openstack-meeting06:16
*** ekcs has quit IRC06:16
*** thorst has joined #openstack-meeting06:19
*** guoshan has quit IRC06:19
*** jbadiapa has quit IRC06:23
*** thorst has quit IRC06:24
*** priteau has joined #openstack-meeting06:27
*** trinaths1 has joined #openstack-meeting06:29
*** trinaths has quit IRC06:29
*** rwsu has joined #openstack-meeting06:31
*** priteau has quit IRC06:32
*** salv-orlando has joined #openstack-meeting06:33
*** xianghui has quit IRC06:35
*** markstur has quit IRC06:35
*** markstur has joined #openstack-meeting06:36
*** markstur has quit IRC06:37
*** xianghui has joined #openstack-meeting06:37
*** armax has joined #openstack-meeting06:39
*** lhx__ has joined #openstack-meeting06:42
*** rcernin has joined #openstack-meeting06:44
*** tobberydberg has joined #openstack-meeting06:52
*** jrobinson has quit IRC06:54
*** e0ne has joined #openstack-meeting06:54
*** VW has quit IRC06:54
*** Julien-zte has quit IRC06:57
*** Julien-zte has joined #openstack-meeting06:57
*** links has quit IRC06:58
*** janki has joined #openstack-meeting07:00
*** amotoki_ has joined #openstack-meeting07:01
*** lpetrut has joined #openstack-meeting07:02
*** amotoki has quit IRC07:03
*** e0ne has quit IRC07:04
*** armax has quit IRC07:06
*** yuval has joined #openstack-meeting07:06
*** guoshan has joined #openstack-meeting07:09
*** sandanar has joined #openstack-meeting07:12
*** guoshan has quit IRC07:13
*** yamamoto has quit IRC07:14
*** links has joined #openstack-meeting07:15
*** samP has quit IRC07:15
*** ykatabam has quit IRC07:16
*** himani has quit IRC07:19
*** thorst has joined #openstack-meeting07:20
*** andreas_s has joined #openstack-meeting07:22
*** salv-orl_ has joined #openstack-meeting07:22
*** tesseract has joined #openstack-meeting07:22
*** jprovazn has joined #openstack-meeting07:24
*** thorst has quit IRC07:24
*** salv-orlando has quit IRC07:25
*** longxiongqiu has joined #openstack-meeting07:27
*** longxiongqiu has quit IRC07:30
*** zhufl has joined #openstack-meeting07:30
*** longxiongqiu has joined #openstack-meeting07:30
*** longxiongqiu has joined #openstack-meeting07:30
*** csomerville has joined #openstack-meeting07:31
*** cody-somerville has quit IRC07:31
*** rbartal has joined #openstack-meeting07:31
*** fzdarsky_ is now known as fzdarsky07:35
*** anilvenkata has joined #openstack-meeting07:35
*** rbartal has quit IRC07:37
*** dimtruck is now known as zz_dimtruck07:37
*** longxiongqiu has quit IRC07:41
*** swap-nilangekar has joined #openstack-meeting07:41
*** guoshan has joined #openstack-meeting07:44
*** rbartal has joined #openstack-meeting07:49
*** SerenaFeng has quit IRC07:53
*** SerenaFeng has joined #openstack-meeting07:53
*** kaisers_ has joined #openstack-meeting07:54
*** ralonsoh has joined #openstack-meeting07:54
*** nadya has joined #openstack-meeting07:57
*** cartik has joined #openstack-meeting08:00
*** lpetrut has quit IRC08:02
*** hashar has joined #openstack-meeting08:03
*** Julien-zte has quit IRC08:04
*** janonymous has quit IRC08:04
*** matrohon has joined #openstack-meeting08:04
*** makowals has quit IRC08:06
*** X-dark has quit IRC08:06
*** ihrachys has joined #openstack-meeting08:07
*** iyamahat has joined #openstack-meeting08:07
*** makowals has joined #openstack-meeting08:07
*** guoshan has quit IRC08:08
*** dmorita has joined #openstack-meeting08:11
*** ihrachys has quit IRC08:11
*** ltomasbo|away is now known as ltomasbo08:11
*** dmorita has quit IRC08:12
*** dmorita has joined #openstack-meeting08:12
*** markstur has joined #openstack-meeting08:15
*** dmorita has quit IRC08:16
*** dmorita_ has joined #openstack-meeting08:16
*** swap-nilangekar has quit IRC08:16
*** guoshan has joined #openstack-meeting08:17
*** lpetrut has joined #openstack-meeting08:17
*** iceyao has quit IRC08:18
*** dmorita_ has quit IRC08:18
*** dmorita has joined #openstack-meeting08:18
*** chandankumar has joined #openstack-meeting08:18
*** markstur has quit IRC08:19
*** iyamahat_ has joined #openstack-meeting08:20
*** thorst has joined #openstack-meeting08:21
*** dmorita has quit IRC08:23
*** jbadiapa has joined #openstack-meeting08:24
*** iyamahat has quit IRC08:24
*** iyamahat_ has quit IRC08:25
*** thorst has quit IRC08:25
*** pnavarro has joined #openstack-meeting08:26
*** priteau has joined #openstack-meeting08:27
*** abalutoiu_ has quit IRC08:28
*** janonymous has joined #openstack-meeting08:30
*** mlakat has joined #openstack-meeting08:31
*** priteau has quit IRC08:32
*** toscalix has joined #openstack-meeting08:33
*** irenab has quit IRC08:33
*** irenab_ is now known as irenab08:33
*** mlakat has quit IRC08:34
*** abalutoiu has joined #openstack-meeting08:34
*** mlakat has joined #openstack-meeting08:34
*** dmorita has joined #openstack-meeting08:35
*** mlakat has quit IRC08:35
*** dmorita_ has joined #openstack-meeting08:36
*** dmorita_ has quit IRC08:38
*** dmorita has quit IRC08:38
*** dmorita__ has joined #openstack-meeting08:39
*** dmorita has joined #openstack-meeting08:41
*** irenab_ has joined #openstack-meeting08:42
*** dmorita__ has quit IRC08:43
*** e0ne has joined #openstack-meeting08:44
*** dmorita has quit IRC08:45
*** markvoelker has joined #openstack-meeting08:46
*** lpetrut has quit IRC08:47
*** swap-nilangekar has joined #openstack-meeting08:49
*** tosky has joined #openstack-meeting08:53
*** guoshan has quit IRC08:54
*** phil has joined #openstack-meeting08:55
*** cartik has quit IRC08:55
*** phil is now known as Guest288608:55
*** guoshan has joined #openstack-meeting08:56
*** Julien-zte has joined #openstack-meeting08:58
*** samP has joined #openstack-meeting08:58
*** iceyao has joined #openstack-meeting08:58
*** blancos has joined #openstack-meeting09:00
gmann#startmeeting qa09:00
openstackMeeting started Thu Mar  9 09:00:49 2017 UTC and is due to finish in 60 minutes.  The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot.09:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.09:00
*** openstack changes topic to " (Meeting topic: qa)"09:00
openstackThe meeting name has been set to 'qa'09:00
gmannhi, who all here today ?09:01
samPhi o/09:01
gmannsamP: hi.09:01
samPThis me samapth from NTT09:01
blancoso/09:01
zhuflhello09:01
gmannsamP: nice to see you09:01
samPgmann: hi..09:01
chandankumargmann: toscalix samP zhufl \o/09:02
*** martinkopec has joined #openstack-meeting09:02
gmannhi everyone09:02
gmannandreaf: masayukig jordanP ?09:02
toskyhi09:02
gmannmasayukig is not around today09:02
gmann#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_March_9th_2017_.280900_UTC.2909:02
gmann^^ today agenda09:03
* masayukig is here but read-only-mode...09:03
andreafo/09:03
gmannwe have Pike priority here - #link https://etherpad.openstack.org/p/pike-qa-priorities09:03
gmannand most of them with assignee also.09:04
gmann#topic Previous Meeting Action review09:04
*** openstack changes topic to "Previous Meeting Action review (Meeting topic: qa)"09:04
gmannlet's checkout the action items09:04
*** pnavarro has quit IRC09:04
gmann1. andreaf email ML with our plan on scenario tests09:04
gmanni think andreaf did that09:05
gmann2. andreaf setup a scenario only job for tempest09:05
andreafgmann yeah just looking for a link...09:05
gmann#link http://lists.openstack.org/pipermail/openstack-dev/2017-March/113113.html09:06
andreafthanks...09:06
andreafgmann: so for 2.09:06
andreafit's WIP09:06
gmann2. andreaf setup a scenario only job for tempest09:06
gmannandreaf: thanks, link ?09:06
andreafgmann: I have a few patches in Tempest, d-g and project-config #link https://review.openstack.org/#/c/442565/09:06
*** mlakat has joined #openstack-meeting09:07
andreaf#link https://review.openstack.org/#/c/441980/ Tempest one is merged09:07
gmannandreaf: local.conf things from job directly not stable yet ?09:07
gmanni was thinking we can avoid d-g flags09:08
andreafgmann: and project-config one is my local branch, haven't posted it yet09:08
*** e0ne has quit IRC09:08
gmannandreaf: ok, thanks for working on those.09:08
andreafgmann: yes local conf works for tempest settings and I used that for the project-config bit09:08
*** e0ne has joined #openstack-meeting09:08
andreafgmann: but which tox env to use is not under local conf control09:09
gmannah yea09:09
gmannll check all series tomorrow09:09
andreafgmann: I don't like new flags either, but the alternative is to not use a dedicated tox env, which I though it was worse09:09
andreafgmann: thanks09:09
gmannand currently we have 11 scenario tests running on normal jobs09:09
gmannandreaf: yea tox env use is pretty nice09:10
gmann3. * andreaf check with luzC about grenade specs09:10
gmannandreaf: again for you :)09:10
andreafgmann: yeah luzC mentioned she was going to withdraw those specs09:11
andreafand start new ones09:11
gmannwithdraw old one ?09:11
*** priteau has joined #openstack-meeting09:12
gmannor its all new one what was discussed in PTG like rolling upgrade support etc09:12
*** prateek has joined #openstack-meeting09:13
*** dmorita has joined #openstack-meeting09:13
andreafgmann: yeah so they are not grenade specs anymore09:13
andreafgmann: rolling upgrade and so will be done by other means09:13
gmannin different project or way ?09:14
gmannanyways let's get more clarity once we have spec up09:15
gmannnext AI- 4. oomichi to look at API versions for test jobs09:15
gmann#link https://etherpad.openstack.org/p/tempest-api-versions-in-pike09:15
gmanni think this will be very nice step if we can get rid of deprecated and unsupported version testing from tempest09:16
andreafyeah there are a few patches up already oomichi has been driving this forward09:16
gmannit will make lot of load down on maintenance as well as on gate09:17
andreafyeah09:17
gmannyea, oomichi will finish those fast i know :)09:17
*** dmorita has quit IRC09:17
gmanncool09:17
andreafonly one note on my side - config is a stable interface, and so are default values09:17
gmann5. everyone - review the ethercalc @09:17
andreafchanging default values for a config is a backward incompatible chnage, so we need to give notice for that :)09:18
*** nadya has quit IRC09:18
gmannandreaf: default values also yes i think09:18
gmannandreaf: i think i gave +1 or +2 on that09:18
gmannbut agree we should not change default value09:18
gmannnot sure deprecation process on default values change09:19
*** alexpilotti has quit IRC09:19
gmannwe can do just in help ?09:19
andreafgmann: yeah I guess so09:19
*** alexpilotti has joined #openstack-meeting09:20
gmannandreaf: ok.09:20
*** nadya has joined #openstack-meeting09:20
gmannnext AI:  ethercalc09:21
gmannits all done and scenario tests are sorted out09:21
gmann6. sdague to look into cinder v1 admin tests09:21
gmannandreaf: we can remove even admin tests for v1 right09:21
*** thorst has joined #openstack-meeting09:22
*** blair has quit IRC09:22
*** abalutoiu has quit IRC09:22
*** masayukig[m] has quit IRC09:22
andreafheh I have to check I think sdague mentioned that it was actually ok as it is, but not 100% sure09:23
gmannhumm. i want to remove api version selection config options we have09:23
gmannanyways let's check sdague on that09:24
gmann#topic Gate Status09:24
*** openstack changes topic to "Gate Status (Meeting topic: qa)"09:24
gmannso after cutting off scenario tests, gate kind of stable seems..09:24
gmannbut i am suspecting some ssh failure still even from API or scenario tests :)09:25
andreafgmann: the failures on the main tempest job are still too high: #link https://goo.gl/Ms7OVZ09:25
andreafwe are still hitting libvirt crashes a lot #link  http://status.openstack.org/elastic-recheck/09:26
gmannandreaf: oh, i think volume attach tests may be?09:26
andreafgmann: can you look into those?09:26
gmannandreaf: sure, but i can do tomorrow only09:27
andreafI wanted to check if the libvirt crashes happen on API or scenario - I have the feeling it will be on API side, because API tests still generate good load on the system09:27
gmann#action  gmann to check libvirt crashes issues on tempest job09:28
andreafon the other side if it's on scenario we might be able then to isolate the issue, get a reproducer and ask libvirt folks for a fix09:28
gmannandreaf: yea i suspect attach detach tests09:28
gmannnice09:28
andreafanyways, there is still work to be done on the gate, so that stays the highest prio for me09:28
gmann+109:29
gmanngate stability is main goal09:29
*** blair has joined #openstack-meeting09:29
andreafin case the issue is load related, one way forward could be to split API and scenario in two jobs and reduce concurrency on the API side09:29
gmann openstack developement should go smoothly09:29
andreafanother approach would be to isolate "heavy" API tests and either split them up or make them scenarios09:30
gmannandreaf: we can list heavy API tests and then figure out those to be serial or parallel09:30
andreafso I will keep looking at both options09:30
*** sshnaidm|off is now known as sshnaidm09:30
andreafgmann: yeah I started looking at subunit-describe-calls to automate that09:30
gmanni think splitting the heavy one either APi or scenario is nice09:31
gmannandreaf: nice. thanks that will help09:31
zhufl+109:31
*** thorst has quit IRC09:31
chandankumargmann: one query how to determine a test is heavy or light based on time or resources?09:31
zhuflapi tests should be simple enough09:31
gmannlet's keep eyes on gate things09:31
andreafchandankumar: heavy from resources pov09:32
gmannchandankumar: yea time taken and what all kind of operation it does09:32
andreafchandankumar: so how many VMs. volumes, networks are created by a test09:32
gmannyea09:32
chandankumarandreaf: gmann got that, Thanks :-)09:32
zhufland some scenario testcases can be removed from Tempest maybe09:32
gmannandreaf:  ll check some of them and prepare some list09:32
*** sshnaidm is now known as sshnaidm|afk09:33
andreafgmann: ok thank you!09:33
gmannzhufl: not sure about that. but we can go case by case09:33
zhufle.g, to suspend-resume-suspend-resume09:33
gmannhonestly i do not like to remove tests from tempest :)09:33
gmannzhufl: we can figure that out where to run instead of deleting09:34
*** guoshan has quit IRC09:34
andreafzhufl: yeah some may not belong to tempest at all, but I guess that's a separate discussion for now09:34
gmannbut yea if those are covered on project side then yes09:34
gmannlet's move09:34
gmann#topic Pike Goals09:34
*** openstack changes topic to "Pike Goals (Meeting topic: qa)"09:34
gmann1. Python 3.5 https://governance.openstack.org/tc/goals/pike/python35.html09:34
*** guoshan has joined #openstack-meeting09:34
gmanni think this is completed09:34
andreafheh I was hoping to have some work done on these, but I have not had the time yet09:34
gmannandreaf: on 3.5?09:35
andreafgmann: so the process is that I need to put up specs for each goal09:35
andreafgmann: and add the specs to the governance repo in the overall goal09:35
gmannandreaf: and update patch on goverance09:35
gmannok09:35
*** masayukig[m] has joined #openstack-meeting09:35
chandankumargmann: i can check and confirm by runnign tempest on py3.509:35
chandankumar?09:35
andreafgmann: and in each spec we need to say what needs to be done for python 3 and wsgi respectively09:35
*** alexchadin has joined #openstack-meeting09:36
andreafgmann: and this is not for tempest only but for every project under the QA umbreall09:36
*** xianghui has quit IRC09:36
gmannandreaf: or just update status on that like  - #link https://review.openstack.org/#/c/440832/09:36
*** anilvenkata has quit IRC09:36
gmannandreaf: yea, all projects09:36
gmannblancos: how about patrole ?09:36
andreafso I guess there won't be much real work to be done but I just need to go through the list and make sure everything is covered09:37
gmanndo we have tests running on 3.5 job there09:37
andreafand what is not should go in the high prio list09:37
gmannandreaf: yea09:37
blancosgmann I'd have to doublecheck but I think we have a py35 gate09:37
andreafso I was hoping to have the list for today but I didn't manage yet, so it will be next week09:37
gmann#action andreaf to add sepcs on Pike Goal, py3.5 and wsgi for all QA projects09:38
gmannandreaf: ^^ :)09:38
*** Julien-zte has quit IRC09:38
gmannblancos: cool, please update andreaf after checking on that.09:38
blancosandreaf gmann I just looked, we do :)09:39
*** kevinz has quit IRC09:39
gmannblancos: THIS? #LINK http://logs.openstack.org/17/443417/1/check/gate-patrole-python35/adfe79b/09:39
gmannblancos: i think that runs just unit tests on 3.5 not patrole on 3.509:39
andreafso integration tests must pass when a service runs on py3.5 but it the goal does not say anything about running integration tests on py3.509:40
gmannandreaf: is it?09:40
andreafbut I would like to have that as a soft goal as well, not high prio like the main goal perhaps but it would be nice09:40
blancosgmann Oh I'm sorry you're right. We're working on CI gates right now, I'll check with my colleague who's working on that09:41
gmanni thought tests module too should be running on 3.509:41
gmannll check anyways09:41
andreafblancos, gmann: ok I'll prepare a spec / etherpad and we can all comment on it then09:41
*** mickeys has quit IRC09:41
gmannandreaf: cool, thanks, i already added AI for you09:41
gmannanyways lets speed up09:41
*** abalutoiu has joined #openstack-meeting09:41
andreafgmann: yeah unit / functional tests09:41
andreafbut we don't have functional tests09:42
gmann#topic Specs Reviews09:42
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)"09:42
gmann#link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z09:42
gmannandreaf: i see09:42
gmanni think samP created new one/restored HA one # link https://review.openstack.org/#/c/443504/09:43
samPgmann: yes09:43
gmannlet's talk on that separately09:43
*** pnavarro has joined #openstack-meeting09:43
gmannanything else on specs?09:43
samPgmann: sure09:43
andreafok thanks I need to review that one :)09:43
andreafsamP: is it WIP or ready for review?09:44
gmann#topic Tempest09:44
*** openstack changes topic to "Tempest (Meeting topic: qa)"09:44
gmann- Warnings for internal interfaces? (andreaf)09:44
samPadiantum: WIP for now,09:44
andreafsamP: ok thanks09:44
samPandreaf: sorry, WIP for now, I will update my todo items09:44
gmannandreaf: you mean warning on each internal interface but we do not know how many in use09:44
andreafgmann: yeah I wanted to chat about if / how we advertise tempest internal interfaces09:45
andreafso something like raising a warning if an internal module is imported by a project that is not tempest09:45
gmannandreaf: so doc on stable interface as list should be enough? and everything else is internal09:45
andreafI'm not sure how to implement that in way that is not too invasive and verbose, and I'm not sure if it's a good idea09:46
gmanni know we do that currently and people still use internal variable too :)09:46
toskyis there a way to identify them with some code analysis? It would be easier to identify the top-requested functions before starting to see warnings all over09:46
gmannandreaf: ok, that will be good but on import warning it will be tempest too09:46
andreafgmann: well docs are ok I guess, but people does not necessarily read docs - which is normal09:46
toskygmann: can we defer the warning after identifing the required missing interfaces?09:47
gmanntosky:  we can grep on codesearch but how many,09:47
*** treiz has quit IRC09:47
andreafgmann: yeah I have some scripts to find out imports09:47
gmanntosky: yea thats main goal, to have more and more required interface as stable09:47
gmannandreaf: nice. but list might be huge right09:48
*** dmorita has joined #openstack-meeting09:48
toskyyes, but starting with warnings before having alternatives may be... counterproductive09:48
*** yamahata has quit IRC09:48
andreafgmann: #link https://github.com/andreafrittoli/tempest_stable_interfaces/blob/master/data/get_deps.sh09:48
gmanntosky: +1 i am on that side always :) but let's see how many we can provide09:48
gmanntosky: but thing is it takes time to give complete interface as stable09:49
gmannandreaf: cool, thanks09:49
andreaftosky: well apart from credential providers and perhaps test.py I think the alternative is to write the test in the plugins...09:49
* gmann 12 min left09:49
gmannnext - #link https://review.openstack.org/#/q/project:openstack/tempest+status:open09:49
andreaftosky: well remote client perhaps as well, but I don't think we have much more high value things to move to lib09:50
gmann^^ are open review on tempest keep doing the good work09:50
gmannBug Triage:09:50
gmann#link https://etherpad.openstack.org/p/tempest-weekly-bug-report09:50
prateekhttps://review.openstack.org/#/c/443051/, can someone please review this too ?09:50
gmannseems like nobody did last week09:50
toskyandreaf: "get me the proper network used for the test, either created with the dynamic project or preconfigured"09:51
gmannbut we have report from luzC on previous week09:51
andreafgmann: lucZ sent an email about bug triage09:51
toskyandreaf: that's required for any serious scenario tests09:51
*** GK___1wm____SU has joined #openstack-meeting09:51
*** ykatabam has joined #openstack-meeting09:51
*** GK___1wm____SU has left #openstack-meeting09:51
*** GK___1wm____SU has quit IRC09:51
gmannandreaf: yea, i added in report #link https://etherpad.openstack.org/p/tempest-weekly-bug-report09:51
gmannwe have 7 new bugs09:51
gmannjwhite is next week. ll ping him if i can reach to him09:52
gmannanything on tempest side ?09:52
*** dmorita has quit IRC09:52
toskya potential issue with external plugin configuration, but we can handle it on -qa later09:52
*** youzp_ is now known as youzp09:52
gmannif nothing on DevStack  grenade, o-h we can skip as time is less09:52
*** electrofelix has joined #openstack-meeting09:52
tosky(well, not potential)09:53
gmanntosky: yea, do we have bug on that, saw conversation on QA channel but not fully09:53
chandankumargmann: do we really need this while building doc https://github.com/openstack/tempest/blob/master/doc/source/conf.py#L18 ?09:53
chandankumarto generate a list of plugins09:53
chandankumaror i move it to a seperate tox section?09:54
gmannchandankumar: need to check that is for listing all plugin on sample right09:54
gmann#topic Patrole09:54
*** openstack changes topic to "Patrole (Meeting topic: qa)"09:54
chandankumargmann: ok09:54
gmannblancos: your turn, anything you want to bring in09:54
gmannblancos: not sure about admin things on tests which i need to check the framework first09:55
blancosI had 3 questions related to Patrole, but I can save them for -qa since we're short on time09:55
gmannblancos: go ahead we can see if out of time09:55
blancosOkay. 1. I understand that at the PTG it was decided base classes would become stable interfaces. I was wondering if there was any talk about doing that for waiters as well09:56
gmannblancos: waiter too. i will check that09:56
*** dbecker has joined #openstack-meeting09:56
blancos2. A couple were asking at a meeting yesterday if we had an IRC room. We don't09:57
blancosWould we use QA's or get our own?09:57
gmanni reemember we had patch for waiter but need to check where that went09:57
gmannblancos: we cover in QA meeting but if you feel you need more time then its all ncie to have sub meeting too09:57
gmannwe do in nova09:58
gmannandreaf: ^^ what u say09:58
gmannblancos: keep your 3rd question on QA :) sorry09:58
*** e0ne has quit IRC09:58
gmann#topic Destructive Testing09:58
*** openstack changes topic to "Destructive Testing (Meeting topic: qa)"09:58
samPI hv just proposed a new spec (443504) in favor of Timur’s spec.09:58
gmannso destructive testing is being started by samP09:58
gmannsamP: big thanks on that09:58
andreafgmann: well in terms of IRC I would rather keep one room09:58
gmannsamP: cool09:58
samPgmann: np09:58
samPI will address all the comments to Timur’s spec in my new spec.09:59
*** hashar has quit IRC09:59
andreafgmann: in terms of meeting, if there is a need for a submeeting (enough to discuss there) I'm fine with that09:59
gmannsamP: in barcelona we mainly wanted user story on spec side09:59
gmannsamP: not sure you have in spec, if not can you put some of them09:59
samPgmann: I will add them09:59
gmannsamP: it will be easy to visualize09:59
gmannsamP: thanks09:59
gmannandreaf: ok10:00
samPgmann: I will update this spec and clear my todos soon10:00
gmannlet's move to QA10:00
andreafgmann: but I would keep a patrole section in the main meeting for a quick update10:00
gmannthanks all for joining10:00
gmann#endmeeting10:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"10:00
openstackMeeting ended Thu Mar  9 10:00:49 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)10:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-03-09-09.00.html10:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-03-09-09.00.txt10:00
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-03-09-09.00.log.html10:00
chandankumargmann: Thanks for chairing  the meeting :-)10:00
*** blancos has left #openstack-meeting10:01
*** nadya has quit IRC10:02
*** dmorita has joined #openstack-meeting10:05
*** nijaba has quit IRC10:05
*** SerenaFeng has quit IRC10:06
*** dmorita has quit IRC10:06
*** dmorita_ has joined #openstack-meeting10:06
*** dmorita_ has quit IRC10:07
*** dmorita has joined #openstack-meeting10:07
*** tosky has quit IRC10:08
*** hashar has joined #openstack-meeting10:08
*** SerenaFeng has joined #openstack-meeting10:08
*** dmorita_ has joined #openstack-meeting10:11
*** yangyape_ has quit IRC10:11
*** dmorita has quit IRC10:12
*** dmorita_ has quit IRC10:12
*** dmorita has joined #openstack-meeting10:12
*** nijaba has joined #openstack-meeting10:12
*** nijaba has quit IRC10:12
*** nijaba has joined #openstack-meeting10:12
*** treiz has joined #openstack-meeting10:14
*** dmorita has quit IRC10:16
*** dmorita has joined #openstack-meeting10:21
*** iceyao has quit IRC10:21
*** dmorita_ has joined #openstack-meeting10:22
*** dmorita has quit IRC10:24
*** dmorita_ has quit IRC10:24
*** dmorita has joined #openstack-meeting10:24
*** dmorita_ has joined #openstack-meeting10:25
*** dmorita has quit IRC10:25
*** dmorita_ has quit IRC10:27
*** dmorita has joined #openstack-meeting10:27
*** dmorita_ has joined #openstack-meeting10:28
*** dmorita has quit IRC10:28
*** dmorita has joined #openstack-meeting10:30
*** dmorita_ has quit IRC10:30
*** dmorita_ has joined #openstack-meeting10:31
*** dmorita has quit IRC10:31
*** dteselkin has quit IRC10:32
*** dmorita_ has quit IRC10:32
*** dmorita has joined #openstack-meeting10:33
*** guoshan has quit IRC10:33
*** dmorita has quit IRC10:34
*** dmorita has joined #openstack-meeting10:34
*** lpetrut has joined #openstack-meeting10:34
*** sambetts|afk is now known as sambetts10:35
*** dmorita has quit IRC10:35
*** dmorita has joined #openstack-meeting10:36
*** dteselkin has joined #openstack-meeting10:36
*** Julien-zte has joined #openstack-meeting10:37
*** dmorita has quit IRC10:40
*** adiantum1 has joined #openstack-meeting10:40
*** mickeys has joined #openstack-meeting10:42
*** adiantum has quit IRC10:42
*** adiantum1 is now known as adiantum10:42
*** gongysh has quit IRC10:44
*** sshnaidm|afk is now known as sshnaidm10:45
*** mickeys has quit IRC10:46
*** nadya has joined #openstack-meeting10:47
*** sudipto has quit IRC10:51
*** lhx__ has quit IRC11:00
*** salv-orl_ has quit IRC11:00
*** salv-orlando has joined #openstack-meeting11:01
*** salv-orlando has quit IRC11:01
*** salv-orlando has joined #openstack-meeting11:02
*** kevinz has joined #openstack-meeting11:12
*** rbartal has quit IRC11:18
*** rbartal has joined #openstack-meeting11:18
*** kevinz has quit IRC11:19
*** kevinz has joined #openstack-meeting11:20
*** JoseMello has joined #openstack-meeting11:21
*** dmorita has joined #openstack-meeting11:22
*** dmorita_ has joined #openstack-meeting11:23
*** dmorita has quit IRC11:23
*** swap-nilangekar has quit IRC11:25
*** markstur has joined #openstack-meeting11:26
*** aloga_ has joined #openstack-meeting11:27
*** dmorita has joined #openstack-meeting11:27
*** dmorita_ has quit IRC11:28
*** dmorita has quit IRC11:28
*** thorst has joined #openstack-meeting11:28
*** dmorita has joined #openstack-meeting11:28
*** yamamoto has joined #openstack-meeting11:29
*** vishwanathj has quit IRC11:29
*** vishwanathj has joined #openstack-meeting11:29
*** markstur has quit IRC11:31
*** aarefiev_afk has quit IRC11:32
*** dmorita has quit IRC11:33
*** markvoelker has quit IRC11:33
*** thorst has quit IRC11:33
*** epico has quit IRC11:34
*** shu-mutou is now known as shu-mutou-AWAY11:34
*** dmorita has joined #openstack-meeting11:35
*** e0ne has joined #openstack-meeting11:37
*** dmorita has quit IRC11:38
*** dmorita has joined #openstack-meeting11:38
*** dmorita has quit IRC11:42
*** mickeys has joined #openstack-meeting11:43
*** zhufl has quit IRC11:43
*** zhufl has joined #openstack-meeting11:44
*** SerenaFeng has quit IRC11:46
*** mickeys has quit IRC11:47
*** rfolco has joined #openstack-meeting11:47
*** rfolco_ has joined #openstack-meeting11:50
*** rfolco has quit IRC11:53
*** sdague has joined #openstack-meeting11:53
*** adiantum has quit IRC11:54
*** julim has quit IRC11:54
*** adiantum1 has joined #openstack-meeting11:54
*** adiantum1 is now known as adiantum11:56
*** kaisers_ has quit IRC11:57
*** rfolco_ has quit IRC11:58
*** rfolco has joined #openstack-meeting11:59
*** kaisers_ has joined #openstack-meeting11:59
*** kaisers_ has quit IRC11:59
*** kaisers_ has joined #openstack-meeting12:00
*** sshnaidm is now known as sshnaidm|lnch12:01
*** raildo has joined #openstack-meeting12:01
*** aysyd has joined #openstack-meeting12:03
*** SerenaFeng has joined #openstack-meeting12:05
*** amotoki_ has quit IRC12:07
*** zhurong has quit IRC12:08
*** amotoki has joined #openstack-meeting12:08
*** amotoki_ has joined #openstack-meeting12:09
*** claudiub has joined #openstack-meeting12:10
*** aarefiev_afk has joined #openstack-meeting12:12
*** amotoki has quit IRC12:13
*** amotoki_ has quit IRC12:14
*** yamamoto has quit IRC12:21
*** yamamoto has joined #openstack-meeting12:21
*** aloga__ has joined #openstack-meeting12:24
*** aloga___ has joined #openstack-meeting12:24
*** 21WAAQZ9J has joined #openstack-meeting12:24
*** aloga____ has joined #openstack-meeting12:24
*** aloga___1 has joined #openstack-meeting12:24
*** aloga___2 has joined #openstack-meeting12:24
*** aloga___3 has joined #openstack-meeting12:24
*** aloga___4 has joined #openstack-meeting12:24
*** aloga___5 has joined #openstack-meeting12:24
*** aloga___6 has joined #openstack-meeting12:24
*** aloga___7 has joined #openstack-meeting12:24
*** adiantum1 has joined #openstack-meeting12:24
*** amotoki has joined #openstack-meeting12:26
*** adiantum has quit IRC12:27
*** adiantum1 is now known as adiantum12:27
*** tbarron has joined #openstack-meeting12:27
*** sshnaidm|lnch is now known as sshnaidm12:29
*** sudipto has joined #openstack-meeting12:29
*** X-dark has joined #openstack-meeting12:30
*** bkopilov has quit IRC12:30
*** sdague has quit IRC12:36
*** zhangshuai has quit IRC12:36
*** thorst has joined #openstack-meeting12:37
*** SerenaFeng has quit IRC12:38
*** aloga___1 has quit IRC12:38
*** aloga___6 has quit IRC12:38
*** aloga_ has quit IRC12:38
*** aloga___5 has quit IRC12:38
*** 21WAAQZ9J has quit IRC12:38
*** aloga__ has quit IRC12:38
*** aloga___7 has quit IRC12:38
*** aloga___ has quit IRC12:38
*** aloga___4 has quit IRC12:38
*** aloga___2 has quit IRC12:38
*** aloga___3 has quit IRC12:38
*** aloga____ has quit IRC12:38
*** salv-orlando has quit IRC12:38
*** zhangshuai has joined #openstack-meeting12:38
*** toscalix has quit IRC12:39
*** e0ne_ has joined #openstack-meeting12:39
*** toscalix has joined #openstack-meeting12:40
*** e0ne has quit IRC12:42
*** Julien-zte has quit IRC12:42
*** Julien-z_ has joined #openstack-meeting12:42
*** gongysh has joined #openstack-meeting12:43
*** yangyapeng has joined #openstack-meeting12:43
*** mickeys has joined #openstack-meeting12:43
*** sridharg has quit IRC12:44
*** lhx__ has joined #openstack-meeting12:45
*** rossella_s has joined #openstack-meeting12:48
*** mickeys has quit IRC12:48
*** kaisers_ has quit IRC12:48
*** fguillot has joined #openstack-meeting12:49
*** ayogi has quit IRC12:50
*** askb has quit IRC12:54
*** mriedem_away is now known as mriedem12:55
*** rossella_s has quit IRC12:56
*** jkilpatr has joined #openstack-meeting12:56
*** trinaths1 has left #openstack-meeting12:58
*** jkilpatr has quit IRC13:04
*** esberglu has joined #openstack-meeting13:06
*** youzp has quit IRC13:06
*** jkilpatr has joined #openstack-meeting13:06
*** yamamoto has quit IRC13:07
*** alexchadin has quit IRC13:08
*** VW has joined #openstack-meeting13:10
*** jkilpatr has quit IRC13:12
*** yamamoto has joined #openstack-meeting13:13
*** jkilpatr has joined #openstack-meeting13:16
*** huanxuan has quit IRC13:16
*** markstur has joined #openstack-meeting13:16
*** yamamoto has quit IRC13:16
*** alexchadin has joined #openstack-meeting13:17
*** yamamoto has joined #openstack-meeting13:17
*** markstur has quit IRC13:20
*** yamamoto has quit IRC13:21
*** jkilpatr has quit IRC13:22
*** prateek has quit IRC13:24
*** yamamoto has joined #openstack-meeting13:25
*** salv-orlando has joined #openstack-meeting13:28
*** markstur has joined #openstack-meeting13:29
*** kaisers_ has joined #openstack-meeting13:29
*** cleong has joined #openstack-meeting13:31
*** markstur has quit IRC13:33
*** alexchadin has quit IRC13:33
*** kaisers_ has quit IRC13:34
*** sfinucan has joined #openstack-meeting13:45
*** sridharg has joined #openstack-meeting13:51
*** julim has joined #openstack-meeting13:52
*** martinkopec has quit IRC13:53
*** cdent has joined #openstack-meeting13:54
*** iceyao has joined #openstack-meeting13:56
*** SerenaFeng has joined #openstack-meeting13:57
*** alexchadin has joined #openstack-meeting13:58
*** lamt has joined #openstack-meeting13:58
*** takashin has joined #openstack-meeting13:59
*** SerenaFe_ has joined #openstack-meeting13:59
*** SerenaFe_ has quit IRC14:00
cdent#startmeeting nova14:00
openstackMeeting started Thu Mar  9 14:00:19 2017 UTC and is due to finish in 60 minutes.  The chair is cdent. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
*** openstack changes topic to " (Meeting topic: nova)"14:00
openstackThe meeting name has been set to 'nova'14:00
mriedemo/14:00
bauzas\o14:00
takashino/14:00
efriedo/14:00
*** SerenaFeng has quit IRC14:00
gibio/14:00
*** iceyao has quit IRC14:00
edleafe\o14:00
cdentHi, welcome to a nova meeting run by me because mriedem has the audacity to parent his actual children rather than us.14:00
mriedemyou'll always be abused stepchildren to me14:01
*** janki has quit IRC14:01
*** armstrong has joined #openstack-meeting14:01
cdentwe'll just run through the agenda like normal14:01
cdent#topic release news14:01
*** openstack changes topic to "release news (Meeting topic: nova)"14:01
cdent#link Pike release schedule: https://wiki.openstack.org/wiki/Nova/Pike_Release_Schedule14:02
mriedemi updated the official release schedule with our spec freeze date14:02
* johnthetubaguy lurks14:02
*** zhangshuai has quit IRC14:02
cdentjust over a month util p-114:02
mriedemwell https://review.openstack.org/#/c/442201/14:02
bauzasmriedem: cool14:02
*** zhangshuai has joined #openstack-meeting14:02
*** SerenaFeng has joined #openstack-meeting14:02
cdent#link review for spec freeze date https://review.openstack.org/#/c/442201/14:03
*** AlanClark has joined #openstack-meeting14:03
*** eharney has joined #openstack-meeting14:03
cdentanybody want to say anything else about that?14:03
mriedemnope14:03
cdent#topic bugs14:03
*** openstack changes topic to "bugs (Meeting topic: nova)"14:03
*** tdasilva- is now known as tdasilva14:03
cdentthere is a critical bug:14:03
cdent#link https://bugs.launchpad.net/nova/+bug/1670627 - quotas are not decremented in nova cell DB when we delete an instance in cell014:03
openstackLaunchpad bug 1670627 in OpenStack Compute (nova) "quota is always in-use after delete the ERROR instances " [Critical,In progress] - Assigned to Matt Riedemann (mriedem)14:03
mriedemi've got a fix started in the series here https://review.openstack.org/#/c/443403/14:04
mriedemKevin_Zheng has a local recreate and was testing the fix last night,14:04
mriedemi'm going to work on a functional test to recreate today14:04
bauzasmriedem: even with single cell ?14:04
mriedemyes14:04
cdentso, under control, any help needed?14:04
bauzas:/14:04
mriedemumm, eyeballs are nice14:04
mriedemit's also in ocata,14:05
mriedemwhich is bad14:05
*** SerenaFeng has quit IRC14:05
mriedemso only the bottom patch is going to be backported14:05
*** edleafe_ has joined #openstack-meeting14:05
* cdent gives mriedem glenn's eyeball14:05
mriedemthe top one is a pike-only issue14:05
bauzasyeah14:05
bauzasit's a WIP because of lack of testing ?14:05
bauzasoh no14:05
mriedembauzas: and because we don't know it fixes the issue yet14:05
bauzasnvm :)14:05
bauzasok14:05
mriedemhence the need for a functional test14:06
mriedemb/c unit tests aren't going to cut it14:06
bauzasyeah14:06
mriedemnothing else on that14:06
cdentthere's also a critical bug over on the docs side of the world related to updates of the install docs for nova. this is close to being resolved and verified. the review for that is:14:06
cdent#link install docs update: https://review.openstack.org/#/c/438328/14:07
cdentI just got halfway through a greenfield install it is working14:07
bauzascdent: FWIW, I wonder if the docs bug is really a regression or not14:07
bauzasseems like it's libvirt not restarted14:07
cdentbauzas: there's two issue at play14:07
*** SerenaFeng has joined #openstack-meeting14:07
bauzasokay, I'll look into it14:08
cdentone is that there were no docs for greenfield install of cells and placement14:08
*** gongysh has quit IRC14:08
cdentthe other is the libvirt thing14:08
*** amotoki has quit IRC14:08
bauzasI thought there was a review for the cells and placement doc ?14:08
cdentthe former is in hand, not sure on the latter14:08
cdentthat's the link I just pasted above, so yes14:08
bauzasokay14:08
*** gouthamr has joined #openstack-meeting14:08
cdentbut it's considered pretty crtiical from the docs side of the world since they'd like to have correct ocata docs, since its already out14:09
*** loquacities has quit IRC14:09
cdentany other critical bugs?14:09
cdent#link check queue gate status http://status.openstack.org/elastic-recheck/index.html14:09
cdentmriedem anything to say about that?14:09
cdentmust be parenting14:10
mriedemnope14:10
cdenttiming is everything14:10
mriedemteeth need to be brushed14:10
*** loquacities has joined #openstack-meeting14:10
cdent#link 3rd party CI status http://ci-watch.tintri.com/project?project=nova&time=7+days14:11
mriedemno news there really14:11
cdentit is what is say on the tin14:11
*** dmorita has joined #openstack-meeting14:11
cdent#topic reminders14:11
*** openstack changes topic to "reminders (Meeting topic: nova)"14:11
cdent#link Pike Review Priorities etherpad: https://etherpad.openstack.org/p/pike-nova-priorities-tracking14:11
*** ihrachys has joined #openstack-meeting14:11
cdentsubteams should start getting things on there14:11
cdentif they haven't already14:11
*** dmorita_ has joined #openstack-meeting14:11
cdent#link Forum planning: https://wiki.openstack.org/wiki/Forum/Boston201714:12
mriedemwaits for next link...14:12
cdentit seems the message has changed and now there will be more for devs at summit than initially expected14:12
cdentthe next link is for brainstorming nova stuff there14:12
mriedemdansmith started an etherpad for nova stuff at the forum14:12
cdent#link https://etherpad.openstack.org/p/BOS-Nova-brainstorming Forum discussion planning for nova (dansmith)14:12
mriedemit sounds like we'll have some time for meetup-style discussion in a large room with lots of smaller tables,14:13
mriedemsounds like the lunch room at the PTG actually14:13
bauzasmriedem: midcycle-ish ?14:13
mriedemwell, point is to try and get some topics on that etherpad for things that whoever is there can talk about14:13
mriedemmostly going to be checkpointing on the status of the priorities14:13
bauzasack14:14
cdent#topic stable branch status14:14
*** openstack changes topic to "stable branch status (Meeting topic: nova)"14:14
* cdent looks at mriedem 14:14
mriedemgoing to be doing an ocata release next week14:14
mriedemafter we get this quotas thing fixed14:14
*** dmorita has quit IRC14:15
mriedemthere is another regression fix for libvirt+xen already backported so need to get that out14:15
*** dmorita has joined #openstack-meeting14:15
mriedemb/c it breaks that type of deploy on upgrade to ocata depending on your libvirt/qemu versions14:15
*** zz_dimtruck is now known as dimtruck14:15
*** ihrachys has quit IRC14:15
*** dmorita_ has quit IRC14:16
cdent#topic subteam highlights14:16
*** openstack changes topic to "subteam highlights (Meeting topic: nova)"14:16
cdentdansmith: you here?14:16
mriedemi can vouch14:16
bauzasnot yet14:16
mriedemdansmith has a series here https://review.openstack.org/#/c/442200/ for teaching the api about cells14:16
mriedemwe found some issues yesterday in the series so part of it has been moved out,14:16
mriedembut dansmith has basically a clean tempest run at the end14:16
bauzasyeah the set_target_cell() method was merged yesterday, cools14:17
mriedemwith multiple cells14:17
mriedemthe issue we found prompted https://blueprints.launchpad.net/nova/+spec/service-hyper-pci-uuid-in-api14:17
mriedemi'm going to be writing a spec for that today or tomorrow14:17
mriedembut the abstract has the details14:17
*** VW has quit IRC14:17
mriedemwe also talked about the searchlight spec a bit https://review.openstack.org/#/c/441692/14:17
mriedemand counting quotas14:17
mriedemlongest cells meeting ever actually14:18
mriedemthat's it14:18
*** VW has joined #openstack-meeting14:18
cdentedleafe: scheduler?14:18
edleafeDiscussed concerns about the destructive potential of bulk creation and deletion of traits. Resolved to remove those from the spec for now.14:18
*** VW has quit IRC14:18
edleafeDecided that resource updates in placement should not emit notifications - such notifications are best handled by the service managing the resource.14:18
edleafeNeed to get spec core eyeballs on traits spec:14:18
edleafe#link https://review.openstack.org/#/c/345138/14:18
edleafejroll to create specs for flavor changes needed for ironic resource classes.14:18
edleafeTyping speeds: alex_xu > edleafe > jroll > cdent14:18
edleafeEOM14:18
cdenthey, I improved by the end14:18
edleafenot enough14:18
cdentfair14:18
*** VW has joined #openstack-meeting14:18
cdenttdurakov: live migration?14:19
jaypipesedleafe: it's on my list.14:19
edleafejaypipes: thx14:19
*** dmorita has quit IRC14:19
cdentanyone else from live migration?14:19
raj_singhMostly we talked about specs on LM14:19
armstrongI am interested on live migration14:20
raj_singhone to support LM of rescue instances14:20
raj_singhI have few other specs up, as follow on from PTG14:20
raj_singhthat was pretty much it14:20
cdentalex_xu or johnthetubaguy want to summarize api?14:21
*** dmorita has joined #openstack-meeting14:21
*** ihrachys has joined #openstack-meeting14:21
cdentokay, we had some discussion summarizing capabilities talk at the PTG14:21
cdentrob*cresswell showed up to ask about that a bit14:21
cdentdiscussion about policy handling14:22
cdentsome long term noodling14:22
cdentsr-iov/pci ?14:23
*** yamamoto has quit IRC14:23
mriedemdon't see moshele14:23
cdentgibi: notifications?14:23
gibiI started a weekly status / focus mail about notifications14:23
gibi#link http://lists.openstack.org/pipermail/openstack-dev/2017-March/113358.html14:23
gibiOn the meeting the biggest buzz was about searchlight integration14:23
gibiwe found out that searchlight hasn't built on versioned notification yet.14:23
gibi#link https://blueprints.launchpad.net/searchlight/+spec/nova-versioned-notifications14:23
gibion our side we need to focus on #link https://blueprints.launchpad.net/nova/+spec/additional-notification-fields-for-searchlight14:23
gibiI will draft the BDM related payload pieces this week14:23
gibiShort circuiting notifications progressing. The oslo.messaging part has been merged.14:24
gibiEOM14:24
mriedemthanks gibi14:24
cdentnice summary14:24
cdentefried, thorst : powervm?14:24
efriedHi folks.  We have six reviews ready for the broader team.  They're listed in the etherpad, or here (the ones with CR+1): https://review.openstack.org/#/q/topic:bp/powervm-nova-compute-driver+status:open14:24
*** Kevin_Zheng_Hex has joined #openstack-meeting14:25
efriedThe bottom few of these have been ready since the PTG.  I don't know the protocol, and don't want to step on any toes, but how do I... er... encourage attention?14:25
*** dmorita has quit IRC14:25
mriedemefried: wait for the fires to go out?14:25
mriedemjust be patient14:25
efriedCool beans.14:25
mriedemefried: i've noticed you helping to review other patches too,14:25
*** dmorita has joined #openstack-meeting14:25
mriedemthat helps, thanks14:25
mriedemkarma and all14:25
*** ihrachys has quit IRC14:25
efriedCool, will keep at that, for whatever it's worth ;-)14:26
efriedThat's all I have.  Thanks.14:26
cdentmriedem you wanna do cinder?14:26
mriedemyeah, status is the same as last week14:26
mriedemlyarwood has the patches for uuid and attachment_id in bdm,14:26
mriedemildikov updated the patch to support cinder v314:26
mriedemand johnthetubaguy has the spec to use the new apis14:26
mriedemthe nova/cinder meeting is later today14:26
cdentcool14:27
mriedemlyarwood: i think you need to address some stuff in those patches btw14:27
mriedemlooks like good review on john's spec though14:27
cdent#topic stuck reviews14:27
*** openstack changes topic to "stuck reviews (Meeting topic: nova)"14:27
*** jamesdenton has joined #openstack-meeting14:27
*** lamt has quit IRC14:27
cdentnone listed on the agenda14:27
cdentanyone?14:27
* mriedem drops14:28
*** mriedem has quit IRC14:28
cdent#topic open discussion14:28
*** openstack changes topic to "open discussion (Meeting topic: nova)"14:28
*** ihrachys has joined #openstack-meeting14:28
*** bkopilov has joined #openstack-meeting14:28
cdentedleafe?14:28
cdent#link https://blueprints.launchpad.net/nova/+spec/remove-openstack-api-directory14:28
edleafeYEah, this is a low priority14:29
edleafebut since we decided to only support one API, the 'openstack' subdirectory isn't needed14:29
cdentyeah, that would be nice to clean up some day14:29
edleafeWanted to get others' input on this14:29
edleafeI have a couple of baby steps in my local git14:30
bauzasnot sure it honestly requires a blueprint14:30
bauzasit's just internal repackaging14:30
sfinucansounds like cleanup. Doubt we'd need a bp?14:30
bauzasexcept tracking all needs14:30
sfinucan^ yeah, that14:30
edleafebauzas: yeah, but for tracking14:30
sfinucanspecless bp14:30
sfinucan?14:30
edleafesfinucan: that's what I was thinking14:31
bauzasedleafe: well, there is a notion for that called gerrit topics but meh :)14:31
*** lamt has joined #openstack-meeting14:31
bauzasI defer to the parent who left (c) me to say whether you need blessing for a BP or not :)14:31
cdentone issue is nova.api.openstack shows up in paste.ini14:32
edleafecdent: yes, that would have to change14:32
cdentso upgrading becomes painful in some situations14:33
edleafeack14:33
cdentthere's one more open topic:14:33
*** mickeys has joined #openstack-meeting14:33
cdent#link https://blueprints.launchpad.net/nova/+spec/lvm-thin-pool14:33
cdentbut logan- is not here14:33
bauzascdent: oh good point for paste :/14:34
cdentAny other open topics?14:34
cdentThen let's continue chatting in #openstack-nova14:34
cdentthanks everyone for coming14:35
edleafethanks cdent14:35
sfinucancheers14:35
cdent#endmeeting14:35
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:35
openstackMeeting ended Thu Mar  9 14:35:11 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:35
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-03-09-14.00.html14:35
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-03-09-14.00.txt14:35
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-03-09-14.00.log.html14:35
*** links has quit IRC14:35
johnthetubaguyedleafe: FWIW, we went through some related cleanups in the API meeting yesterday14:36
edleafejohnthetubaguy: I'll grab the logs and read them14:37
*** caowei has joined #openstack-meeting14:37
*** takashin has left #openstack-meeting14:37
*** mickeys has quit IRC14:38
*** baoli has joined #openstack-meeting14:39
*** emagana has joined #openstack-meeting14:40
*** cdent has left #openstack-meeting14:41
*** iceyao has joined #openstack-meeting14:41
*** dimtruck is now known as zz_dimtruck14:43
*** strigazi has quit IRC14:44
*** kaisers_ has joined #openstack-meeting14:45
*** sfinucan has left #openstack-meeting14:47
*** designbybeck_ has joined #openstack-meeting14:48
*** kevinz has quit IRC14:49
*** hongbin has joined #openstack-meeting14:52
*** lamt has quit IRC14:53
*** nkrinner is now known as nkrinner_afk14:54
*** mriedem has joined #openstack-meeting14:56
*** prateek has joined #openstack-meeting14:56
*** prateek has quit IRC14:57
*** felipemonteiro_ has joined #openstack-meeting14:58
*** siva_krishnan has joined #openstack-meeting14:58
*** eharney has quit IRC14:59
*** markstur has joined #openstack-meeting15:01
*** caowei has quit IRC15:03
*** dmorita has quit IRC15:03
*** dmorita has joined #openstack-meeting15:04
*** egallen has joined #openstack-meeting15:04
*** strigazi has joined #openstack-meeting15:04
*** dmorita has quit IRC15:04
*** armax has joined #openstack-meeting15:04
*** alexchadin has quit IRC15:06
*** thorst is now known as thorst_afk15:06
*** lamt has joined #openstack-meeting15:09
*** cdub has joined #openstack-meeting15:10
*** eharney has joined #openstack-meeting15:14
*** zz_dimtruck is now known as dimtruck15:14
*** salv-orlando has quit IRC15:14
*** spzala has joined #openstack-meeting15:15
*** salv-orlando has joined #openstack-meeting15:15
*** awaugama has joined #openstack-meeting15:15
*** unicell has joined #openstack-meeting15:16
*** pradk has joined #openstack-meeting15:17
*** unicell1 has quit IRC15:17
*** rderose has joined #openstack-meeting15:18
*** iceyao has quit IRC15:19
*** iceyao has joined #openstack-meeting15:19
*** SerenaFeng has quit IRC15:21
*** yamahata has joined #openstack-meeting15:21
*** xinli has joined #openstack-meeting15:22
*** sridharg has quit IRC15:22
*** awaugama has quit IRC15:22
*** yamamoto has joined #openstack-meeting15:23
*** rderose has quit IRC15:23
*** rderose has joined #openstack-meeting15:24
*** iceyao has quit IRC15:24
*** Kevin_Zheng_Hex has quit IRC15:25
*** fnaval has joined #openstack-meeting15:26
*** iceyao has joined #openstack-meeting15:27
*** iceyao has quit IRC15:29
*** yamamoto has quit IRC15:29
*** iceyao has joined #openstack-meeting15:30
*** nadya has quit IRC15:31
*** iceyao has quit IRC15:34
*** awaugama has joined #openstack-meeting15:35
*** samP has quit IRC15:35
*** armstrong has quit IRC15:36
*** rbartal has quit IRC15:36
*** Cibo_ has joined #openstack-meeting15:37
*** Leo_ has joined #openstack-meeting15:39
*** jbadiapa has quit IRC15:42
*** mriedem1 has joined #openstack-meeting15:46
*** mriedem has quit IRC15:46
*** kaisers_ has quit IRC15:47
*** Julien-z_ has quit IRC15:49
*** mriedem1 is now known as mriedem15:53
*** jprovazn is now known as jprovazn_bbl15:53
*** sdague has joined #openstack-meeting15:53
*** mjturek has joined #openstack-meeting15:55
*** iyamahat has joined #openstack-meeting15:55
*** fzdarsky is now known as fzdarsky|afk15:56
*** yuval has quit IRC15:57
*** rcernin has quit IRC15:58
*** KeithMnemonic has joined #openstack-meeting15:58
*** tobberyd_ has joined #openstack-meeting15:59
*** adiantum has quit IRC15:59
*** adiantum1 has joined #openstack-meeting16:00
*** raj_singh_ has joined #openstack-meeting16:00
*** adiantum1 is now known as adiantum16:02
*** tobberydberg has quit IRC16:02
*** mjturek has quit IRC16:02
*** tobberyd_ has quit IRC16:03
*** mjturek has joined #openstack-meeting16:03
*** links has joined #openstack-meeting16:07
*** VW has quit IRC16:08
*** galstrom_zzz is now known as galstrom16:09
*** edleafe_ has quit IRC16:13
*** aasthad has joined #openstack-meeting16:21
*** tobberydberg has joined #openstack-meeting16:24
*** Guest2886 has quit IRC16:25
*** yamamoto has joined #openstack-meeting16:26
*** tobberydberg has quit IRC16:28
*** yamamoto has quit IRC16:30
*** andreas_s has quit IRC16:32
*** Rockyg has joined #openstack-meeting16:38
*** thorst_afk is now known as thorst16:38
*** knangia has joined #openstack-meeting16:39
*** lhx__ has quit IRC16:40
*** abalutoiu_ has joined #openstack-meeting16:42
*** sudipto has quit IRC16:44
*** fzdarsky|afk is now known as fzdarsky16:44
*** Rockyg has quit IRC16:45
*** abalutoiu has quit IRC16:45
*** spzala has quit IRC16:46
*** sandanar has quit IRC16:47
*** kaisers_ has joined #openstack-meeting16:50
*** Cibo_ has quit IRC16:50
*** abalutoiu_ has quit IRC16:53
*** kaisers_ has quit IRC16:55
*** jamesden_ has joined #openstack-meeting16:56
*** annegentle has joined #openstack-meeting16:56
*** Patifa has joined #openstack-meeting16:57
*** nadya has joined #openstack-meeting16:58
*** jamesdenton has quit IRC16:58
*** jamesden_ has quit IRC16:58
*** lpetrut has quit IRC17:01
*** galstrom is now known as galstrom_zzz17:02
*** galstrom_zzz is now known as galstrom17:03
*** VW has joined #openstack-meeting17:03
*** vinaypotluri has joined #openstack-meeting17:03
*** dmorita has joined #openstack-meeting17:04
*** e0ne_ has quit IRC17:05
*** dmorita has quit IRC17:05
*** dmorita has joined #openstack-meeting17:05
*** sshnaidm is now known as sshnaidm|afk17:07
*** markvoelker has joined #openstack-meeting17:08
*** dmorita has quit IRC17:10
*** diablo_rojo has joined #openstack-meeting17:12
*** raj_singh_ has quit IRC17:14
*** matrohon has quit IRC17:17
*** nadya has quit IRC17:17
*** annegentle has quit IRC17:21
*** lpetrut has joined #openstack-meeting17:21
*** dmorita has joined #openstack-meeting17:24
*** lpetrut has quit IRC17:25
*** jaugustine has joined #openstack-meeting17:26
*** yamamoto has joined #openstack-meeting17:26
*** dmorita has quit IRC17:28
*** unicell has quit IRC17:29
*** yamamoto has quit IRC17:32
*** mtanino has joined #openstack-meeting17:32
*** mickeys has joined #openstack-meeting17:33
*** jaugustine has quit IRC17:37
*** mickeys has quit IRC17:39
*** tesseract has quit IRC17:42
*** KeithMnemonic has quit IRC17:47
*** dbecker has quit IRC17:49
*** vinaypotluri has left #openstack-meeting17:53
*** hashar has quit IRC17:55
*** kaisers_ has joined #openstack-meeting17:56
*** lpetrut has joined #openstack-meeting17:56
*** mickeys has joined #openstack-meeting17:57
*** dmorita has joined #openstack-meeting17:58
*** kaisers_ has quit IRC17:59
*** kaisers_ has joined #openstack-meeting17:59
*** annak has joined #openstack-meeting18:00
*** annak has quit IRC18:00
*** ralonsoh has quit IRC18:01
*** dmorita has quit IRC18:02
*** dmorita has joined #openstack-meeting18:02
*** thingee has quit IRC18:03
*** julim has quit IRC18:03
*** kaisers_ has quit IRC18:03
*** links has quit IRC18:04
*** SumitNaiksatam has joined #openstack-meeting18:05
*** thingee has joined #openstack-meeting18:05
*** ltomasbo is now known as ltomasbo|away18:11
*** julim has joined #openstack-meeting18:11
*** abalutoiu_ has joined #openstack-meeting18:12
*** nadya has joined #openstack-meeting18:13
*** jamesdenton has joined #openstack-meeting18:13
*** VW has quit IRC18:14
*** unicell has joined #openstack-meeting18:15
*** toscalix has quit IRC18:15
*** nadya has quit IRC18:16
*** Cibo_ has joined #openstack-meeting18:19
*** VW has joined #openstack-meeting18:21
*** Apoorva has joined #openstack-meeting18:25
*** electrofelix has quit IRC18:27
*** yamamoto has joined #openstack-meeting18:28
*** yamamoto has quit IRC18:33
*** armax has quit IRC18:38
*** iyamahat has quit IRC18:41
*** yamahata has quit IRC18:42
*** nadya has joined #openstack-meeting18:51
*** sambetts is now known as sambetts|afk18:52
*** s3wong has joined #openstack-meeting18:57
*** galstrom is now known as galstrom_zzz19:08
*** leanderthal has joined #openstack-meeting19:08
*** aesthetik has joined #openstack-meeting19:09
*** aesthetik has quit IRC19:10
*** aesthetik has joined #openstack-meeting19:11
*** aesthetik has left #openstack-meeting19:11
*** bvandenh has quit IRC19:13
*** david-lyle has quit IRC19:14
*** tosky has joined #openstack-meeting19:16
*** annegentle has joined #openstack-meeting19:16
*** armax has joined #openstack-meeting19:17
*** SumitNaiksatam has quit IRC19:19
*** salv-orl_ has joined #openstack-meeting19:22
*** salv-orlando has quit IRC19:25
*** sdague has quit IRC19:26
*** tosky has left #openstack-meeting19:27
*** sdague has joined #openstack-meeting19:28
*** alij has joined #openstack-meeting19:29
*** yamamoto has joined #openstack-meeting19:30
*** sneti_ has joined #openstack-meeting19:33
*** yamamoto has quit IRC19:35
*** salv-orl_ has quit IRC19:37
*** salv-orlando has joined #openstack-meeting19:38
*** pradk has quit IRC19:39
*** egallen has quit IRC19:50
*** iyamahat has joined #openstack-meeting19:51
*** egallen has joined #openstack-meeting19:51
*** alij has quit IRC19:52
*** david-lyle has joined #openstack-meeting19:53
*** egallen has quit IRC19:54
*** VW_ has joined #openstack-meeting19:56
*** rockyg has joined #openstack-meeting19:58
*** VW has quit IRC19:59
*** vishnoianil has quit IRC19:59
*** VW_ has quit IRC20:00
*** kaisers_ has joined #openstack-meeting20:02
*** VW has joined #openstack-meeting20:02
*** mtanino has quit IRC20:02
*** ayoung has quit IRC20:03
*** hashar has joined #openstack-meeting20:07
*** salv-orlando has quit IRC20:08
*** logan- has joined #openstack-meeting20:09
*** yamahata has joined #openstack-meeting20:10
*** logan- has left #openstack-meeting20:11
*** nadya has quit IRC20:12
*** VW has quit IRC20:20
*** VW has joined #openstack-meeting20:21
*** Anticimex has quit IRC20:21
*** AlanClark has quit IRC20:23
*** yamamoto has joined #openstack-meeting20:31
*** Anticimex has joined #openstack-meeting20:31
*** yamamoto has quit IRC20:35
*** Anticimex has quit IRC20:40
*** Anticimex has joined #openstack-meeting20:40
*** rockyg has quit IRC20:41
*** sdague has quit IRC20:41
*** ayoung has joined #openstack-meeting20:42
*** xyang1 has joined #openstack-meeting20:43
*** e0ne has joined #openstack-meeting20:44
*** awaugama has quit IRC20:46
*** fzdarsky_ has joined #openstack-meeting20:47
*** egallen has joined #openstack-meeting20:48
*** rbak has quit IRC20:48
*** fzdarsky has quit IRC20:49
*** egallen has quit IRC20:50
*** raildo has quit IRC20:51
*** jprovazn_bbl has quit IRC20:53
*** m1dev has joined #openstack-meeting20:54
*** egallen has joined #openstack-meeting20:54
*** priteau has quit IRC20:54
*** JoseMello has quit IRC20:55
*** dimtruck is now known as zz_dimtruck20:56
*** jrobinson has joined #openstack-meeting20:57
*** rfolco has quit IRC21:00
*** egallen has quit IRC21:00
*** vishnoianil has joined #openstack-meeting21:01
*** toure is now known as toure|gone21:01
*** eharney has quit IRC21:05
*** ayoung has quit IRC21:06
*** salv-orlando has joined #openstack-meeting21:09
*** gyee has joined #openstack-meeting21:11
*** mjturek1 has joined #openstack-meeting21:14
*** mjturek has quit IRC21:14
*** fzdarsky_ is now known as fzdarsky|afk21:18
*** askb has joined #openstack-meeting21:19
*** aysyd has quit IRC21:24
*** askb has quit IRC21:27
*** VW has quit IRC21:29
*** zz_dimtruck is now known as dimtruck21:30
*** VW has joined #openstack-meeting21:32
*** yamamoto has joined #openstack-meeting21:32
*** yamamoto has quit IRC21:38
*** ayoung has joined #openstack-meeting21:40
*** onovy has quit IRC21:41
*** peterlisak has quit IRC21:41
*** krtaylor has quit IRC21:42
*** johndperkins has joined #openstack-meeting21:45
*** kaisers_ has quit IRC21:46
*** e0ne has quit IRC21:48
*** markmcclain has joined #openstack-meeting21:49
*** julim has quit IRC21:50
*** mjturek1 has quit IRC21:51
*** gyee has quit IRC21:51
*** mjturek has joined #openstack-meeting21:51
*** boden has joined #openstack-meeting21:55
*** e0ne has joined #openstack-meeting21:57
*** sneti_ has quit IRC21:57
*** fguillot has quit IRC21:59
kevinbenton#startmeeting neutron_drivers22:00
openstackMeeting started Thu Mar  9 22:00:40 2017 UTC and is due to finish in 60 minutes.  The chair is kevinbenton. Information about MeetBot at http://wiki.debian.org/MeetBot.22:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.22:00
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:00
openstackThe meeting name has been set to 'neutron_drivers'22:00
kevinbentonihrachys, armax, amotoki: ping22:00
ihrachyso/22:01
*** e0ne has quit IRC22:01
armaxhi22:01
kevinbentonlooks like Akihiro may be absent22:01
kevinbentonshall we review some RFEs now or should we maybe try to find some new folks to join the drivers team for next week?22:02
ihrachysboth?22:02
ihrachyswe punted several meetings22:02
kevinbentonyeah, it feels strange to make decisions with 1-2 people22:03
kevinbentonlet's see if we can get some non-contentious stuff done22:03
*** ayoung has quit IRC22:03
armaxis there anything in the approved pipeline worth going over into?22:03
armaxor pike-1 targeted stuff that needs attention?22:03
armaxwe don’t necessarily have to talk about unapproved RFEs if the existing workload is not moving at the pace it should22:04
armaxP-1 is sooner than we think22:04
kevinbentonwhat do you want to discuss about existing ones?22:05
kevinbentondeferring them?22:05
kevinbenton#link https://bugs.launchpad.net/neutron/+bugs?field.tag=rfe-approved22:05
armaxI am talking about https://launchpad.net/neutron/+milestone/pike-1 more specifically22:05
armaxhttps://launchpad.net/neutron/+milestone/pike-122:05
ihrachysI hear that https://blueprints.launchpad.net/neutron/+spec/l2-api-extensions may loose its approver22:06
*** tobberydberg has joined #openstack-meeting22:07
armaxihrachys: how so?22:07
armaxis ajo no longer able to work upstream?22:08
*** rfolco has joined #openstack-meeting22:08
ihrachysI think ajo was going to pull himself off it though I will let him to update with specifics22:08
armaxon the OVS agent data plane?22:08
*** rfolco has quit IRC22:08
ihrachysarmax: why no! but priorities shift22:08
kevinbentonok. i would rather actually bring up these blueprints already in progress in the main meeting22:08
kevinbentonbecause otherwise it's hard to bring attention to the wider community on these issues22:09
armaxtrue22:09
kevinbentonwe can see if we have another volunteer in the next meeting to take ajo's place22:09
armaxbut the main meeting is packed22:09
armaxwe can at least do some filtering here22:09
armaxbut you’re the boss22:09
armaxif nothing else, I think it’s long overdue to come up with a decision about https://blueprints.launchpad.net/neutron/+spec/security-group-logging22:09
armaxit’s been many releases this hasn’t gone anywhere22:10
kevinbentonwell it has been revised many times22:10
ihrachysI believe it was raised during ptg and the resolution was it (and similar initiatives) is blocked by ml2 binding validation work that should have gotten its own RFE22:10
armaxwe’re still at the spec level22:10
kevinbentonyes, and I think the API is agreed on now, right?22:11
kevinbentonthe last stuff is coming down to OVS implementation22:12
ihrachysI believe it was, yes. so should we ask ml2 folks to report BP and then we can set blueprint dependencies properly? and push work on ml2 binding validation from there?22:12
*** egallen has joined #openstack-meeting22:13
*** cleong has quit IRC22:13
*** nadya has joined #openstack-meeting22:13
*** mickeys has quit IRC22:13
kevinbentonwhy is it blocked on binding validation?22:14
kevinbentonjust ensuring that something supports the logging?22:14
ihrachysyeah otherwise you enable a feature but it doesn't work, and there is no api way to detect that22:14
ihrachyslike we have for qos right now22:15
kevinbentonand security groups22:16
ihrachysit's an old question of whether we should allow those cases to creep in, or block them on framework enhancement22:17
*** peterlisak has joined #openstack-meeting22:17
ihrachysin Ocata we blocked some qos feature work on rule validation enhancements. that case does seem similar.22:18
kevinbentonright, so far we've achieved the blocking part but we're missing out on the framework enhancements :)22:18
armaxpersonally I’d rather build a solid framework22:18
*** nadya has quit IRC22:18
armaxand then lay on top features than the other way around22:18
ihrachyskevinbenton: because no one works. now why is it? is it because people refuse to, or because they are not aware of dependency chain?22:18
*** onovy has joined #openstack-meeting22:19
kevinbentonihrachys: it may be the latter22:19
ihrachyskevinbenton: for qos, we definitely saw rule validation enhanced this cycle. partially I attribute that to the stand taken by armax22:19
kevinbentonihrachys: but it ended up being a qos-specific feature, no?22:20
kevinbentonihrachys: we can't re-use that right now, or can we22:20
ihrachysit was, because at that moment it was not seen as a common issue.22:20
ihrachysor rather qos folks were not told they gotta make it more reusable.22:20
ihrachysso that's our opportunity to take what landed and make it more generic22:21
kevinbentondo we ask the security group logging folks to work on that?22:22
ihrachysI would think people talking about that mechanism during ptg would chime in, but yes, help from other sides would be good to see.22:23
kevinbentonwe can fix the dependency visibility, and hopefully it will help. what i'm worried about is that we are telling other people to go off and make larger architectural fixes22:23
ihrachyshas anyone followed up with ml2 folks after ptg on that matter? I hope it won't end up as another nice thing discussed but never materialized22:23
kevinbentonthat they don't have the background knowledge to dig into22:23
*** gyee has joined #openstack-meeting22:24
ihrachysthat's a valid concern. so who's going to dig architectural fixes?22:25
kevinbentoni don't see the ml2 people following up with https://bugs.launchpad.net/neutron/+bugs?field.tag=rfe&orderby=-id&start=022:25
kevinbentoni'll reach out to rkukura and see who is actually going to work on it22:25
ihrachysthat makes sense22:25
ihrachysoverall I would suggest to track ptg discussions in some medium that would avoid things slipping thru cracks.22:26
ihrachyssome teams took over relevant notes from etherpads and oral discussions and follow up on them22:26
ihrachysbut some may need some pokes :)22:26
ihrachyskevinbenton: do you want to add an action item onto yourself to follow up? #action22:27
kevinbenton#action kevinbenton to follow up with Bob about ML2 driver capability work22:27
kevinbentonthe security group logging API is operator-only, isn't it?22:28
ihrachysI see what you imply. that may change the priority of validation22:29
ihrachysI guess with that in mind we could make a one-off exception. armax?22:30
kevinbentonyeah, if this is operator-only, i would rather just not even make this dependent on that framework22:30
kevinbentonbecause presumably the operator is aware of what backend they are using22:31
armaxone-off exception to give that a blank check?22:31
ihrachysdefine thta22:32
ihrachys*that22:32
armaxkevinbenton: the problem is not so much that the operator knows, it’s when you have multiple backends active at the same time and you may get impredictable results depending on where the VM lands22:32
*** bollig_ has joined #openstack-meeting22:32
kevinbentonarmax: and how do you think the ml2 framework would help that for operator defined things?22:32
kevinbentonarmax: it would just silently fail all user ports that end up on other mechanism drivers?22:33
*** bollig has quit IRC22:33
*** bollig_ is now known as bollig22:33
armaxnot sure I have an answer handy right now22:33
kevinbentonwell unless we have a clear thing the dependency would be good for in this case, maybe we shouldn't block this particular patch22:34
kevinbentonshall we discuss some RFEs?22:35
kevinbentoni'm going to comment on the spec22:36
ihrachyskevinbenton: easy one: should we close https://bugs.launchpad.net/neutron/+bug/1463784 ?22:36
openstackLaunchpad bug 1463784 in neutron "[RFE] Networking L2 Gateway does not work with DVR" [Wishlist,In progress]22:36
ihrachysseems handled on l2gw side22:36
armaxkevinbenton: have you considered who is going to help throughout the review process if rossella doesn’t have much time?22:36
armaxas for the RFE you just mentined, this probably needs to be recycled22:37
kevinbentonarmax: what does that mean?22:37
kevinbentonit sounds like it should be closed22:38
*** mickeys has joined #openstack-meeting22:38
ihrachysI think there is no work on neutron side22:38
ihrachysso we can just Won't Fix or smth22:38
*** lpetrut has quit IRC22:39
kevinbentoni think just remove neutron22:39
armaxOK22:39
armaxI marked it invalid22:39
*** thorst has quit IRC22:39
ihrachyskevinbenton: what's next?22:41
kevinbentonhttps://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe22:41
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/147652722:42
openstackLaunchpad bug 1476527 in neutron "[RFE] Add common classifier resource" [Wishlist,Triaged] - Assigned to Igor Duarte Cardoso (igordcard)22:42
kevinbentonso common classifier22:42
ihrachysI heard Igor is working on PoC in neutron-classifier repo scope22:42
*** annegentle has quit IRC22:43
kevinbentonyeah, it sounds like it's still out of tree for now22:43
*** askb has joined #openstack-meeting22:43
ihrachysI think it's fine to leave him poking the thing and get back it once/if he has something22:43
*** designbybeck_ has quit IRC22:43
kevinbentonok22:43
armaxI think no-one is opposed to the idea22:43
armaxonce the effort gets some critical mass we can consider it for governance inclusion22:44
armaxand adoption in other subprojects22:44
*** jtomasek has quit IRC22:44
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/152582422:44
openstackLaunchpad bug 1525824 in neutron "[RFE] Add a 'promiscuous mode' extension for ports" [Wishlist,Triaged]22:44
armaxlet’s recycle this one22:45
armaxsubmitter never came back22:45
kevinbentonarmax: i still don't know what recycle means22:45
armaxmark incomplete22:45
kevinbentonarmax: ok22:45
kevinbentonarmax: yeah22:45
armaxso that LP bot can expire in due course22:45
ihrachys"If the code fails to merge, the bug report may be marked as incomplete, unassigned and untargeted, and it will be garbage collected by the Launchpad Janitor if no-one takes over in time. Renewed interest in the feature will have to go through RFE submission process once again."22:45
armaxshould have marked incomplete long time ago, tbh22:45
armaxihrachys == LP bot22:46
kevinbentonright, but it's not like we are able to use the number again so it's not recycled :)22:46
armaxkevinbenton: the RFE can alway come back to life22:46
kevinbentonbringing it back to life would be the recycling part :)22:46
ihrachyssigh22:46
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/154189522:47
openstackLaunchpad bug 1541895 in neutron "[RFE] [IPAM] Make IPAM driver a per-subnet pool option" [Wishlist,Triaged]22:47
kevinbentonI would say mark incomplete for this one22:47
kevinbentonuntil John shows resources22:47
armaxyes, we can ping John again just in case22:47
kevinbentonarmax: ok, do you want to do that?22:47
*** jtomasek has joined #openstack-meeting22:47
armaxdone22:47
*** gouthamr has quit IRC22:48
*** gyee has quit IRC22:48
*** galstrom_zzz is now known as galstrom22:48
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/161089822:48
openstackLaunchpad bug 1610898 in neutron "[RFE] create "baremetal" Mechanism ML2 driver" [Wishlist,Triaged]22:48
ihrachys^ That's misplaced. let's Won't Fix, it's not in our scope to maintain a driver for BM is it?22:49
kevinbentonsounds like this can be won't fix22:49
kevinbentonIMO no22:49
*** tobberydberg has quit IRC22:49
armaxI think this is won’t fix22:49
*** tobberydberg has joined #openstack-meeting22:50
armaxhttps://bugs.launchpad.net/neutron/+bug/1610898/comments/622:50
openstackLaunchpad bug 1610898 in neutron "[RFE] create "baremetal" Mechanism ML2 driver" [Wishlist,Won't fix]22:50
armaxwe don’t need and RFE to instrument the codebase with callbacks22:50
kevinbentonok22:50
kevinbenton#link https://bugs.launchpad.net/neutron/+bug/162275322:51
openstackLaunchpad bug 1622753 in neutron "[RFE] Block non-IP traffic in security groups/firewall driver" [Wishlist,Triaged]22:51
*** jamesdenton has quit IRC22:51
*** xinli has quit IRC22:51
armaxwe might have lost the contributor here22:52
kevinbentonyeah, let's ping Dustin on there and see if he wants to work on it at all22:53
armaxnot sure we could do anything about this one even if we wanted to22:53
kevinbentonwe could potentially do something with a new attribute on the port22:53
*** tobberydberg has quit IRC22:54
kevinbentona new config option is a bit problematic since it's not API discoverable22:54
ihrachyskevinbenton: more like security group attribute?22:54
armaxihrachys: yeah22:54
kevinbentonihrachys: well not quite, a port can be associated with many security groups22:54
kevinbentonihrachys: and this is about filtering traffic not defined by the security groups22:54
armaxit’s probably even a new resource altogether IMO22:54
ihrachysfwaas is it? :)22:54
armaxI wouldn’t mix the two22:55
*** Leo_ has quit IRC22:55
kevinbentonarmax: what do you mean a new resource?22:55
*** priteau has joined #openstack-meeting22:55
armaxkevinbenton: I don’t think that using the security group API is going to cut it22:56
kevinbentonarmax: it seems like it will need to be a property of the port or maybe the network22:56
ihrachyskevinbenton: well we already should have some kind of convergence mechanism for multiple groups. it's just a matter of picking the intended behaviour on conflicting rules?22:56
kevinbentonihrachys: there can't be conflicting rules22:56
kevinbentonihrachys: security groups only denies22:56
kevinbentonihrachys: sorry22:56
kevinbentonihrachys: allows22:56
kevinbentonihrachys: so they compose22:56
kevinbentonthe issue is that we have an impliticit allow rule right now with one of the drivers22:57
ihrachysah right22:58
kevinbentonwell let's ping Dustin, no point in deliberating if we have nobody to work on int22:58
kevinbentonit*22:58
ihrachys+22:58
ihrachystime check 2 mins22:58
*** felipemonteiro_ has quit IRC22:58
armaxaye22:59
kevinbentonok22:59
kevinbentonwas hoping to approve https://bugs.launchpad.net/neutron/+bug/163098122:59
openstackLaunchpad bug 1630981 in neutron "[rfe] Implement l2pop driver functionality in l2 agent" [Wishlist,Triaged]22:59
kevinbentonsince i'm not sure there is a downside22:59
kevinbentonbut we can discuss next week23:00
kevinbentonthanks23:00
armaxI am +2 on that one23:00
kevinbenton#endmeeting23:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"23:00
openstackMeeting ended Thu Mar  9 23:00:21 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-03-09-22.00.html23:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-03-09-22.00.txt23:00
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-03-09-22.00.log.html23:00
armaxwe just have to work out who works on it :)23:00
*** gyee has joined #openstack-meeting23:00
*** iceyao has joined #openstack-meeting23:00
armaxihrachys, kevinbenton btw23:00
*** priteau has quit IRC23:00
armaxhttps://review.openstack.org/#/c/425990/23:00
armaxI am going to respin it later today23:01
armaxwe should probably put that behind us23:01
*** iyamahat has quit IRC23:01
*** thorst has joined #openstack-meeting23:03
*** iyamahat has joined #openstack-meeting23:03
*** gyee has quit IRC23:04
*** armax has quit IRC23:04
*** iceyao has quit IRC23:05
*** jrobinson_ has joined #openstack-meeting23:05
*** gyee has joined #openstack-meeting23:07
*** thorst has quit IRC23:07
*** jrobinson has quit IRC23:07
*** gouthamr has joined #openstack-meeting23:11
*** nadya has joined #openstack-meeting23:14
*** egallen has quit IRC23:15
*** ihrachys has quit IRC23:15
*** marok has joined #openstack-meeting23:15
*** egallen has joined #openstack-meeting23:17
*** jrobinson_ has quit IRC23:18
*** nadya has quit IRC23:18
*** jrobinson_ has joined #openstack-meeting23:18
*** jrobinson_ is now known as jrobinson23:19
*** terriyu has joined #openstack-meeting23:19
*** baoli has quit IRC23:20
*** baoli has joined #openstack-meeting23:21
*** esberglu has quit IRC23:21
*** baoli has quit IRC23:26
*** boden has quit IRC23:26
*** dimtruck is now known as zz_dimtruck23:28
*** esberglu has joined #openstack-meeting23:33
*** gyee has quit IRC23:33
*** xyang1 has quit IRC23:33
*** guoshan has joined #openstack-meeting23:34
*** ykatabam has quit IRC23:34
*** yamamoto_ has joined #openstack-meeting23:35
*** ayoung has joined #openstack-meeting23:37
*** esberglu has quit IRC23:37
*** galstrom is now known as galstrom_zzz23:40
*** yamamoto_ has quit IRC23:40
*** zhufl has quit IRC23:44
*** zhufl has joined #openstack-meeting23:44
*** alop has joined #openstack-meeting23:44
*** emagana has quit IRC23:46
*** kaisers_ has joined #openstack-meeting23:46
*** Patifa has quit IRC23:50
*** kaisers_ has quit IRC23:51
*** zz_dimtruck is now known as dimtruck23:54
*** jrobinson has quit IRC23:58

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