Thursday, 2016-06-02

*** Qiming has quit IRC00:00
*** jungleboyj has joined #openstack-meeting00:00
*** ramineni_ has joined #openstack-meeting00:01
*** amitgandhinz has quit IRC00:01
*** amrith is now known as _amrith_00:05
thinrichsHi all00:05
thinrichs#startmeeting CongressTeamMeeting00:05
openstackMeeting started Thu Jun  2 00:05:47 2016 UTC and is due to finish in 60 minutes.  The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:05
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:05
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)"00:05
openstackThe meeting name has been set to 'congressteammeeting'00:05
thinrichsmasahito ekcs ramineni_: courtesy piong00:06
ramineni_hi00:06
masahitohi00:06
ekcshi all.00:06
thinrichsI just have status updates on the agenda.  Anything else?00:06
*** kei has quit IRC00:06
*** kei has joined #openstack-meeting00:07
thinrichsOne other thing first: the gate00:07
thinrichs#topic gate00:07
*** openstack changes topic to "gate (Meeting topic: CongressTeamMeeting)"00:07
thinrichsLooking the reviews, we have a failure on a global requirements update..00:08
thinrichs#link https://review.openstack.org/#/c/323883/00:08
thinrichsOne of the doctor driver tests is failing.00:08
thinrichsError says that it can't find a datasource.00:08
thinrichsI wonder if this has to do with our translation of datasource IDs to names in the API.00:09
thinrichsmasahito: I added you as a reviewer since you're most familiar with that code00:09
masahitothinrichs: yap, I'll check it.00:10
thinrichsmasahito: great!00:10
*** zeih has joined #openstack-meeting00:11
thinrichsramineni_: One of your patches is failing devstack too, but I couldn't seem to track down the error.00:11
thinrichs#link https://review.openstack.org/#/c/320306/00:11
*** Swami has quit IRC00:11
thinrichsThat patch has been ready to merge since last week00:12
thinrichsso I'd be surprised if it had anything to do with the patch00:12
ramineni_thinrichs: yes , changing to the rabbit driver is not working if started on multhiple nodes00:12
*** amotoki has joined #openstack-meeting00:12
thinrichsramineni_: I'd like to hear more on that.00:13
thinrichs#topic status00:13
ramineni_masahito raised a patch to solve the issue https://review.openstack.org/#/c/321459/00:13
*** openstack changes topic to "status (Meeting topic: CongressTeamMeeting)"00:13
thinrichsmasahito: I had a question on that patch similar to ramineni's…00:13
thinrichsThat patch assigns a different partition to every DSENode, right?00:14
masahitoyes00:14
thinrichsDoesn't that stop them from communicating?  They'd all be listening on different topics.00:14
masahitoyes00:15
*** zeih has quit IRC00:15
ramineni_thinrichs: ya, i think policies must be synchronized across nodes?00:16
ekcspolicy synch is done via DB which is independent.00:16
ramineni_ekcs: datasource policies are not synchrnozed via DB00:16
ramineni_ekcs: they are stored in mem right, not sure about the reason of not storing in DB in code00:17
ekcsramineni_: can you clarify what datasource policies need DSE2 to sync?00:18
*** itsuugo has quit IRC00:18
thinrichsmasahito: so when we write a script that creates multiple DSENodes, we need to feed them all the same partition_id, right?00:18
*** sdake_ is now known as sdake00:19
thinrichsmasahito: (in a multi-node deployment where say the policy engine runs in one DseNode and the datasources run in a separate DseNode)00:20
masahitothinrichs: with multiple PolicyEngine?00:20
masahitooh00:20
masahitoin that case, yes.00:20
masahitoI forgot that usecase.00:20
*** fitoduarte has quit IRC00:20
ramineni_ekcs: this is the bug we have now00:21
ramineni_https://bugs.launchpad.net/congress/+bug/158597500:21
openstackLaunchpad bug 1585975 in congress "Fails to start replica on rabbit bus" [Undecided,New] - Assigned to Masahito Muroi (muroi-masahito)00:21
ekcsadding to what thinrichs is asking, sometimes we want multiple nodes to be on the same partition, sometimes we don’t. I wonder how we should control that. Right now it seems the patch is taking the node_id as partition_id. it’d be nice is we can separately specify partition_id, with default being all same partiiton.00:21
masahitoBut I'm not sure we allow users to deploy Congress multiple DseNode with one PE now.00:21
*** ayoung has joined #openstack-meeting00:22
thinrichsI'm confused why it matters how many PEs there are.00:22
ramineni_PE1 and PE2 maintian their own datasource policies in memeory ,00:23
masahitoI understand the reason of ramineni_'s and thinrichs's questions.00:23
thinrichsMaybe I'm missing something, so let me lay this out.00:23
thinrichsSuppose we want PE to run on machine1 and all the datasources to run on machine2.00:23
thinrichsThen on machine 1 we create a DseNode, and spin up the PE.00:24
thinrichsAnd on machine 2 we create a DseNode and spin up all the datasources00:24
*** gnarld_ is now known as nug00:24
thinrichsThe way those 2 DseNodes communicate is via oslo-messaging, which means the DseNodes need to be talking on the same topic.00:24
thinrichsSo that would require them to be given the same partition_id00:24
thinrichsRight?00:24
masahitoright.00:24
thinrichsToday we don't have a mechanism/script for deploying that way, so it shouldn't be a problem.00:25
thinrichsI would imagine this bug is due to the fact that the replica SHOULD be assigned a separate partition but it is not.00:25
*** jungleboyj has quit IRC00:25
ekcsthinrichs: yes.00:26
masahitoyes00:26
thinrichsramineni_: does that sound right?00:26
ramineni_thinrichs: confused :( if its assigned seperate partition they cant listen on same topic right00:27
*** ivar-lazzaro has joined #openstack-meeting00:27
ramineni_In case of HA we would want to listen on same topic , so that any policy engine can serve the requests00:28
thinrichsramineni_: the replica is intended to be a totally separate instance of Congress …00:28
thinrichsthat does not communicate with the other version of Congress EXCEPT by synchronizing with the DB.00:28
thinrichsramineni_: We're not that far along yet.  Masahito's change is intended to just fix the existing HA test, not implement the HA/HT arch that ekcs is working on00:28
thinrichsIn effect, we want to handle 2 different use-cases for DseNode:00:29
thinrichs(i) creating a new "root" DseNode that is isolated from all other "root" DseNodes00:30
*** stanchan has quit IRC00:30
thinrichs(ii) creating a new DseNode that communicates with an existing "root" DseNode00:30
*** xingchao has quit IRC00:30
ramineni_thinrichs: oh ok, got it00:30
thinrichsmasahito: does your change allow us to do both use-cases?00:31
masahitono00:32
masahitoIt allows only (i)00:32
masahitoI think we need additional works for (ii)00:32
*** amotoki has quit IRC00:32
thinrichsI guess what we want is for the eventlet_server to take an argument that is the name of the DseNode partition00:33
ekcsI think it’d be clearer to make it an explicit option to specify a different partition_id, rather than using the node_id as partition_id. Then we can also build on that to support (ii). but I’m also okay with this as a quick fix for now.00:33
*** mickeys has quit IRC00:33
thinrichsekcs: agreed00:33
thinrichsI'd also like us to get a multi-node version of Congress working (the non-replicated kind)00:34
*** mickeys has joined #openstack-meeting00:34
thinrichsand have scripts/code/something so that we can arrange multiple DseNodes to implement the different HA/HT architectures we're designing00:34
thinrichsThat is, we should do some testing that multiple DseNodes on different machines actually works.00:35
*** NM has left #openstack-meeting00:35
*** r-mibu has quit IRC00:36
*** r-mibu has joined #openstack-meeting00:36
thinrichsAnd have a tempest test or two that spins up a multi-node version of Congress and runs tests00:37
masahitomake sense00:37
thinrichsThat seems like the next milestone for the dist-arch00:37
thinrichsOnce that's working, we can begin adding the code for HA/HT00:38
*** mickeys has quit IRC00:38
ramineni_yes00:38
ekcsthinrichs: agreed.00:38
*** mickeys has joined #openstack-meeting00:38
thinrichsWe do have the script in scripts/start_process.py that was intended to start up several DseNodes00:38
thinrichsThat was written before we had DseNode, so it'll require some tweaking or rewriting00:39
thinrichsBut it's worth looking through at the very least, since I know it underwent several rounds of iteration00:39
ekcsgot it.00:39
*** kurtmartin has quit IRC00:40
thinrichsAnyone want to spearhead writing the tempest-tests?00:40
*** hoangcx has joined #openstack-meeting00:41
*** beekhof has quit IRC00:42
ramineni_thinrichs: i will look into it00:42
thinrichsramineini_: great!  Pull us in as you need to.00:42
ramineni_sure00:42
thinrichsI'd even start by spinning up 2-3 processes on a single machine, where each process has its own DseNode.00:43
thinrichsThat could be the first tempest test.00:43
thinrichsI don't know if tempest supports multi-node stuff, so that may be the only test.00:44
thinrichsThe script start_process.py was designed for the multi-process, single-node case.00:44
ramineni_yes, thats what im thinking too00:44
ramineni_current HA test starts 2 processes with different node id currently00:44
*** zz_dimtruck is now known as dimtruck00:45
thinrichsramineni_: perfect—so we have a model to start from00:46
*** thorst has joined #openstack-meeting00:46
thinrichs15 minutes left.  Let's discuss HA/HT.00:46
thinrichs#topic High availability and throughput00:46
*** openstack changes topic to "High availability and throughput (Meeting topic: CongressTeamMeeting)"00:46
*** wenjun has joined #openstack-meeting00:46
thinrichsekcs: how's that discussion going?00:46
ekcsGood. I reworked HA spec with more details on the issues people are concerned about. Thanks to all the feedback, I think we're converging toward supporting active-active replication with symmetric nodes in the first phase. Please comment if you think we should take a different approach!00:47
ekcs#link: https://review.openstack.org/#/c/318383/00:47
ekcsI will be filling in the smaller details this week.00:47
ramineni_I understand from spec that we are going for active-active for PE and active-passive for datasources node right?00:48
*** beekhof has joined #openstack-meeting00:48
ekcsramineni_: right.00:48
thinrichsAnd then what for action execution?  Leader election of some sort00:50
ramineni_ekcs: but currently concentrating on all processes on signle node?00:50
ekcsthinrichs: yes. not sure there is a consensus between local leader and global leader.00:50
*** Julien-zte has joined #openstack-meeting00:52
ekcsramineni_: All services (PE, API, DSDs) in one single process node. Replicate that node N times, but disable DSDs on non-leaders.00:52
thinrichsekcs: "disable DSDs" means stop them from polling as well as taking them off the bus?00:52
ekcsthinrichs: yes.00:53
ekcsramineni_: nodes will likely be repliacted across different hosts.00:53
ekcsramineni_: up to the deployer but that’s something we need to support.00:54
ramineni_ok00:54
ramineni_this leader election only for action requests?00:55
thinrichsThe crucial bit there seems to be ensuring that (a) Pacemaker pushes leader election info into Congress correctly and (b) Congress properly disables DSDs on non-leaders.00:55
ekcsramineni_: leader election needed also for disabling DSDs on non-leaders.00:55
thinrichsDo we know how Pacemaker picks a leader and how non-leaders find out they're non-leaders?00:56
ekcsthinrichs: yes.00:56
*** Julien-zte has quit IRC00:56
*** mickeys has quit IRC00:56
thinrichs(Running short on time.)00:56
thinrichsekcs: how00:56
thinrichs?00:56
ramineni_ekcs : i thought on other nodes we could start only API and PE not datasources00:56
*** mickeys has joined #openstack-meeting00:57
ekcsthinrichs: We write custom scripts called (resource agents) that Pacemaker calls to promote and demote.00:57
ramineni_like proposed in this patch https://review.openstack.org/#/c/307693/00:57
ekcsthose script can make API calls to tell a node to be leader00:57
*** mickeys has quit IRC00:57
*** toddjohn has joined #openstack-meeting00:57
*** mickeys has joined #openstack-meeting00:57
thinrichsekcs: so basically we'll need to add API calls that tell a DseNode to disable its datasources and to enable its action-execution00:57
thinrichsThat seems straightforward00:58
ekcsyes. pacemaker picks a leader based on underlying clustering as wel as different weigts you can cinfugure.00:58
ekcsunderlying clustering provided by corosync or another service.00:58
ramineni_ekcs: i think im confused on the leader approach, i will add my questions on the spec00:59
thinrichsThink that seems good to me.  Only downside I can see is that we're taking a dependency on Pacemaker even if the user doesn't need action-execution.  Without action-execution, we can get by without leader election.00:59
ramineni_ekcs: thanks for the very detailed spec, thats realy helpful :)00:59
ekcsramineni_: yes that’s what we started out with. but then evolved to a new proposal. the spec discusses and compares both. look forward to your questions and comments!00:59
ekcsthinrichs: yes. In the assymmetric node approach we don’t need global leader period. but is morecomplex in other ways.01:00
thinrichsBut this way we'll support full functionality out of the box with HA/HT.01:00
ekcson the other hand, Pacemaker is essentially required and leader election comes at low marginal cost.01:00
ekcsonce you’ve set up pacemaker.01:01
thinrichsWe can provide an alternative deployment as an option later (e.g. for if you need HT datasources or don't need action-execution)01:01
thinrichsOut of time for today.01:01
thinrichsThanks all!01:01
thinrichs#endmeeting01:01
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:01
openstackMeeting ended Thu Jun  2 01:01:36 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-06-02-00.05.html01:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-06-02-00.05.txt01:01
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-06-02-00.05.log.html01:01
*** toddjohn has quit IRC01:02
*** bryan_att has quit IRC01:03
*** zhhuabj has quit IRC01:03
*** mickeys has quit IRC01:03
*** pvaneck has quit IRC01:04
*** zhurong has joined #openstack-meeting01:05
*** Leo_ has joined #openstack-meeting01:05
*** mickeys has joined #openstack-meeting01:08
*** woodster_ has quit IRC01:08
*** Leo_ has quit IRC01:10
*** xingchao has joined #openstack-meeting01:11
*** fzdarsky_ has joined #openstack-meeting01:11
*** Qiming has joined #openstack-meeting01:12
*** Sukhdev has quit IRC01:13
*** epico has joined #openstack-meeting01:14
*** Sukhdev has joined #openstack-meeting01:14
*** fzdarsky|afk has quit IRC01:15
*** amotoki has joined #openstack-meeting01:15
*** Julien-zte has joined #openstack-meeting01:16
*** ramineni_ has quit IRC01:16
*** Sukhdev has quit IRC01:19
*** elopez has quit IRC01:19
*** zhhuabj has joined #openstack-meeting01:20
*** fitoduarte has joined #openstack-meeting01:20
*** mickeys has quit IRC01:21
*** mickeys has joined #openstack-meeting01:21
*** thinrichs has quit IRC01:22
*** amotoki_ has joined #openstack-meeting01:24
*** elopez has joined #openstack-meeting01:24
*** mickeys_ has joined #openstack-meeting01:24
*** mickeys has quit IRC01:26
*** amotoki has quit IRC01:26
*** Daisy has joined #openstack-meeting01:26
*** mickeys_ has quit IRC01:28
*** sheel has joined #openstack-meeting01:28
*** ivar-lazzaro has quit IRC01:29
*** Apoorva has quit IRC01:30
*** Niham has joined #openstack-meeting01:31
*** Niham has quit IRC01:32
*** cwolferh has quit IRC01:33
*** Niham has joined #openstack-meeting01:33
*** rfolco has joined #openstack-meeting01:38
*** Julien-zte has quit IRC01:38
*** Leo_ has joined #openstack-meeting01:38
*** amit213 has joined #openstack-meeting01:39
*** zeih has joined #openstack-meeting01:39
*** Leom has joined #openstack-meeting01:40
*** amit213 has quit IRC01:41
*** masahito has quit IRC01:42
*** Leo_ has quit IRC01:43
*** zeih has quit IRC01:43
*** amit213 has joined #openstack-meeting01:44
*** bill_az has quit IRC01:47
*** sdake has quit IRC01:49
*** tlbr has quit IRC01:50
*** tlbr has joined #openstack-meeting01:51
*** unicell1 has quit IRC01:53
*** s3wong has quit IRC01:54
*** mickeys has joined #openstack-meeting01:54
*** banix has quit IRC01:55
*** sacharya has joined #openstack-meeting01:57
*** elynn has joined #openstack-meeting01:58
*** mickeys has quit IRC01:58
*** amitgandhinz has joined #openstack-meeting01:58
*** sputnik13 has quit IRC02:00
*** elynn_ has joined #openstack-meeting02:02
*** elynn has quit IRC02:02
*** vishwanathj has joined #openstack-meeting02:03
*** roxanaghe has joined #openstack-meeting02:04
*** amitgandhinz has quit IRC02:04
*** erlon has quit IRC02:06
*** zeih has joined #openstack-meeting02:06
*** RuiChen has joined #openstack-meeting02:08
*** roxanaghe has quit IRC02:09
*** banix has joined #openstack-meeting02:09
*** kylek3h has joined #openstack-meeting02:09
*** Niham has quit IRC02:10
*** kota_ has left #openstack-meeting02:11
*** zeih has quit IRC02:11
*** yamahata has quit IRC02:11
*** ronghui has quit IRC02:13
*** cwolferh has joined #openstack-meeting02:13
*** iyamahat has quit IRC02:14
*** sdake has joined #openstack-meeting02:16
*** kylek3h has quit IRC02:16
*** rtheis_ has quit IRC02:17
*** Leom has quit IRC02:17
*** sdake has quit IRC02:18
*** ljxiash has joined #openstack-meeting02:20
*** liamji has joined #openstack-meeting02:23
*** ronghui has joined #openstack-meeting02:25
*** dmorita has quit IRC02:26
*** ljxiash has quit IRC02:26
*** rfolco has quit IRC02:26
*** ljxiash has joined #openstack-meeting02:27
*** Daisy has quit IRC02:31
*** longxiongqiu has joined #openstack-meeting02:31
*** Daisy has joined #openstack-meeting02:31
*** ljxiash has quit IRC02:31
*** yujunz has joined #openstack-meeting02:35
*** gaso84ne has joined #openstack-meeting02:36
*** Daisy has quit IRC02:36
*** zhangshuai has joined #openstack-meeting02:36
*** zhangshuai has left #openstack-meeting02:36
*** gaso84ne has quit IRC02:37
*** gaso84ne has joined #openstack-meeting02:38
*** galstrom is now known as galstrom_zzz02:38
*** gcb has joined #openstack-meeting02:39
*** Daisy has joined #openstack-meeting02:39
*** itzdilip has quit IRC02:41
*** toddjohn has joined #openstack-meeting02:45
*** anteaya has quit IRC02:48
*** kota_ has joined #openstack-meeting02:49
*** toddjohn has quit IRC02:50
*** yuanying has quit IRC02:51
*** claudiub has quit IRC02:52
*** RuiChen has quit IRC02:52
*** zhangshuai_ has joined #openstack-meeting02:54
*** diablo_rojo has joined #openstack-meeting02:55
*** ljxiash has joined #openstack-meeting02:57
*** rbak has quit IRC02:59
*** zhangshuai_ has quit IRC02:59
*** zhangshuai_ has joined #openstack-meeting02:59
*** diablo_rojo has quit IRC02:59
*** rbak has joined #openstack-meeting02:59
*** vishwanathj has quit IRC03:01
*** amitgandhinz has joined #openstack-meeting03:01
*** RuiChen has joined #openstack-meeting03:02
*** cwolferh has quit IRC03:02
*** roxanaghe has joined #openstack-meeting03:04
*** julim has joined #openstack-meeting03:05
*** karthikp has quit IRC03:06
*** amitgandhinz has quit IRC03:07
*** kei__ has joined #openstack-meeting03:09
*** roxanaghe has quit IRC03:09
*** kei has quit IRC03:10
*** yamamoto_ has joined #openstack-meeting03:10
*** zhangshuai_ has quit IRC03:11
*** zhangshuai_ has joined #openstack-meeting03:11
*** shaohe_feng has joined #openstack-meeting03:12
*** cwolferh has joined #openstack-meeting03:13
*** kylek3h has joined #openstack-meeting03:13
*** JRobinson__ has quit IRC03:17
*** JRobinson__ has joined #openstack-meeting03:18
*** kota_ has left #openstack-meeting03:21
*** shaohe_feng has quit IRC03:21
*** kylek3h has quit IRC03:22
*** shaohe_feng has joined #openstack-meeting03:24
*** adiantum has joined #openstack-meeting03:24
*** kota_ has joined #openstack-meeting03:25
*** stevebaker has quit IRC03:27
*** yamahata has joined #openstack-meeting03:28
*** stevebaker has joined #openstack-meeting03:28
*** Daisy has quit IRC03:30
*** Daisy has joined #openstack-meeting03:31
*** shaohe_feng has quit IRC03:31
*** shaohe_feng has joined #openstack-meeting03:32
*** karthikp has joined #openstack-meeting03:33
*** rderose has quit IRC03:34
*** Daisy has quit IRC03:34
*** zeih has joined #openstack-meeting03:35
*** links has joined #openstack-meeting03:35
*** Daisy has joined #openstack-meeting03:35
*** julim has quit IRC03:36
*** ljxiash has quit IRC03:37
*** ljxiash has joined #openstack-meeting03:37
*** zeih has quit IRC03:39
*** ljxiash has quit IRC03:39
*** ljxiash has joined #openstack-meeting03:39
*** Daisy has quit IRC03:40
*** dimtruck is now known as zz_dimtruck03:40
*** shaohe_feng has quit IRC03:42
*** yamamoto_ has quit IRC03:42
*** shaohe_feng has joined #openstack-meeting03:43
*** gerhardqux has quit IRC03:43
*** yujunz has quit IRC03:46
*** mikeyp has quit IRC03:47
*** yuanying has joined #openstack-meeting03:48
*** Sukhdev has joined #openstack-meeting03:48
*** zhangshuai_ has quit IRC03:48
*** karthikp has quit IRC03:48
*** elo has quit IRC03:48
*** elo has joined #openstack-meeting03:49
*** mikeyp has joined #openstack-meeting03:49
*** karthikp has joined #openstack-meeting03:49
*** tiantian has joined #openstack-meeting03:49
*** fnaval has quit IRC03:50
*** RuiChen has quit IRC03:51
*** liusheng has quit IRC03:52
*** huangtianhua has quit IRC03:52
*** shaohe_feng has quit IRC03:52
*** epico has quit IRC03:52
*** Yingxin has quit IRC03:52
*** julenlar has joined #openstack-meeting03:52
*** liusheng has joined #openstack-meeting03:52
*** xinwu has quit IRC03:53
*** shaohe_feng has joined #openstack-meeting03:55
*** Yingxin has joined #openstack-meeting03:55
*** julenl has quit IRC03:56
*** ljxiash has quit IRC03:58
*** thorst has quit IRC03:58
*** ljxiash has joined #openstack-meeting03:58
*** zhangshuai_ has joined #openstack-meeting03:58
*** thorst has joined #openstack-meeting03:58
*** dmacpher has joined #openstack-meeting04:00
*** epico has joined #openstack-meeting04:02
*** zeih has joined #openstack-meeting04:02
*** shaohe_feng has quit IRC04:02
*** fnaval has joined #openstack-meeting04:02
*** elynn_ has quit IRC04:02
*** shaohe_feng has joined #openstack-meeting04:03
*** zhurong has quit IRC04:03
*** ljxiash has quit IRC04:03
*** zhurong has joined #openstack-meeting04:04
*** zhangshuai_ has quit IRC04:04
*** roxanaghe has joined #openstack-meeting04:05
*** cwolferh has quit IRC04:06
*** zeih has quit IRC04:06
*** thorst has quit IRC04:07
*** Niham has joined #openstack-meeting04:09
*** roxanaghe has quit IRC04:09
*** Niham has quit IRC04:10
*** Niham has joined #openstack-meeting04:11
*** shaohe_feng has quit IRC04:12
*** sams-gleb has joined #openstack-meeting04:13
*** shaohe_feng has joined #openstack-meeting04:13
*** itsuugo has joined #openstack-meeting04:15
*** banix has quit IRC04:17
*** roxanaghe has joined #openstack-meeting04:17
*** sams-gleb has quit IRC04:17
*** kylek3h has joined #openstack-meeting04:20
*** cloudrancher has quit IRC04:21
*** ayoung has quit IRC04:22
*** fnaval has quit IRC04:22
*** shaohe_feng has quit IRC04:23
*** grassass has joined #openstack-meeting04:23
*** smurke has quit IRC04:23
*** fnaval has joined #openstack-meeting04:23
*** nonameentername has quit IRC04:23
*** shaohe_feng has joined #openstack-meeting04:23
*** elynn_ has joined #openstack-meeting04:24
*** dmellado has quit IRC04:24
*** xiaohhui has quit IRC04:24
*** cschwede has quit IRC04:24
*** saisrikiran is now known as saisriki04:24
*** kprabhuv has quit IRC04:24
*** mmotiani_ has quit IRC04:24
*** irenab has quit IRC04:24
*** cschwede has joined #openstack-meeting04:25
*** nonameentername has joined #openstack-meeting04:25
*** xiaohhui has joined #openstack-meeting04:25
*** dmorita has joined #openstack-meeting04:26
*** mmotiani_ has joined #openstack-meeting04:26
*** albertom has quit IRC04:27
*** dmellado has joined #openstack-meeting04:27
*** kylek3h has quit IRC04:27
*** elynn_ has quit IRC04:28
*** yamamoto_ has joined #openstack-meeting04:29
*** xingchao has quit IRC04:31
*** dmorita has quit IRC04:31
*** csomerville has joined #openstack-meeting04:31
*** shaohe_feng has quit IRC04:33
*** edtubill has joined #openstack-meeting04:33
*** shaohe_feng has joined #openstack-meeting04:34
*** edtubill_ has joined #openstack-meeting04:35
*** edtubill has quit IRC04:38
*** longxiongqiu has quit IRC04:39
*** pzchen has joined #openstack-meeting04:40
*** zhangshuai has joined #openstack-meeting04:40
*** fnaval has quit IRC04:42
*** albertom has joined #openstack-meeting04:42
*** fnaval has joined #openstack-meeting04:43
*** shaohe_feng has quit IRC04:43
*** karthikp has quit IRC04:43
*** shaohe_feng has joined #openstack-meeting04:44
*** karthikp has joined #openstack-meeting04:44
*** Sukhdev has quit IRC04:48
*** csomerville has quit IRC04:48
*** mrmartin has joined #openstack-meeting04:48
*** albertom has quit IRC04:49
*** albertom has joined #openstack-meeting04:50
*** shaohe_feng has quit IRC04:53
*** mickeys has joined #openstack-meeting04:55
*** ljxiash has joined #openstack-meeting04:56
*** ujuc has joined #openstack-meeting04:56
*** shaohe_feng has joined #openstack-meeting04:56
*** sacharya has quit IRC04:57
*** Niham has quit IRC04:57
*** xinwu has joined #openstack-meeting04:58
*** adahms has quit IRC04:58
*** iyamahat has joined #openstack-meeting04:59
*** albertom has quit IRC05:00
*** Daisy has joined #openstack-meeting05:01
*** mickeys has quit IRC05:03
*** xinwu has quit IRC05:03
*** Daisy_ has joined #openstack-meeting05:03
*** mickeys has joined #openstack-meeting05:03
*** shaohe_feng has quit IRC05:04
*** amitgandhinz has joined #openstack-meeting05:04
*** thorst has joined #openstack-meeting05:05
*** unicell has joined #openstack-meeting05:05
*** Daisy has quit IRC05:05
*** Niham has joined #openstack-meeting05:06
*** shaohe_feng has joined #openstack-meeting05:06
*** albertom has joined #openstack-meeting05:07
*** Daisy_ has quit IRC05:08
*** mickeys has quit IRC05:08
*** amitgandhinz has quit IRC05:09
*** unicell has quit IRC05:09
*** unicell has joined #openstack-meeting05:10
*** adisky has quit IRC05:10
*** karthikp has quit IRC05:11
*** xinwu has joined #openstack-meeting05:12
*** thorst has quit IRC05:12
*** kota_ has left #openstack-meeting05:13
*** dfflanders has quit IRC05:13
*** shaohe_feng has quit IRC05:14
*** shaohe_feng has joined #openstack-meeting05:14
*** unicell has quit IRC05:15
*** jtomasek has joined #openstack-meeting05:16
*** anilvenkata has joined #openstack-meeting05:17
*** amotoki_ is now known as amotoki05:19
*** akuznetsov has joined #openstack-meeting05:20
*** unicell has joined #openstack-meeting05:24
*** shaohe_feng has quit IRC05:24
*** kylek3h has joined #openstack-meeting05:25
*** shaohe_feng has joined #openstack-meeting05:25
*** Navin has quit IRC05:26
*** kota_ has joined #openstack-meeting05:28
*** hdaniel has joined #openstack-meeting05:30
*** zeih has joined #openstack-meeting05:30
*** kylek3h has quit IRC05:31
*** xingchao has joined #openstack-meeting05:31
*** lpetrut has joined #openstack-meeting05:32
*** shaohe_feng has quit IRC05:34
*** zeih has quit IRC05:35
*** shaohe_feng has joined #openstack-meeting05:35
*** xingchao has quit IRC05:36
*** roxanaghe has quit IRC05:38
*** roxanaghe has joined #openstack-meeting05:38
*** kota_ has left #openstack-meeting05:39
*** tfukushima has joined #openstack-meeting05:41
*** tfukushima has quit IRC05:41
*** xingchao has joined #openstack-meeting05:41
*** tfukushima has joined #openstack-meeting05:41
*** pzchen has quit IRC05:43
*** roxanaghe has quit IRC05:43
*** longxiongqiu has joined #openstack-meeting05:44
*** delatte has quit IRC05:44
*** shaohe_feng has quit IRC05:45
*** shaohe_feng has joined #openstack-meeting05:45
*** Niham has quit IRC05:46
*** Poornima has joined #openstack-meeting05:46
*** Daisy has joined #openstack-meeting05:47
*** mrmartin has quit IRC05:47
*** zhangshuai has left #openstack-meeting05:47
*** longxiongqiu has quit IRC05:48
*** rcernin has joined #openstack-meeting05:48
*** sudipto has joined #openstack-meeting05:49
*** martines has quit IRC05:49
*** Daisy has quit IRC05:51
*** Daisy has joined #openstack-meeting05:52
*** sridharg has joined #openstack-meeting05:52
*** Daisy_ has joined #openstack-meeting05:53
*** unicell has quit IRC05:53
*** Daisy has quit IRC05:53
*** unicell1 has joined #openstack-meeting05:53
*** Daisy_ has quit IRC05:55
*** shaohe_feng has quit IRC05:55
*** katomo has joined #openstack-meeting05:55
*** Daisy has joined #openstack-meeting05:55
*** numans has joined #openstack-meeting05:55
*** Daisy has quit IRC05:56
*** Daisy has joined #openstack-meeting05:56
*** gmann_ has joined #openstack-meeting05:57
*** sacharya has joined #openstack-meeting05:57
*** zeih has joined #openstack-meeting05:57
*** shaohe_feng has joined #openstack-meeting05:58
*** greghaynes has quit IRC05:58
*** Daisy has quit IRC05:59
*** Daisy has joined #openstack-meeting05:59
*** aeng has quit IRC05:59
*** dmacpher has quit IRC06:00
*** pzchen has joined #openstack-meeting06:00
katomo#startmeeting OpenStack I18n Meeting06:00
openstackMeeting started Thu Jun  2 06:00:27 2016 UTC and is due to finish in 60 minutes.  The chair is katomo. Information about MeetBot at http://wiki.debian.org/MeetBot.06:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.06:00
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)"06:00
openstackThe meeting name has been set to 'openstack_i18n_meeting'06:00
katomoanyone here?06:00
*** xingchao has quit IRC06:01
*** zeih has quit IRC06:02
*** sacharya has quit IRC06:02
*** cdelatte has joined #openstack-meeting06:03
*** xingchao has joined #openstack-meeting06:04
*** Daisy has quit IRC06:04
*** Daisy has joined #openstack-meeting06:04
*** akuznetsov has quit IRC06:04
*** amitgandhinz has joined #openstack-meeting06:05
*** pzchen has quit IRC06:05
*** unicell has joined #openstack-meeting06:05
*** shaohe_feng has quit IRC06:05
*** gmann_ has quit IRC06:05
*** unicell1 has quit IRC06:06
*** shaohe_feng has joined #openstack-meeting06:06
*** cwolferh has joined #openstack-meeting06:07
zhurong0/06:08
katomohi06:08
katomoDaisy: is here?06:08
DaisyYes06:09
katomookay, we have 3 attendee06:09
ujuc0/06:09
*** greghaynes has joined #openstack-meeting06:09
katomohi ujuc06:09
Daisyincluding you, we have 4. :)06:09
*** vishnoianil has quit IRC06:10
*** thorst has joined #openstack-meeting06:10
katomolet's start06:10
Daisyok06:10
*** amitgandhinz has quit IRC06:10
katomo#topic bug squash06:10
*** openstack changes topic to "bug squash (Meeting topic: OpenStack I18n Meeting)"06:10
katomo#link https://bugs.launchpad.net/openstack-i18n/06:10
katomowe have 16 open bugs06:10
katomoDaisy: 7 are simplified-chinese bugs. can you take a look at?06:11
Daisyok. katomo. I will do that.06:11
katomoujuc: there are 2 korean bugs06:12
katomothanks, Daisy06:12
ujucum!06:12
ujucok :)06:12
katomothanks06:12
katomo#link https://bugs.launchpad.net/openstack-i18n/+bug/158604106:13
openstackLaunchpad bug 1586041 in openstack i18n "Incorrect PO-Revision-Date in some translation files for aodh project" [Undecided,New]06:13
*** ronghui has quit IRC06:13
katomo"Incorrect PO-Revision-Date in some translation files for aodh project"06:13
*** aeng has joined #openstack-meeting06:13
katomoaga.06:13
katomobot echoed :)06:13
katomoI don't have a solution06:14
katomocan anyone take a look?06:14
*** iyamahat has quit IRC06:14
Daisyaeng: can you help ?06:14
*** sams-gleb has joined #openstack-meeting06:14
amotokibefore it was filed I was asked in -i18n channel and reported it to the ml, but there is no response.06:14
aengkatomo, whats the issue?06:14
amotokiI haven't investigated the detail too.06:14
katomohi amotoki06:14
Daisyamotoki: is it a problem of Zanata ?06:15
amotokinot sure06:15
DaisyI mean, a config issue of Zanata ?06:15
katomoI checked a little, but I can find a cause......06:15
katomo* cannot06:15
ianychoisorry for coming late :)06:15
Daisyaeng: https://bugs.launchpad.net/openstack-i18n/+bug/158604106:15
openstackLaunchpad bug 1586041 in openstack i18n "Incorrect PO-Revision-Date in some translation files for aodh project" [Undecided,New]06:15
katomohi ianychoi06:15
*** e0ne has joined #openstack-meeting06:15
ianychoihi katomo!06:15
*** shaohe_feng has quit IRC06:15
-amotoki- is lurking again06:15
*** zhurong has quit IRC06:16
* aeng looking06:16
DaisyThank you, aeng06:16
katomoaeng: thanks06:16
*** shaohe_feng has joined #openstack-meeting06:16
*** thorst has quit IRC06:17
katomoany other bugs to discuss?06:18
aenghmmm..... yes, empty PO-Revision-Date06:18
*** gmann_ has joined #openstack-meeting06:18
*** sams-gleb has quit IRC06:19
*** zhurong has joined #openstack-meeting06:19
Daisykatomo: I don't have.06:19
katomohm06:19
aenghow those translation got into Zanata?06:20
aengis it translated in Zanata?06:20
*** zul has quit IRC06:21
*** hdaniel has quit IRC06:22
*** ramishra has left #openstack-meeting06:22
Daisyaeng: I think it's in the header of po file.06:23
ianychoiHmm... when we download po files from Zanata, its header says "X-Generator: Zanata 3.7.3\n"06:23
Daisyaeng: look at http://git.openstack.org/cgit/openstack/aodh/tree/aodh/locale/zh_CN/LC_MESSAGES/aodh.po06:23
*** unicell1 has joined #openstack-meeting06:24
*** unicell has quit IRC06:25
*** shaohe_feng has quit IRC06:26
*** shaohe_feng has joined #openstack-meeting06:26
*** ronghui has joined #openstack-meeting06:26
Daisykatomo: any other topics today ?06:27
katomoI don't have06:27
aengok, i will need more time to look at it06:27
aengwill update you guys06:27
amotokioh... no topic is used :)06:27
DaisyThank you, aeng06:27
katomothanks06:27
katomo#topic open discussions06:28
*** openstack changes topic to "open discussions (Meeting topic: OpenStack I18n Meeting)"06:28
ianychoiThanks06:28
katomoany topic?06:28
ianychoiMeeting time?06:28
*** nadya has joined #openstack-meeting06:28
katomoyeah06:28
Daisykatomo: I wonder if we need some guidances for new translators to guide them how to show their contributions in stacklytis.06:29
katomoDaisy: good point06:29
DaisyI don't know the specific steps to show a translator contribution in stackalytics06:29
*** kylek3h has joined #openstack-meeting06:29
Daisydoes the translator need to do nothing ?06:29
*** kota_ has joined #openstack-meeting06:29
ianychoi#link http://docs.openstack.org/developer/i18n/translation_stats.html#stackalytics06:29
ianychoiamotoki updated :)06:30
*** adiantum has quit IRC06:30
aengi think at the moment, its still using the user- list06:30
aengso probably thats all they need to do.. update the list06:30
*** andreas_s has joined #openstack-meeting06:30
amotokiianychoi: thanks06:30
DaisyThank you, ianychoi. Very useful.06:30
Daisythank you, amotoki06:30
katomoAlso, we need to update the traslators list manually....06:30
amotoki FYI: stackalytics stats is now fixed.06:31
aengAwesome!06:31
ianychoi:)06:31
katomonew version of Zanata doesn't work at now....06:31
katomoamotoki: great06:31
amotokikatomo: could you elaborate more?06:31
aengnew version of Zanata?06:31
amotokinew version of zanata/06:32
amotokis|/|?|06:32
ianychoiWhen can we see newer version of Zanata (e.g., 3.9.0) on translate-dev.openstack.org?06:32
katomowe have a plan to upgrade Zanata06:32
aengi think infra team has planned for it06:32
katomoto get the translators list with email for Stackalytics06:32
*** rubasov has joined #openstack-meeting06:32
katomoright?06:32
aengkatomo, correct with latest version of Zanata06:33
amotokiwhy do we need email for Stackalytics?06:33
katomoIt needs java 8, but our infra does not provide java 8 because of ubuntu 14.0406:34
aengyup, so they are working on that06:34
katomoso, we need to wait ubuntu 16.04, IIRC.06:34
katomoyep06:34
katomoinfra team need more time06:34
katomoianychoi: I will email about meeting time06:35
*** zul has joined #openstack-meeting06:35
ianychoiAha... I see. In fact AFAIK only zanata user IDs are used in Stackalytics (no email)06:35
aengalright.. might have found the problem with empty PO-Revision-Date06:36
*** shaohe_feng has quit IRC06:36
katomolater to be fair for folks in other timezones06:36
katomoaeng: hmmm06:36
aengmight be a bug with Zanata06:36
amotokiwhat are we talking about now?06:36
amotokiZanata? meeting time?06:37
aengbut if translations is being updated manually in Zanata, the PO-Revision-Date will be updated accordingly06:37
*** shaohe_feng has joined #openstack-meeting06:37
katomoamotoki: empty PO-Revision-Date :)06:37
*** kylek3h has quit IRC06:37
aengi will check and update the ticket06:38
katomoI think finished talk about zanata and meeting time06:38
aeng:)06:38
ianychoi+106:38
amotokikatomo: thanks. i would suggest to use 'topic' from the next meeting.06:38
*** e0ne has quit IRC06:38
amotokiRe email, IMO we should not expose email addresses thru API unless we use it.06:38
Daisyaeng: how long do you need to fix the issue? Do you suggest a by pass method to resolve this issue ?06:38
aengworkaround... update the translations manually at the moment in Zanata06:39
katomoamotoki: topic "open discussions" is too broad :06:39
Daisyaeng: I don't think the bug reporter can wait for the upgrade of Zanata.06:39
*** edtubill_ has quit IRC06:39
aenghmmmm06:39
*** roxanaghe has joined #openstack-meeting06:39
*** lpetrut has quit IRC06:39
katomoDaisy:  I agree06:39
aengalright... let me get more details out and update the tickets06:39
Daisyaeng: what do you mean by updating manually? Updating a translation ?06:39
aengDaisy, yes06:39
aengnot all translations.. just 1 in each file06:40
aengso just update 1 translations in each document.. that will generate the header correctly06:40
*** llu is now known as llu_06:40
Daisyok. katomo I think we can temporarily fix the issue in project aodh.06:41
Daisyaeng: any languages ?06:41
*** llu has joined #openstack-meeting06:41
katomogood news06:41
Daisyaeng: or all languages ?06:41
aengall languages06:41
Daisyok.06:41
katomocan you explain the detailed step?06:42
katomoIf long, please email later.06:42
aengso, in summary, in each languages, on each document, just update a translation06:43
katomoon Zanata?06:43
*** roxanaghe has quit IRC06:43
aengyes06:43
katomoahh06:43
katomoit is easy, but many:)06:43
aengyup... but thats the only workaround right now06:44
DaisyYeah, katomo. Time consuming.06:44
*** numans has quit IRC06:44
*** coolsvap_ has joined #openstack-meeting06:44
katomookay, I can do it with my admin previledge, and I will do it...06:44
*** neeti has joined #openstack-meeting06:45
DaisyThank you, katomo.06:45
DaisyOnly admin have the right to update any languages.06:45
katomoyep06:46
katomoany other topic?06:46
DaisyNo from me.06:46
aengall good from me06:46
*** shaohe_feng has quit IRC06:46
amotokire topic, let's use etherpad agenda06:46
*** nkrinner_afk is now known as nkrinner06:46
amotokifor realtime topic update.06:46
katomosure06:46
*** shaohe_feng has joined #openstack-meeting06:46
amotokiyou can coordinate various topics and reorg during a meeting :)06:47
aeng+106:47
katomowe have a blank page https://etherpad.openstack.org/p/i18n-meeting !06:47
amotokiblank page @@06:47
aenghahah06:47
aengready to be filled06:47
*** nadya has quit IRC06:47
aenganyways... i gtg now. katomo if you have any question on that workaround.. let me know.06:48
aengsee ya guys06:48
katomoaeng: thanks06:48
Daisyaeng: thank you.06:48
katomookay, end the meeting06:48
amotokifinally, i have one request. could anyone update the status of documents of openstack-manuals?06:48
*** aeng has quit IRC06:48
katomohm06:48
amotokiwhich manual are ready for translation? i have no information06:48
katomoamotoki: I'll take it.06:49
amotokifor example, doc team is planning to reorg docs. if so there is no meaning to translation such documents.06:49
katomowe have a wiki page, but it is old, I think.06:49
amotokikatomo: thanks. etherpad might work.06:49
katomoyeah06:49
amotokithat's all from me06:50
katomogood. I will use etherpad06:50
DaisyFrom the home page of Zanata, I see: the installation guide, user guide, api guide. Is the translation plan in home page up to date ?06:50
katomoyeah, it is up to date.06:50
Daisyok. katomo06:50
katomookay, thanks to join the meeting, all.06:51
*** kota_ has left #openstack-meeting06:51
katomo#endmeeting06:51
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"06:51
openstackMeeting ended Thu Jun  2 06:51:49 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)06:51
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-06-02-06.00.html06:51
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-06-02-06.00.txt06:51
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-06-02-06.00.log.html06:51
*** Niham has joined #openstack-meeting06:51
DaisyThank you, katomo06:52
*** numans has joined #openstack-meeting06:52
*** katomo has left #openstack-meeting06:52
*** tesseract- has joined #openstack-meeting06:53
*** sams-gleb has joined #openstack-meeting06:55
*** neeti has quit IRC06:55
*** martines has joined #openstack-meeting06:56
*** shaohe_feng has quit IRC06:56
*** Niham has quit IRC06:57
*** sdake has joined #openstack-meeting06:57
*** jlanoux has joined #openstack-meeting06:57
*** shaohe_feng has joined #openstack-meeting06:57
*** lpetrut has joined #openstack-meeting06:58
*** hoangcx has quit IRC07:00
*** hoangcx has joined #openstack-meeting07:01
*** dbecker has quit IRC07:01
*** Daisy has quit IRC07:02
*** Daisy has joined #openstack-meeting07:03
*** amitgandhinz has joined #openstack-meeting07:06
*** bzhao has joined #openstack-meeting07:07
*** shaohe_feng has quit IRC07:07
*** Daisy has quit IRC07:07
*** shaohe_feng has joined #openstack-meeting07:07
*** hdaniel has joined #openstack-meeting07:11
*** gmann_ has quit IRC07:11
*** amitgandhinz has quit IRC07:11
*** coolsvap_ has quit IRC07:13
*** obondarev has joined #openstack-meeting07:14
*** thorst has joined #openstack-meeting07:15
*** vishwanathj has joined #openstack-meeting07:15
*** pzchen has joined #openstack-meeting07:15
*** coolsvap_ has joined #openstack-meeting07:15
*** vishwana_ has joined #openstack-meeting07:15
*** shaohe_feng has quit IRC07:17
*** huangtianhua has joined #openstack-meeting07:17
*** shaohe_feng has joined #openstack-meeting07:18
*** longxiongqiu has joined #openstack-meeting07:18
*** vishwanathj has quit IRC07:19
*** tiantian has quit IRC07:19
*** hashar has joined #openstack-meeting07:21
*** henrynash has joined #openstack-meeting07:22
*** thorst has quit IRC07:22
*** paul-carlton2 has joined #openstack-meeting07:22
*** fzdarsky_ is now known as fzdarsky07:24
*** JRobinson__ has quit IRC07:25
*** nkrinner has quit IRC07:25
*** jlanoux has quit IRC07:25
*** gaso84ne has quit IRC07:25
*** jpena|off is now known as jpena07:26
*** jpena has left #openstack-meeting07:26
*** vishwana_ is now known as vishwanathj07:26
*** nkrinner has joined #openstack-meeting07:27
*** fbo has joined #openstack-meeting07:27
*** shaohe_feng has quit IRC07:27
*** vuntz has quit IRC07:27
*** shaohe_feng has joined #openstack-meeting07:27
*** xinwu_ has joined #openstack-meeting07:31
*** xinwu has quit IRC07:31
*** xinwu_ is now known as xinwu07:31
*** lpetrut has quit IRC07:31
*** karthikp has joined #openstack-meeting07:33
*** vuntz has joined #openstack-meeting07:34
*** vuntz has joined #openstack-meeting07:34
*** vishwanathj has quit IRC07:34
*** kylek3h has joined #openstack-meeting07:34
*** zeih has joined #openstack-meeting07:35
*** Daisy has joined #openstack-meeting07:36
*** henrynash has quit IRC07:36
*** Daisy has quit IRC07:36
*** jtomasek_ has joined #openstack-meeting07:37
*** shaohe_feng has quit IRC07:37
*** Daisy has joined #openstack-meeting07:38
*** shaohe_feng has joined #openstack-meeting07:38
*** Daisy_ has joined #openstack-meeting07:39
*** sdake has quit IRC07:39
*** hashar has quit IRC07:39
*** hashar has joined #openstack-meeting07:39
*** Daisy_ has quit IRC07:39
*** Daisy_ has joined #openstack-meeting07:40
*** roxanaghe has joined #openstack-meeting07:40
*** kylek3h has quit IRC07:42
*** Daisy has quit IRC07:42
*** bcafarel has joined #openstack-meeting07:43
*** jtomasek_ has quit IRC07:44
*** roxanaghe has quit IRC07:44
*** ygbo has joined #openstack-meeting07:45
*** shaohe_feng has quit IRC07:48
*** shaohe_feng has joined #openstack-meeting07:49
*** jlanoux has joined #openstack-meeting07:49
*** ljxiash_ has joined #openstack-meeting07:50
*** karthikp has quit IRC07:51
*** ljxiash has quit IRC07:53
*** dbecker has joined #openstack-meeting07:55
*** acoles_ is now known as acoles07:56
*** aimon has quit IRC07:56
*** hoangcx has quit IRC07:57
*** shaohe_feng has quit IRC07:58
*** shaohe_feng has joined #openstack-meeting07:59
*** sacharya has joined #openstack-meeting07:59
*** matrohon has joined #openstack-meeting07:59
*** coolsvap_ has quit IRC07:59
*** hoangcx has joined #openstack-meeting08:00
*** obondarev has quit IRC08:01
*** zeih has quit IRC08:01
*** claudiub has joined #openstack-meeting08:02
*** sacharya has quit IRC08:03
*** paul-carlton2 has quit IRC08:05
*** amitgandhinz has joined #openstack-meeting08:07
*** henrynash has joined #openstack-meeting08:07
*** shashank_hegde has quit IRC08:07
*** mbound has joined #openstack-meeting08:08
*** shaohe_feng has quit IRC08:08
*** shaohe_feng has joined #openstack-meeting08:09
*** tochi has quit IRC08:10
*** amitgandhinz has quit IRC08:12
*** diga has joined #openstack-meeting08:12
*** e0ne has joined #openstack-meeting08:13
*** Navin has joined #openstack-meeting08:13
*** vishwanathj has joined #openstack-meeting08:14
*** bcafarel has quit IRC08:16
*** shaohe_feng has quit IRC08:18
*** paul-carlton2 has joined #openstack-meeting08:18
*** shaohe_feng has joined #openstack-meeting08:19
*** Niham has joined #openstack-meeting08:19
*** tochi has joined #openstack-meeting08:20
*** yujunz has joined #openstack-meeting08:20
*** thorst has joined #openstack-meeting08:20
*** ihrachys has joined #openstack-meeting08:21
*** sputnik13_ has joined #openstack-meeting08:22
*** Daisy_ has quit IRC08:24
*** Daisy has joined #openstack-meeting08:24
*** paul-carlton2 has quit IRC08:24
*** bcafarel has joined #openstack-meeting08:25
*** thorst has quit IRC08:27
*** mrmartin has joined #openstack-meeting08:28
*** Daisy has quit IRC08:29
*** shaohe_feng has quit IRC08:29
*** markvoelker has quit IRC08:29
*** shaohe_feng has joined #openstack-meeting08:29
*** markvoelker has joined #openstack-meeting08:30
*** gmann_ has joined #openstack-meeting08:31
*** gcb has quit IRC08:33
*** gcb has joined #openstack-meeting08:33
*** mrmartin has quit IRC08:33
*** sputnik13_ has quit IRC08:35
*** Daisy has joined #openstack-meeting08:37
*** fnaval_ has joined #openstack-meeting08:37
*** yassine has joined #openstack-meeting08:38
*** fwdit has joined #openstack-meeting08:39
*** shaohe_feng has quit IRC08:39
*** fnaval has quit IRC08:39
*** shaohe_feng has joined #openstack-meeting08:40
*** kylek3h has joined #openstack-meeting08:40
*** aimon has joined #openstack-meeting08:40
*** zeih has joined #openstack-meeting08:40
*** mrmartin has joined #openstack-meeting08:43
*** aimon has quit IRC08:45
*** kylek3h has quit IRC08:47
*** xinwu has quit IRC08:49
*** shaohe_feng has quit IRC08:49
*** mbound has quit IRC08:49
*** shaohe_feng has joined #openstack-meeting08:50
*** xinwu has joined #openstack-meeting08:51
*** zeih has quit IRC08:52
*** lpetrut has joined #openstack-meeting08:53
*** xinwu has quit IRC08:53
*** pzchen has quit IRC08:56
*** zhangshuai_ has joined #openstack-meeting08:59
*** shaohe_feng has quit IRC08:59
masayukig#startmeeting qa09:00
openstackMeeting started Thu Jun  2 09:00:12 2016 UTC and is due to finish in 60 minutes.  The chair is masayukig. 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
masayukig#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_June_2nd_2016_.280900_UTC.2909:00
masayukig^^^^ agenda09:00
*** shaohe_feng has joined #openstack-meeting09:00
masayukigwho's here today?09:00
hogepodgeo/09:01
masayukighi! hogepodge09:01
masayukig(I was worried about no one is here today :-P)09:01
hogepodgeI just happen to be awake. :-D09:02
hogepodgeBut don't hold a meeting on my account.09:02
masayukig:)09:02
*** yujunz has quit IRC09:03
andreafo/09:03
hogepodgehi! andreaf09:03
masayukigandreaf \o/09:03
andreafhi09:04
andreafhogepodge: early start today ;)09:04
masayukigThis is the first time to be a chair of qa-meeting for me. So please let me know if you notice something wrong (and don't blame me, please :)09:04
hogepodgeandreaf: late finish09:05
masayukigok, let's move on09:05
*** nijaba has quit IRC09:05
masayukig#topic Specs Reviews09:05
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)"09:05
masayukig#link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z09:05
masayukigdoes anyone want to discuss an open spec review?09:05
*** irenab has joined #openstack-meeting09:06
hogepodgeI'll probably abandon the defcore tags spec, unless there's a reason why we think it would land.09:07
*** amitgandhinz has joined #openstack-meeting09:07
hogepodge(with changes of course)09:07
masayukigyeah, that seems to be fair09:09
masayukiganything else?09:09
hogepodgeIn light of the recent TC resolution of requiring defcore tests to be in tempest, it might be nice to have a way to directly identify them, but we have the complete list with ids in the defcore repository09:09
*** shaohe_feng has quit IRC09:10
*** nijaba has joined #openstack-meeting09:11
*** nijaba has quit IRC09:11
*** nijaba has joined #openstack-meeting09:11
*** shaohe_feng has joined #openstack-meeting09:11
hogepodgewe can move on09:11
masayukigok, sure09:11
masayukignext topic09:11
masayukig#topic Tempest09:11
*** openstack changes topic to "Tempest (Meeting topic: qa)"09:11
masayukigThere's a lot of list on wiki.09:12
*** amitgandhinz has quit IRC09:12
*** hughhalf has quit IRC09:12
*** irenab has quit IRC09:12
andreafmasayukig: I think that's just the content of the newton priorities, not sure we need to discuss all of them09:13
masayukigandreaf: do you have anything to talk?09:13
*** sdake has joined #openstack-meeting09:13
masayukigyeah, I don't think we need to discuss all.09:13
andreafmasayukig: not much really, I'm working on the credential providers atm09:13
masayukigok, sure.09:14
*** obondarev has joined #openstack-meeting09:14
masayukighogepodge: how about negative test guideline?09:14
*** yamahata has quit IRC09:14
hogepodgemasayukig: I haven't started on it yet. I wanted to talk with oomichi about how to start09:14
*** sputnik13_ has joined #openstack-meeting09:14
hogepodgemasayukig: where it lives in the repository, and so on09:15
masayukighogepodge: ok, will you talk in IRC or mail?09:15
masayukigboth?09:15
hogepodgemasayukig: irc09:15
masayukigcool, thanks :)09:15
masayukigone thing from me about tempest cli09:16
masayukig#link https://review.openstack.org/#/q/topic:bp/tempest-run-cmd09:16
*** sputnik13_ has quit IRC09:16
*** gmann_ has left #openstack-meeting09:16
masayukigThe patch is now under reviewing and good progress.09:17
*** fnaval_ has quit IRC09:17
masayukigBut I think more reviews are very welcome :)09:17
masayukiganything else?09:18
andreafmasayukig: I will add it to my review list09:18
masayukigandreaf: cool! thanks09:18
*** pzchen has joined #openstack-meeting09:19
masayukigok, let's move on09:19
masayukig#topic Devstack + Grenade09:19
*** openstack changes topic to "Devstack + Grenade (Meeting topic: qa)"09:19
hogepodgeI gave it a look over, seems like it's making good progress09:19
masayukighogepodge: tempest run? thanks!09:20
hogepodgeyup09:20
*** shaohe_feng has quit IRC09:20
masayukigso, does anyone have topic about Devstack + Grenade?09:20
*** shaohe_feng has joined #openstack-meeting09:21
masayukigok, let's move on09:22
masayukig#topic OpenStack-Health09:22
*** openstack changes topic to "OpenStack-Health (Meeting topic: qa)"09:22
masayukigso, there are a lot of patches on dashboard https://review.openstack.org/#/q/project:openstack/openstack-health+status:open09:23
masayukigI think current main topics are "e-r integration", RSS, improving UIs.09:24
masayukigyou can use it http://status.openstack.org/openstack-health/#/ . So any feedbacks are welcome.09:25
masayukigBut I'm not sure we can implement it, immediately, though.09:25
*** thorst has joined #openstack-meeting09:25
masayukigok, that's all from me. anything else?09:25
masayukigok, next topic is..09:27
*** pzchen has quit IRC09:27
masayukig#topic Critical Reviews09:27
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)"09:27
masayukigDoes anyone have any reviews they'd like to get extra eyes on?09:27
*** dmorita has joined #openstack-meeting09:27
andreafwell, it may be not so critical, but I'd like reviews on https://review.openstack.org/#/q/topic:bug/1494293+status:+open09:28
*** longxiongqiu has quit IRC09:28
masayukigandreaf: oh, you just pushed them :)09:28
andreafmasayukig: yes there was one last issue which I fixed, so they should be ready for review09:29
masayukigandreaf: sure, I just added me as a reviewer :) I'll take a look tomorrow.09:29
andreafmasayukig: I would very much like to get the test accounts part out of experimental, so this is also part of it09:30
andreafmasayukig: thanks09:30
masayukig:)09:30
*** shaohe_feng has quit IRC09:30
masayukigso, I actually have one.09:30
masayukig#link https://review.openstack.org/#/c/324262/09:31
masayukig"[RFC] Deprecate run_tests.sh"09:31
masayukigI'm not sure we already have a talk about like this, though.09:31
*** shaohe_feng has joined #openstack-meeting09:31
*** dmorita has quit IRC09:32
*** thorst has quit IRC09:32
masayukigI think we don't need run_tests.sh script..09:33
andreafmasayukig: I agree we don't need it09:33
andreafmasayukig: but if you want to make it a real deprecation we should emit the warning but keep the script09:34
masayukigyeah, so, I'm not sure we should keep it. Because it is only used by developers not tempest users.09:35
andreafmasayukig: not sure we need deprecation, but I think people may be using this in their workflow to run actual tempest tests, so maybe it would be good to go through deprecation09:35
*** mrmartin has quit IRC09:35
*** aimon has joined #openstack-meeting09:36
masayukigandreaf: thanks for your comment. could you put it in the gerrit?09:36
andreafmasayukig: sure09:36
masayukigandreaf: thanks!09:36
*** pnavarro has joined #openstack-meeting09:36
masayukigso, anything else?09:36
*** _amrith_ is now known as amrith09:37
masayukigok, let's move on09:37
masayukig#topic QA mid-cycle meetup09:37
*** openstack changes topic to "QA mid-cycle meetup (Meeting topic: qa)"09:37
masayukigI think oomichi is now arranging about this now. does anyone have any topics about this?09:37
*** lpetrut has quit IRC09:39
*** zhangshuai_ has quit IRC09:39
*** lpetrut has joined #openstack-meeting09:39
*** zhangshuai_ has joined #openstack-meeting09:39
masayukigok, I hope the place and date will be decided soon.09:40
andreafvery quiet meeting today :)09:40
masayukigyeah, super fast09:40
masayukig#topic Open Discussion09:40
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"09:40
*** sdake has quit IRC09:40
masayukigdo you have anything to discuss?09:40
*** shaohe_feng has quit IRC09:40
*** e0ne has quit IRC09:41
*** e0ne has joined #openstack-meeting09:41
*** shaohe_feng has joined #openstack-meeting09:41
*** roxanaghe has joined #openstack-meeting09:42
*** Daisy has quit IRC09:42
*** Daisy has joined #openstack-meeting09:42
andreafnot from my side09:42
*** irenab has joined #openstack-meeting09:42
masayukigok :)09:43
masayukigthat's it?09:43
*** henrynash has quit IRC09:43
*** irenab has quit IRC09:43
andreafwe can all save 15min+09:43
andreaf:)09:44
masayukigyay!09:44
masayukigstart to count down to the end of meeting09:44
masayukig509:44
masayukig409:44
masayukig309:44
*** kylek3h has joined #openstack-meeting09:44
masayukig209:44
masayukig109:44
masayukig#endmeeting09:44
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"09:44
openstackMeeting ended Thu Jun  2 09:44:45 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)09:44
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-06-02-09.00.html09:44
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-06-02-09.00.txt09:44
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-06-02-09.00.log.html09:44
masayukigthanks all :)09:44
andreafthank you for hosting today09:45
masayukig:)09:45
*** aimon has quit IRC09:45
*** Daisy_ has joined #openstack-meeting09:45
*** Daisy_ has quit IRC09:46
*** roxanaghe has quit IRC09:46
*** Daisy_ has joined #openstack-meeting09:46
*** Daisy has quit IRC09:47
*** irenab has joined #openstack-meeting09:47
hogepodgethank you masayukig09:47
*** tfukushima has quit IRC09:47
*** hughhalf has joined #openstack-meeting09:48
*** obondarev has quit IRC09:48
masayukigo/09:48
*** obondarev has joined #openstack-meeting09:48
*** toddjohn has joined #openstack-meeting09:48
*** bcafarel has quit IRC09:51
*** Daisy_ has quit IRC09:51
*** bcafarel has joined #openstack-meeting09:51
*** shaohe_feng has quit IRC09:51
*** shaohe_feng has joined #openstack-meeting09:51
*** zeih has joined #openstack-meeting09:51
*** ociuhandu has joined #openstack-meeting09:51
*** sambetts|afk is now known as sambetts09:51
*** kylek3h has quit IRC09:52
*** irenab has quit IRC09:56
*** zhangshuai_ has quit IRC09:56
*** zeih has quit IRC09:56
*** zhangshuai_ has joined #openstack-meeting09:56
*** vishwanathj has quit IRC09:57
*** ujuc has quit IRC09:58
*** Qiming has quit IRC09:59
*** obondarev has quit IRC09:59
*** sacharya has joined #openstack-meeting10:00
*** shu-mutou is now known as shu-mutou-AFK10:00
*** amotoki has quit IRC10:01
*** shaohe_feng has quit IRC10:01
*** shaohe_feng has joined #openstack-meeting10:02
*** epico has quit IRC10:02
*** amotoki has joined #openstack-meeting10:04
*** sacharya has quit IRC10:04
*** zhangshuai_ has quit IRC10:06
*** zhangshuai_ has joined #openstack-meeting10:07
*** vishwanathj has joined #openstack-meeting10:07
*** obondarev has joined #openstack-meeting10:07
*** amitgandhinz has joined #openstack-meeting10:08
*** zhangshuai_ has quit IRC10:08
*** zhangshuai_ has joined #openstack-meeting10:08
*** zhurong has quit IRC10:10
*** henrynash has joined #openstack-meeting10:10
*** shaohe_feng has quit IRC10:11
*** amitgandhinz has quit IRC10:13
*** shaohe_feng has joined #openstack-meeting10:14
*** longxiongqiu has joined #openstack-meeting10:14
*** obondarev has quit IRC10:14
*** ociuhandu has quit IRC10:16
*** tochi has quit IRC10:17
*** longxiongqiu has quit IRC10:19
*** vishwanathj has quit IRC10:21
*** longxiongqiu has joined #openstack-meeting10:21
*** shaohe_feng has quit IRC10:21
*** Niham has quit IRC10:22
*** adrianofr has quit IRC10:22
*** zhangshuai_ has quit IRC10:22
*** shaohe_feng has joined #openstack-meeting10:22
*** zhangshuai_ has joined #openstack-meeting10:22
*** obondarev has joined #openstack-meeting10:24
*** Niham has joined #openstack-meeting10:24
*** hoangcx has quit IRC10:26
*** nadya has joined #openstack-meeting10:27
*** alyson_ has quit IRC10:27
*** zhangshuai_ has quit IRC10:28
*** zhangshuai_ has joined #openstack-meeting10:28
*** thorst has joined #openstack-meeting10:30
*** shaohe_feng has quit IRC10:32
*** shaohe_feng has joined #openstack-meeting10:32
*** obondarev has quit IRC10:35
*** ociuhandu has joined #openstack-meeting10:36
*** electrofelix has joined #openstack-meeting10:36
*** henrynash has quit IRC10:36
*** thorst has quit IRC10:37
*** zhangshuai_ has quit IRC10:37
*** amotoki has quit IRC10:37
*** amotoki has joined #openstack-meeting10:39
*** Mortir has joined #openstack-meeting10:39
*** rodrigods has quit IRC10:39
*** Mortir has quit IRC10:39
*** rodrigods has joined #openstack-meeting10:40
*** amrith is now known as _amrith_10:40
*** shaohe_feng has quit IRC10:42
*** roxanaghe has joined #openstack-meeting10:42
*** shaohe_feng has joined #openstack-meeting10:43
*** sdague has joined #openstack-meeting10:46
*** rtheis has joined #openstack-meeting10:46
*** roxanaghe has quit IRC10:47
*** jprovazn has joined #openstack-meeting10:48
*** kylek3h has joined #openstack-meeting10:49
*** xingchao has quit IRC10:50
*** shaohe_feng has quit IRC10:52
*** shaohe_feng has joined #openstack-meeting10:53
*** lezbar has quit IRC10:56
*** lezbar has joined #openstack-meeting10:56
*** Qiming has joined #openstack-meeting10:56
*** weshay has quit IRC10:57
*** kylek3h has quit IRC10:58
*** zeih has joined #openstack-meeting10:59
*** toddjohn has quit IRC11:00
*** shaohe_feng has quit IRC11:02
*** shaohe_feng has joined #openstack-meeting11:03
*** irenab has joined #openstack-meeting11:05
*** nadya has quit IRC11:05
*** amotoki has quit IRC11:07
*** amitgandhinz has joined #openstack-meeting11:09
*** shaohe_feng has quit IRC11:13
*** shaohe_feng has joined #openstack-meeting11:13
*** amitgandhinz has quit IRC11:13
*** irenab has quit IRC11:14
*** amotoki has joined #openstack-meeting11:15
*** ljxiash_ has quit IRC11:16
*** alyson_ has joined #openstack-meeting11:16
*** toddjohn has joined #openstack-meeting11:20
*** jlanoux has quit IRC11:22
*** shaohe_feng has quit IRC11:23
*** aimon has joined #openstack-meeting11:23
*** banix has joined #openstack-meeting11:24
*** shaohe_feng has joined #openstack-meeting11:26
*** thorst has joined #openstack-meeting11:26
*** aimon has quit IRC11:28
*** julim has joined #openstack-meeting11:31
*** weshay has joined #openstack-meeting11:32
*** shaohe_feng has quit IRC11:33
*** shaohe_feng has joined #openstack-meeting11:34
*** mikeyp has quit IRC11:39
*** lezbar has quit IRC11:39
*** lezbar has joined #openstack-meeting11:40
*** ljxiash has joined #openstack-meeting11:40
*** banix has quit IRC11:42
*** jlanoux has joined #openstack-meeting11:42
*** baoli has joined #openstack-meeting11:43
*** roxanaghe has joined #openstack-meeting11:43
*** shaohe_feng has quit IRC11:43
*** baoli has quit IRC11:44
*** toddjohn has quit IRC11:44
*** baoli has joined #openstack-meeting11:44
*** shaohe_feng has joined #openstack-meeting11:44
*** zhurong has joined #openstack-meeting11:45
*** baoli_ has joined #openstack-meeting11:46
*** Daisy has joined #openstack-meeting11:47
*** jaypipes has joined #openstack-meeting11:47
*** roxanaghe has quit IRC11:48
*** baoli has quit IRC11:49
*** obondarev has joined #openstack-meeting11:50
*** Daisy has quit IRC11:52
*** pradk has joined #openstack-meeting11:52
*** _amrith_ is now known as amrith11:52
*** raildo-afk is now known as raildo11:53
*** shaohe_feng has quit IRC11:54
*** shaohe_feng has joined #openstack-meeting11:54
*** obondarev has quit IRC11:55
*** sudipto has quit IRC11:58
*** sacharya has joined #openstack-meeting12:00
*** diablo_rojo has joined #openstack-meeting12:02
*** dprince has joined #openstack-meeting12:02
*** obondarev has joined #openstack-meeting12:03
*** jckasper has quit IRC12:04
*** ljxiash_ has joined #openstack-meeting12:04
*** shaohe_feng has quit IRC12:04
*** jckasper has joined #openstack-meeting12:04
*** ljxiash has quit IRC12:05
*** sacharya has quit IRC12:05
*** kylek3h has joined #openstack-meeting12:05
*** shaohe_feng has joined #openstack-meeting12:05
*** irenab has joined #openstack-meeting12:07
*** diablo_rojo has quit IRC12:08
*** jckasper has quit IRC12:08
*** irenab has quit IRC12:08
*** ljxiash_ has quit IRC12:09
*** irenab has joined #openstack-meeting12:09
*** ljxiash has joined #openstack-meeting12:09
*** amitgandhinz has joined #openstack-meeting12:10
*** tellesnobrega is now known as tellesnobrega_af12:11
*** jamesdenton has joined #openstack-meeting12:11
*** amotoki has quit IRC12:11
*** jamesdenton has quit IRC12:12
*** ljxiash has quit IRC12:14
*** ljxiash has joined #openstack-meeting12:14
*** aysyd has joined #openstack-meeting12:14
*** shaohe_feng has quit IRC12:14
*** amitgandhinz has quit IRC12:14
*** shaohe_feng has joined #openstack-meeting12:15
*** Navin has quit IRC12:16
*** irenab has quit IRC12:17
*** amotoki has joined #openstack-meeting12:18
*** sams-gleb has quit IRC12:18
*** amotoki has quit IRC12:18
*** ljxiash has quit IRC12:20
*** ljxiash has joined #openstack-meeting12:21
*** shaohe_feng has quit IRC12:24
*** acabot has joined #openstack-meeting12:25
*** shaohe_feng has joined #openstack-meeting12:25
*** tellesnobrega_af is now known as tellesnobrega12:33
*** irenab has joined #openstack-meeting12:33
*** xingchao has joined #openstack-meeting12:34
*** shaohe_feng has quit IRC12:35
*** sams-gleb has joined #openstack-meeting12:35
*** shaohe_feng has joined #openstack-meeting12:36
*** bobh has joined #openstack-meeting12:36
*** amotoki has joined #openstack-meeting12:36
*** Navin has joined #openstack-meeting12:37
*** irenab has quit IRC12:38
*** jckasper has joined #openstack-meeting12:40
*** julim has quit IRC12:41
*** bobh has quit IRC12:41
*** MaxPC has joined #openstack-meeting12:43
*** roxanaghe has joined #openstack-meeting12:44
*** shaohe_feng has quit IRC12:45
*** Niham has quit IRC12:45
*** shaohe_feng has joined #openstack-meeting12:46
*** roxanaghe has quit IRC12:48
*** zhangshuai_ has joined #openstack-meeting12:51
*** amotoki has quit IRC12:53
*** sams-gleb has quit IRC12:54
*** shaohe_feng has quit IRC12:55
*** zhangshuai_ has quit IRC12:56
*** shaohe_feng has joined #openstack-meeting12:56
*** amitgandhinz has joined #openstack-meeting12:56
*** jlanoux_ has joined #openstack-meeting12:57
*** jlanoux has quit IRC12:57
*** yamamoto_ has quit IRC12:58
*** Hosam has joined #openstack-meeting12:58
*** iyamahat has joined #openstack-meeting12:59
*** amrith is now known as _amrith_13:00
*** sfinucan has joined #openstack-meeting13:00
*** amitgandhinz has quit IRC13:01
*** tangchen has joined #openstack-meeting13:01
*** amitgandhinz has joined #openstack-meeting13:02
*** efried has joined #openstack-meeting13:02
*** stanchan has joined #openstack-meeting13:04
*** shaohe_feng has quit IRC13:05
*** annemccormick has joined #openstack-meeting13:06
*** shaohe_feng has joined #openstack-meeting13:06
*** amitgandhinz has quit IRC13:06
*** amitgandhinz has joined #openstack-meeting13:07
*** sams-gleb has joined #openstack-meeting13:08
*** _amrith_ is now known as amrith13:09
*** annemccormick has quit IRC13:10
*** hshiina has joined #openstack-meeting13:11
*** annemccormick has joined #openstack-meeting13:11
*** mbound has joined #openstack-meeting13:11
*** njohnston is now known as njohnston|afk13:11
*** aimon has joined #openstack-meeting13:12
*** Julien-zte has joined #openstack-meeting13:13
*** mbound has quit IRC13:13
*** mbound has joined #openstack-meeting13:13
*** mriedem has joined #openstack-meeting13:14
*** julim has joined #openstack-meeting13:14
*** mrmartin has joined #openstack-meeting13:15
*** shaohe_feng has quit IRC13:16
*** yamahata has joined #openstack-meeting13:16
*** aimon has quit IRC13:16
*** shaohe_feng has joined #openstack-meeting13:17
*** rderose has joined #openstack-meeting13:17
*** nadya has joined #openstack-meeting13:17
*** anteaya has joined #openstack-meeting13:18
*** liamji has quit IRC13:20
*** stanchan has quit IRC13:22
*** zeih has quit IRC13:22
*** eharney has joined #openstack-meeting13:24
*** stanchan has joined #openstack-meeting13:24
*** e0ne has quit IRC13:25
*** shaohe_feng has quit IRC13:26
*** Drankis has joined #openstack-meeting13:26
*** lblanchard has joined #openstack-meeting13:27
*** shaohe_feng has joined #openstack-meeting13:27
*** e0ne has joined #openstack-meeting13:27
*** xingchao has quit IRC13:30
*** noslzzp has quit IRC13:30
*** noslzzp has joined #openstack-meeting13:30
*** xyang1 has joined #openstack-meeting13:31
*** xingchao has joined #openstack-meeting13:32
*** zeih has joined #openstack-meeting13:34
*** crinkle has quit IRC13:35
*** henrynash has joined #openstack-meeting13:36
*** crinkle has joined #openstack-meeting13:36
*** shaohe_feng has quit IRC13:36
*** xingchao has quit IRC13:37
*** bill_az has joined #openstack-meeting13:37
*** Niham has joined #openstack-meeting13:37
*** shaohe_feng has joined #openstack-meeting13:37
*** Niham has quit IRC13:38
*** rbak has quit IRC13:38
*** hdaniel has quit IRC13:38
*** ljxiash has quit IRC13:39
*** markus_z has joined #openstack-meeting13:40
*** ljxiash has joined #openstack-meeting13:41
*** tonytan4ever has joined #openstack-meeting13:41
*** mrmartin has quit IRC13:42
*** dane_leblanc has joined #openstack-meeting13:43
*** nadya_ has joined #openstack-meeting13:43
*** nadya has quit IRC13:45
*** roxanaghe has joined #openstack-meeting13:45
*** ljxiash has quit IRC13:45
*** ljxiash has joined #openstack-meeting13:46
*** shaohe_feng has quit IRC13:46
*** nadya has joined #openstack-meeting13:47
*** shaohe_feng has joined #openstack-meeting13:47
*** nadya_ has quit IRC13:49
*** roxanaghe has quit IRC13:49
*** Poornima has quit IRC13:49
*** jmckind has joined #openstack-meeting13:50
*** ljxiash has quit IRC13:50
*** ljxiash has joined #openstack-meeting13:51
*** jaugustine has joined #openstack-meeting13:51
*** diana_clarke has joined #openstack-meeting13:51
*** nadya has quit IRC13:51
*** nadya_ has joined #openstack-meeting13:52
*** rlrossit has joined #openstack-meeting13:52
*** takashin has joined #openstack-meeting13:52
*** rbak has joined #openstack-meeting13:53
*** ljxiash_ has joined #openstack-meeting13:54
*** mrmartin has joined #openstack-meeting13:55
*** ljxiash has quit IRC13:55
*** shaohe_feng has quit IRC13:57
*** bill_az has quit IRC13:57
*** bill_az has joined #openstack-meeting13:57
*** ametts has joined #openstack-meeting13:57
*** lyarwood_ has joined #openstack-meeting13:57
*** shaohe_feng has joined #openstack-meeting13:58
*** longxiongqiu has quit IRC13:58
*** spotz_zzz is now known as spotz13:58
*** gibi has joined #openstack-meeting13:59
*** emagana has joined #openstack-meeting13:59
* bauzas refuels coffee 13:59
bauzas10 secs for that13:59
*** gagehugo has joined #openstack-meeting14:00
mriedem#startmeeting nova14:00
openstackMeeting started Thu Jun  2 14:00:11 2016 UTC and is due to finish in 60 minutes.  The chair is mriedem. 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
markus_zo/14:00
alaskio/14:00
*** mrmartin has quit IRC14:00
*** andrearosa has joined #openstack-meeting14:00
takashino/14:00
lyarwood_o/14:00
diana_clarkeo/14:00
digao/14:00
* kashyap waves14:00
gagehugowoo14:00
andrearosahi14:00
lbeliveauo/14:00
*** jonaspf has joined #openstack-meeting14:00
amettso/14:00
scottdahi14:00
rlrossito/14:00
hshiinao/14:00
*** Hosam has quit IRC14:00
dansmithohai14:00
bauzas\o14:00
mriedem#link agenda https://wiki.openstack.org/wiki/Meetings/Nova14:00
gibio/14:01
*** Hosam has joined #openstack-meeting14:01
mriedemmissing some people but i don't want to ping, so let's get started14:01
mriedem#topic release news14:01
*** openstack changes topic to "release news (Meeting topic: nova)"14:01
*** sacharya has joined #openstack-meeting14:01
mriedem#link Newton release schedule: https://wiki.openstack.org/wiki/Nova/Newton_Release_Schedule14:01
mriedem#info June 2 (today): newton-1, non-priority spec approval freeze14:01
sdagueo/14:02
mriedemso today is going to be n-1, i or bauzas will push that up to the releases repo after this meeting14:02
mriedemtoday is also the last day before non-priority spec approval freeze14:02
*** sams-gleb has quit IRC14:02
mriedemso i plan on spending what time i have in between meetings doing spec reviews on things that are already close to being approved14:02
*** sams-gleb has joined #openstack-meeting14:03
mriedemany questions about that?14:03
bauzaswhat are we doing at the end of that day ? :)14:03
mriedem#topic bugs14:03
*** openstack changes topic to "bugs (Meeting topic: nova)"14:03
bauzasstop accepting specs for those which aren't prio ? :)14:03
mriedembauzas: i thought about that yesterday, in the past we haven't -2d anything i don't think14:03
bauzassorry for rushing into an open door...14:03
mriedembauzas: yeah i think it's just the nova-specs core team stops approving things14:03
*** PaulMurray has joined #openstack-meeting14:04
mriedemprocedural -2 on 100+ specs isn't going to be fun14:04
PaulMurrayo/14:04
mriedemwe just stop approving14:04
*** syjulian has joined #openstack-meeting14:04
*** obondarev has quit IRC14:04
markus_z#info no criticals, 43 untriaged bugs14:04
*** longxiongqiu has joined #openstack-meeting14:05
bauzasmriedem: I'm fine with that, we can still review, just preventing those to be merged14:05
markus_zbauzas solved the one crit from Monday14:05
mriedemoslo.i18n something or other?14:05
mriedemi saw that in the ML14:05
bauzasnot really14:05
*** ayoung has joined #openstack-meeting14:05
bauzasa cinderclient14:05
sdaguemriedem: it's going to be super hard to find the specs that are still active if there isn't some review marking on them14:05
*** cdent has joined #openstack-meeting14:05
*** Hosam has quit IRC14:05
bauzascinderclient was just redefining the locales :)14:05
*** sacharya has quit IRC14:06
mriedemsdague: do you have any suggestions besides global -2?14:06
*** aimon has joined #openstack-meeting14:06
sdaguemriedem: nope14:06
*** Na3iL has joined #openstack-meeting14:06
mriedemonce we get the specs repo setup for ocata then people can move them14:06
mriedembut historically that doesn't happen until after the midcycle14:06
*** nadya_ has quit IRC14:07
sdaguedanpb has a review up for it already14:07
mriedemfwiw i'm fine with blanket -2 until ocata specs open up14:07
*** yamamoto has joined #openstack-meeting14:07
sdaguehttps://review.openstack.org/#/c/324397/14:07
*** shaohe_feng has quit IRC14:07
dansmithpeople can submit against ocata without any sort of formal opening14:07
mriedemso filter out open specs which aren't in the specs/newton/approved dir14:08
mriedemin gerrit14:08
*** shaohe_feng has joined #openstack-meeting14:08
* bauzas shrugs14:08
dansmithafter today,14:08
sdaguemriedem: sure, that's fine.14:08
*** thatsdone has joined #openstack-meeting14:08
dansmithwe're mostly going to be doing targeted reviews of specs that are for prios, right?14:08
mriedemyes14:08
dansmithso I would expect that means that:14:08
mriedemwhich is why i'm not really concerned14:08
dansmithwe don't go trolling through gerrit looking for them,14:08
*** nadya has joined #openstack-meeting14:08
*** Masanoru has joined #openstack-meeting14:08
* alex_xu waves late14:08
dansmithbut instead are using a prio list or pings from subteam people to get those things reviewed14:09
mriedemdansmith: yes that's what i expect14:09
*** longxiongqiu has quit IRC14:09
*** edtubill has joined #openstack-meeting14:09
mriedemif they are priority they will be brought up14:09
dansmithso -2ing them doesn't seem that important as long as we have consistent understanding across reviewers14:09
mriedemin other words, i'm not goin to be looking for things in nova-specs until ocata opens up14:09
dansmithaye14:09
*** masanori has joined #openstack-meeting14:09
sdagueok14:09
bauzaswe can just -2 and ask the subteam to claim un--2'ing if they think it's a prio14:09
mriedempeople can move them to ocata, but i don't want them thinking they can ping for reviews14:10
dansmithbauzas: that's the opposite of what I just said i think14:10
*** xingchao has joined #openstack-meeting14:10
*** asingh has joined #openstack-meeting14:10
bauzaseither way, I'm not super convinced, your call14:10
mriedemhow about we table it for after the meeting and i'll send the decision to the dev list afterward?14:10
*** aimon has quit IRC14:11
mriedem#action mriedem to send an email to the dev list about what people should do or expect with non-priority specs that missed the deadline for newton14:11
mriedemso bugs :)14:11
*** emagana has quit IRC14:11
mriedem43 is quite a few new untriaged bugs14:11
sdague4614:12
mriedemthat list is better <2014:12
*** links has quit IRC14:12
mriedem#help need help with bug triage https://goo.gl/sB9QgZ14:12
*** emagana has joined #openstack-meeting14:13
*** claudiub has quit IRC14:13
mriedembut nothing holding up n-114:13
mriedemso we'll still do that today14:13
*** bobh has joined #openstack-meeting14:13
*** amitgandhinz has quit IRC14:13
mriedemgate status seems to be ok14:13
bauzasit was a bit funky by monday14:13
mriedemhttp://status.openstack.org//elastic-recheck/data/uncategorized.html is mostly unusable now14:13
bauzasfolks, just don't take vacations14:13
mriedem:(14:13
*** emagana has quit IRC14:14
mriedemthird party ci status - any news from anyone here?14:14
mriedemi saw something in the ML about nfv ci14:14
mriedemfailing shelve tests14:14
mriedemjaypipes: did anyone make any progress on sorting that out? i saw the tests were just disabled14:14
*** emagana has joined #openstack-meeting14:14
bauzascitrix CI was a bit unhappy too, but that seems to be solved14:14
*** emagana has quit IRC14:14
*** emagana has joined #openstack-meeting14:15
mriedemalright, anyway, sounds like a legit bug that the intel NFV CI found14:15
mriedemwith cpu pinning and shelve/unshelve14:15
* mriedem hopes someone that cares about that is working on a fix14:15
mriedem#topic reminders14:16
*** openstack changes topic to "reminders (Meeting topic: nova)"14:16
mriedem#link Newton review focus list: https://etherpad.openstack.org/p/newton-nova-priorities-tracking14:16
mriedemWe have 73 approved blueprints: https://blueprints.launchpad.net/nova/newton - 7 are completed, 9 have not started, 3 are blocked14:16
lbeliveauI know moshele wanted to have a look, I guess we'll take care of it14:16
mriedemlbeliveau: ok14:16
*** yamamoto has quit IRC14:16
mriedemso we have a lot of approved blueprints already - keep that in mind before requesting exceptions14:17
mriedemnova-specs cores: when you approve a spec, remember to approve the  blueprint in launchpad; blueprint owners: ping someone from the  nova-specs core team if you have a spec approved but the blueprint is  not yet approved.14:17
*** woodster_ has joined #openstack-meeting14:17
*** shaohe_feng has quit IRC14:17
*** xingchao has quit IRC14:17
mriedemi've noticed several specs that are approved but the bits in LP aren't adjusted like the target series or marking it approved, those things generally get sorted out when reviewing the code, but it'd be better to avoid that14:17
mriedem#help https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty Volunteers for 1 week of bug skimming duty?14:18
mriedemlooks like we have people for this week and next14:18
digamriedem: Hi, I have registered new BP - https://blueprints.launchpad.net/nova/+spec/display-host-hypervisor-numa-topology14:18
*** shaohe_feng has joined #openstack-meeting14:18
mriedemdiga: this isn't the time to bring that up14:18
mriedemwait for open discussion14:18
digaokay14:18
*** zz_dimtruck is now known as dimtruck14:19
mriedemmoving on14:19
*** fwdit has quit IRC14:19
mriedem#topic stable branch status14:19
*** openstack changes topic to "stable branch status (Meeting topic: nova)"14:19
mriedem#info We'll be pushing a release request for liberty and mitaka today or early  next week. Ping someone from the nova-stable-maint team if you need to  get something into that release.14:19
*** ayoung has quit IRC14:19
*** nadya has quit IRC14:19
*** nadya has joined #openstack-meeting14:20
mriedemi'll probably do a pass through stable branch reviews tomorrow14:20
mriedemthere are a few for liberty14:20
mriedemthere are a lot for mitaka14:20
mriedembut we can begin -2ing liberty things that aren't security or critical regressions14:20
*** banix has joined #openstack-meeting14:20
*** rbowen has joined #openstack-meeting14:20
mriedem#topic subteam highlights14:20
*** openstack changes topic to "subteam highlights (Meeting topic: nova)"14:20
mriedemalaski: any highlights from the cells v2 meeting?14:21
alaskinot much to note this week. work is progressing on multiple fronts14:21
*** edtubill has quit IRC14:21
alaskimostly around db migrations14:21
*** edtubill has joined #openstack-meeting14:21
mriedemok, good14:21
mriedemanything else?14:21
alaskithere was talk of proposing a change to instance tags14:21
*** asingh has quit IRC14:21
*** dmacpher has joined #openstack-meeting14:22
alaskibut that's not up yet14:22
*** asingh has joined #openstack-meeting14:22
alaskithat's it14:22
*** ljxiash has joined #openstack-meeting14:22
mriedemok, thanks14:22
mriedemedleafe: highlights from the scheduler meeting?14:22
dansmithalaski: not much to note? the patches to move inventory to the api db merged14:22
dansmiththat was like almost then end of me, frustration-wise :D14:22
*** ljxiash_ has quit IRC14:23
*** longxiongqiu has joined #openstack-meeting14:23
alaskidansmith: it wasn't mentioned in the meeting though, so it didn't count :)14:23
bauzasdansmith: we should see what's next to review :)14:23
bauzasalaski: I did :p14:23
dansmithalaski: but I was pulled off on something else and couldn't! but but!14:23
bauzasalaski: but you didn't followed up14:23
alaskibauzas: ahh, okay14:23
mriedemso much love and thanks to dansmith for a herculian effort there14:24
alaskidansmith: it was a huge step forward, yes14:24
*** banix_ has joined #openstack-meeting14:24
mriedemwas there a scheduler meeting this week?14:24
*** yamamoto has joined #openstack-meeting14:24
mriedemcdent: edleafe: bauzas: jaypipes: ?14:24
bauzasmriedem: yup14:24
diana_clarkeedleafe is at pycon14:24
cdentI was not in attendance (monday holiday)14:25
mriedembauzas: anything you want to mention?14:25
*** longxiongqiu has quit IRC14:25
mriedemi saw cdent's email in the dev list about sticky wickets14:25
bauzasmriedem: oh no, nevermind, my brain confused me14:25
mriedemhaven't read the full response from jay14:25
*** longxiongqiu has joined #openstack-meeting14:25
bauzasmonday was a day off14:25
mriedemok, moving on then14:26
bauzasfor UK and US + pytohn14:26
bauzaspycon14:26
cdentmriedem: we figured out more stick wickets yesterday in conversation with the ever suffering dansmith14:26
*** liamji has joined #openstack-meeting14:26
cdentjay has a summarizing email in progress (he said earlier today)14:26
mriedemok14:26
dansmithI should get an oil painting of myself struggling to hold up the entire world14:26
mriedembaremetal sticky wickets?14:26
*** claudiub has joined #openstack-meeting14:26
mriedemdansmith: new friday nick is john galt14:26
cdentmriedem: no, the baremetal stuff is yet other wickets14:26
dansmithto match my impression of my heroism14:26
dansmithmriedem: heh, nice14:26
mriedemok moving on14:27
mriedemPaulMurray: live migration highlights? if there was a meeting14:27
PaulMurrayThe main talking point was around new version of libvirt not working with gate64 cpu model used in CI14:27
*** dmorita has joined #openstack-meeting14:27
PaulMurraysdague, tdurakov danpb did something about it14:27
*** banix has quit IRC14:27
*** ljxiash has quit IRC14:27
mriedemyup, should be fixed now, and the nova change was backported to mitaka14:27
PaulMurraysince14:27
*** bswartz has quit IRC14:27
*** shaohe_feng has quit IRC14:27
*** banix has joined #openstack-meeting14:27
PaulMurrayThere was also a discussion kicked off about state machines14:28
sdaguemriedem: the backport still needs to be approved14:28
mriedemsdague: as does the d-g change https://review.openstack.org/#/c/320925/14:28
sdagueit failed unit tests on the first go14:28
*** Julien-zte has quit IRC14:28
*** shaohe_feng has joined #openstack-meeting14:28
mriedemi haven't gotten to the dev list thread on the state machine thing14:29
PaulMurraythere is a spec by tangchen14:29
PaulMurrayproposing a state machine for migration status14:29
*** asingh has quit IRC14:29
PaulMurrayI think the conclusions is everyone likes the idea14:29
PaulMurraybut it needs more thought14:30
PaulMurrayand seperation from status given in API14:30
*** banix_ has quit IRC14:30
PaulMurrayso spec is not approved as of now14:30
mriedemmaybe something for the midcycle14:30
*** cbader has quit IRC14:30
PaulMurrayI think so, worth pursuing14:30
PaulMurrayin some form14:30
alaski+114:30
mriedemso given the risk and complexity involved, i'm thinking it's a no go for newton,14:31
mriedemdiscuss at the midcycle in detail,14:31
mriedemthen shoot for ocata14:31
sdaguemriedem: ++ agree14:31
sdagueas we want to make sure we've all thought it through before we potentially change what the users see14:31
PaulMurraythat's it (appart from usual progress on image cache backend etc)14:31
PaulMurrayI think there are upgrade issues as well that aren't called out14:32
mriedemgoody14:32
mriedemok, thanks paul14:32
mriedemsdague: alex_xu: api meeting highlights?14:32
*** dmorita has quit IRC14:32
sdaguethe v2 legacy code just got deleted14:33
mriedem\o/14:33
alex_xuyes \o/14:33
mriedemoomichi: thanks for working on that14:33
*** ljxiash has joined #openstack-meeting14:33
sdaguealso we talked about the user_id policy work around quite a bit14:34
sdaguehttps://review.openstack.org/#/c/324068/ is the spec that emerged from that14:34
*** ajmiller has joined #openstack-meeting14:35
*** amotoki has joined #openstack-meeting14:35
mriedemok, that falls into the priority camp14:35
sdagueat slow but steady progress on the api-ref updates - http://burndown.dague.org/14:35
mriedemso not restricted to the deadline today14:35
*** ayoung has joined #openstack-meeting14:35
sdagueI think that's about it14:36
mriedemok, and we have consensus on limit/marker specs in the dev list14:36
mriedemso that's good14:36
mriedemand a few approved for adding those14:36
sdagueyep14:36
mriedemok thanks14:37
mriedemlbeliveau: pci/sriov meeting highlights?14:37
lbeliveauwe are closing on resize bug https://review.openstack.org/#/c/307124/1914:37
lbeliveaujaypipes and dansmith are reviewing14:37
lbeliveaucold migration fix was redesigned based on resize patch https://review.openstack.org/#/c/242573/2114:37
lbeliveauthat's it14:37
*** shaohe_feng has quit IRC14:38
*** banix_ has joined #openstack-meeting14:38
mriedemok, let's make sure those are in the newton review priorities etherpad14:38
mriedemthanks for the focus there14:38
*** shaohe_feng has joined #openstack-meeting14:38
*** ajmiller_ has quit IRC14:38
mriedemgibi: notifications meeting highlights?14:38
lbeliveauI'll put them in the etherpad14:38
*** banix has quit IRC14:39
*** banix_ is now known as banix14:39
gibiso regarding notifications I have 4 things14:39
gibitransformation spec merged, code is under subteam review14:39
gibi#link https://review.openstack.org/#/q/branch:master+topic:bp/versioned-notification-transformation-newton14:39
gibijson schema generation spec merged in oslo, implementation ongoing14:39
gibi#link https://review.openstack.org/#/c/318950/14:39
gibiI've create a wiki listing every notification that needs to be transformed, with some instructions how to get started.14:39
gibi#link https://wiki.openstack.org/wiki/Nova/VersionedNotificationTransformation14:39
gibiI will post it to ML later today14:39
mriedemgibi: hook up with auggy on that14:39
mriedemsounds like low hanging fruit that can get worked into anything she's doing with mentoring stuff14:40
gibiyes, half of the them are low hanging. I will ping auggy14:40
gibijohnthetubaguy introduced some OSIC people on the subteam meeting. They are eager to help with the transformation.14:40
mriedemok, cool14:40
gibiand the last thing14:41
mriedemand yeah advertizing in the ML is a good idea14:41
gibiThere is one spec close to merge (already has +2) about transforming and enhancing keypair notifications: #link https://review.openstack.org/#/c/300942/ Versioned notification for keypairs14:41
gibibesides that notifications are in good shape for n-114:41
mriedemgibi: ok, would be good to see +1s from the notifications subteam on that spec14:41
gibimriedem: ok14:42
rlrossitadded myself to take a look later today14:42
*** mtanino has joined #openstack-meeting14:42
mriedemthanks guys14:42
mriedem#topic stuck reviews14:42
*** openstack changes topic to "stuck reviews (Meeting topic: nova)"14:42
gibithat's it14:42
*** rlrossit has quit IRC14:42
mriedemthere was nothing on the agenda for stuck reviews14:42
mriedemthere is a thing in the ML about exposing quiesce in the API14:43
mriedemmy feeling is that's not going to make newton14:43
mriedem#topic open discussion14:43
*** openstack changes topic to "open discussion (Meeting topic: nova)"14:43
lyarwood_https://review.openstack.org/#/q/topic:bp/virt-rescue-stable-disk-devices+status:open if people have time but it's really low prio given n-114:43
* alaski has a thing for open discussion (instance-tags)14:43
mriedemlyarwood_: was just waiting for push that this whole time14:43
*** yamamoto has quit IRC14:43
mriedems/for/to/14:43
lyarwood_mriedem: waiting to hit return ;)14:44
mriedemok there are things in the agenda so let's hit those first14:44
mriedemSpec libvirt-virtlogd: https://review.openstack.org/#/c/234291/ approval for Newton? Part of the needed change set is already up: https://review.openstack.org/#/c/323759/14:44
mriedemmarkus_z: ^ ?14:44
markus_zyep, mine14:44
*** david-lyle has joined #openstack-meeting14:44
mriedemmarkus_z: i think you can just push a new patch set to address danpb's comment14:44
mriedemshould be a quick +W from danpb and sdague then14:45
*** devananda has quit IRC14:45
markus_zOK, will do that14:45
sdagueit also will provide a fix for mikal's 4 year old bug14:45
*** timcline has joined #openstack-meeting14:45
sdagueso... yay for that14:45
*** roxanaghe has joined #openstack-meeting14:45
mriedemSpecless BP for ironic trigger crash dump (inject NMI): https://blueprints.launchpad.net/nova/+spec/inject-nmi-ironic (hshiina)14:46
mriedemNova spec got a comment "this could be specless blueprint." from johnthetubaguy. https://review.openstack.org/#/c/229322/14:46
mriedem Ironic SPEC got a +2 once, expected to be merged soon. https://review.openstack.org/#/c/186700/14:46
mriedemso johnthetubaguy probably said specless bp since it's just virt driver feature parity14:46
mriedemi haven't read the spec, looks like it has a dependency on ironic14:46
alaskiif it's just implementing an existing virt driver method specless seems appropriate to me14:47
*** cdelatte has quit IRC14:47
hshiinayes, just implement driver method14:47
mriedemyeah i'm fine with that - the dependency with ironic is what's going to hold it up14:48
mriedemhshiina: please make sure the blueprint in launchpad shows the dependency on the ironic bp14:48
*** shaohe_feng has quit IRC14:48
hshiinasure14:48
mriedemi'll try to get to that one today to let you know for sure on specless14:49
mriedemnext item14:49
*** shaohe_feng has joined #openstack-meeting14:49
mriedemSpecless BP for ironic soft reboot: https://blueprints.launchpad.net/nova/+spec/soft-reboot-poweroff (hshiina)14:49
mriedem It depends on the same Ironic SPEC as crash dump one.14:49
hshiinait is a similar one.14:49
mriedemyeah, virt driver feature parity14:49
*** sams-gleb has quit IRC14:49
mriedemok, i think that will probably be a trivial specless bp approval14:50
*** roxanaghe has quit IRC14:50
mriedemjust need to add the dep to the ironic bp in launchpad14:50
alaskiseems fine to me14:50
*** asingh has joined #openstack-meeting14:51
hshiinaok. i will update the BPs14:51
mriedemSpecless BP for ironic boot from volume: https://blueprints.launchpad.net/nova/+spec/ironic-boot-from-volume (hshiina)14:51
*** bswartz has joined #openstack-meeting14:51
*** idegtiarov has joined #openstack-meeting14:51
mriedemThis BP can be specless. http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-nova.2015-12-07.log.html#t2015-12-07T11:43:4114:51
*** aimon has joined #openstack-meeting14:51
mriedem"johnthetubaguysmoriya_: we need the ironic spec to merge, before we can approve the blueprint"14:52
hshiinait is another feature. it also depneds on ironic.14:52
mriedemdepends on https://review.openstack.org/#/c/200496/ which has a +2 but a couple of -1s14:52
*** rena9067 has joined #openstack-meeting14:52
*** xinwu has joined #openstack-meeting14:53
*** vgridnev_ has joined #openstack-meeting14:53
mriedemhshiina: i think you can consider it soft approved for nova but it's contingent on the ironic spec/bp being approved14:53
mriedemso the code won't land in nova until those happen in ironic14:53
*** vgridnev_ has quit IRC14:53
*** claudiub|2 has joined #openstack-meeting14:53
mriedemi'd expect to also see ironic CI jobs testing these features when they are available14:53
mriedembefore we merge the code in nova14:53
sdagueand it's not a priority for nova, so the clock is ticking, as it has to be in by N214:54
mriedemright14:54
mriedem#action mriedem to go back through hshiina's specless ironic blueprints14:54
mriedemok, that's it for what's on the agenda, alaski you had something?14:54
alaskiyep14:54
hshiinathanks for considering14:55
alaskiso while working on cellsv2 I found that instance tags can be set at any point in the instance lifecycle, including before scheduling14:55
*** ajmiller has quit IRC14:55
alaskithis poses a challenge for cells where there is no actual instance before scheduling14:55
alaskiand will pose a later challenge for scheduling work which was planning to rely on instance tags14:55
*** claudiub has quit IRC14:56
alaskithese tags are the only thing that can be set on an instance before it reaches an active state, except for lock status14:56
digamriedem: https://blueprints.launchpad.net/nova/+spec/display-host-hypervisor-numa-topology, can we discuss on this ?14:56
*** devananda has joined #openstack-meeting14:56
alaskiI would like to require active status before allowing tags to be set14:56
mriedemdiga: in a sec14:56
digaok14:56
dansmithalaski: and later maybe allow tags in the boot command itself, right?14:57
mriedemas noted in the cells meeting yesterday, i think we can fix the instance tags thing with a bug fix14:57
alaskidansmith: yes, exactly14:57
*** zhurong has quit IRC14:57
*** andreykurilin__ has joined #openstack-meeting14:57
mriedempassing tags on boot is an api change which requires a spec14:57
dansmithI'm +1 on this idea14:57
dansmithyeah14:57
mriedemso separate, but both are good14:57
*** sams-gleb has joined #openstack-meeting14:57
*** zhonghua is now known as zhonghua-lee14:57
mtaninoAnyone give me a feedback for this? https://blueprints.launchpad.net/nova/+spec/virt-image-props-boot-override-via-flavor14:57
mriedembut i think we can bug fix the immediate cells blocker14:57
dansmithyep14:57
alaskiokay, we'll propose the change then14:57
mriedemthe royal we?14:58
alaskiheh, yeah14:58
mriedemdiga: go14:58
digaokay14:58
mriedemwe have <2 minutes14:58
*** zeih has quit IRC14:58
*** shaohe_feng has quit IRC14:58
*** jckasper has quit IRC14:58
mriedemdiga: it's an api change so it requires a spec14:58
*** shaohe_feng has joined #openstack-meeting14:58
digaI proposed this BP, but It is something we need in the host details14:58
*** Leo_ has joined #openstack-meeting14:58
mriedemthis isn't going to make newton14:58
digaokay14:58
*** yamamoto has joined #openstack-meeting14:58
mriedemdiga: all api changes require a spec14:59
*** ajmiller has joined #openstack-meeting14:59
digaokay14:59
mriedemso work on that, but it will be targeted for ocata14:59
digaI will submit the spec14:59
*** mickeys has joined #openstack-meeting14:59
mriedemthanks14:59
digasure14:59
*** jckasper has joined #openstack-meeting14:59
eliqiaomriedem: can we discuss this https://review.openstack.org/#/c/319513/9/specs/newton/approved/libvirt-perf-support.rst14:59
mriedemmtanino: anything with extra specs at this point should be worked with the scheduler subteam14:59
*** galstrom_zzz is now known as galstrom14:59
mriedembecause of the host capabilities work that's going on there14:59
mriedemmtanino: i'd suggest getting that as a topic in the nova scheduler subteam meeting agenda15:00
mriedemfor next week15:00
mriedemeliqiao: we're out of time15:00
mtaninomriedem: scheduler subteam, thanks for the advice15:00
mriedemlet's move to -nova15:00
mriedemthanks everyone15:00
mriedem#endmeeting15:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:00
*** Leom has joined #openstack-meeting15:00
eliqiaookay15:00
openstackMeeting ended Thu Jun  2 15:00:23 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-06-02-14.00.html15:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-06-02-14.00.txt15:00
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-06-02-14.00.log.html15:00
*** gagehugo has left #openstack-meeting15:00
*** njohnston|afk is now known as njohnston15:00
*** takashin has left #openstack-meeting15:00
*** lyarwood_ has left #openstack-meeting15:00
*** csomerville has joined #openstack-meeting15:00
*** andrearosa has left #openstack-meeting15:00
*** pnavarro has quit IRC15:01
*** nadya_ has joined #openstack-meeting15:01
*** emagana has quit IRC15:01
*** nadya has quit IRC15:01
*** amrith is now known as _amrith_15:02
*** PaulMurray has left #openstack-meeting15:03
*** emagana has joined #openstack-meeting15:03
*** jckasper_ has joined #openstack-meeting15:03
*** jckasper has quit IRC15:03
*** stanchan has quit IRC15:03
*** Leo_ has quit IRC15:03
*** fitoduarte has quit IRC15:04
*** jckasper has joined #openstack-meeting15:04
*** Swanson has quit IRC15:07
*** ildikov has quit IRC15:07
*** vdrok-afk has quit IRC15:07
*** zeih has joined #openstack-meeting15:07
*** jckasper_ has quit IRC15:08
*** patrickeast has quit IRC15:08
*** _amrith_ is now known as amrith15:08
*** shaohe_feng has quit IRC15:08
*** ildikov has joined #openstack-meeting15:09
*** asingh has quit IRC15:09
*** patrickeast has joined #openstack-meeting15:09
*** amrith is now known as _amrith_15:09
*** tellesnobrega is now known as tellesnobrega_af15:10
*** vdrok-afk has joined #openstack-meeting15:10
*** zeih has quit IRC15:11
*** mriedem1 has joined #openstack-meeting15:11
*** shaohe_feng has joined #openstack-meeting15:11
*** syjulian has quit IRC15:11
*** mriedem has quit IRC15:12
*** nadya has joined #openstack-meeting15:13
*** _amrith_ is now known as amrith15:14
*** nadya_ has quit IRC15:15
*** karthikp_ has joined #openstack-meeting15:15
*** toddjohn has joined #openstack-meeting15:16
*** dmorita has joined #openstack-meeting15:16
*** vhoward has joined #openstack-meeting15:17
*** asselin_ has joined #openstack-meeting15:17
*** mriedem has joined #openstack-meeting15:17
*** anilvenkata has quit IRC15:18
*** whenry has joined #openstack-meeting15:19
*** shaohe_feng has quit IRC15:19
*** irenab has joined #openstack-meeting15:19
*** mriedem1 has quit IRC15:20
*** enriquetaso has joined #openstack-meeting15:20
*** claudiub|2 has quit IRC15:21
*** shaohe_feng has joined #openstack-meeting15:22
*** thinrichs has joined #openstack-meeting15:22
*** hemnafk is now known as hemna15:23
*** obondarev has joined #openstack-meeting15:23
*** singhj has joined #openstack-meeting15:28
*** idegtiarov has left #openstack-meeting15:28
*** hashar is now known as hasharAway15:28
*** shaohe_feng has quit IRC15:29
*** shaohe_feng has joined #openstack-meeting15:30
*** zeih has joined #openstack-meeting15:30
*** iyamahat has quit IRC15:30
*** lezbar has quit IRC15:31
*** yamahata has quit IRC15:31
*** lezbar has joined #openstack-meeting15:32
*** jungleboyj has joined #openstack-meeting15:33
*** penick has quit IRC15:33
*** zeih has quit IRC15:35
*** obondarev has quit IRC15:36
*** shaohe_feng has quit IRC15:39
*** shaohe_feng has joined #openstack-meeting15:40
*** numans has quit IRC15:41
*** obondarev has joined #openstack-meeting15:42
*** jamesdenton has joined #openstack-meeting15:43
*** sridharg has quit IRC15:45
*** andreas_s has quit IRC15:45
*** sacharya has joined #openstack-meeting15:46
*** sacharya has quit IRC15:46
*** agrebennikov has joined #openstack-meeting15:47
*** masanori has quit IRC15:47
*** thatsdone has quit IRC15:47
*** Masanoru has quit IRC15:47
*** spzala has joined #openstack-meeting15:48
*** vishnoianil has joined #openstack-meeting15:48
*** shaohe_feng has quit IRC15:49
*** iyamahat has joined #openstack-meeting15:50
*** obondarev has quit IRC15:50
*** itzdilip has joined #openstack-meeting15:50
*** shaohe_feng has joined #openstack-meeting15:50
*** yamahata has joined #openstack-meeting15:52
*** Apoorva has joined #openstack-meeting15:52
*** eharney has quit IRC15:53
*** iyamahat has quit IRC15:54
*** lblanchard has quit IRC15:55
*** eharney has joined #openstack-meeting15:55
*** matrohon has quit IRC15:57
*** zeih has joined #openstack-meeting15:58
*** tesseract- has quit IRC15:59
*** shaohe_feng has quit IRC16:00
emaganastartmeeting networking-guide16:00
*** shaohe_feng has joined #openstack-meeting16:00
*** hshiina has quit IRC16:00
emagana#startmeeting networking-guide16:01
openstackMeeting started Thu Jun  2 16:01:09 2016 UTC and is due to finish in 60 minutes.  The chair is emagana. Information about MeetBot at http://wiki.debian.org/MeetBot.16:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:01
*** openstack changes topic to " (Meeting topic: networking-guide)"16:01
openstackThe meeting name has been set to 'networking_guide'16:01
emaganaHello All!16:01
emaganaDo we have an audience today?16:01
*** ljxiash has quit IRC16:01
*** rcernin has quit IRC16:01
*** karthikp_ has quit IRC16:02
*** lblanchard has joined #openstack-meeting16:02
*** fnaval has joined #openstack-meeting16:02
*** karthikp_ has joined #openstack-meeting16:02
emaganaMy report for the record:16:03
*** zeih has quit IRC16:03
emaganaI have updated the guide with DHCP HA details and I am planing to work on the Neutron Architecture details that have been missing for a while.16:03
emaganaIf we do no have anyone around I will finish the meeting.16:04
emaganaI will be available in IRC and email if anyone needs to chat with me and/or any details about the Networking Guide.16:05
emagana#action send a reminder to people about attending this IRC meeting.16:05
emagana#endmeeting16:05
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:05
openstackMeeting ended Thu Jun  2 16:05:43 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:05
openstackMinutes:        http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-06-02-16.01.html16:05
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-06-02-16.01.txt16:05
openstackLog:            http://eavesdrop.openstack.org/meetings/networking_guide/2016/networking_guide.2016-06-02-16.01.log.html16:05
*** e0ne has quit IRC16:06
*** nadya has quit IRC16:06
*** hrybacki is now known as hrybacki|food16:06
*** gyee has joined #openstack-meeting16:08
*** ayoung has quit IRC16:09
*** rbowen has quit IRC16:09
*** iyamahat has joined #openstack-meeting16:09
*** Sam-I-Am has joined #openstack-meeting16:09
*** ayoung has joined #openstack-meeting16:09
*** nadya has joined #openstack-meeting16:10
*** jckasper has quit IRC16:10
*** shaohe_feng has quit IRC16:10
*** jlanoux_ has quit IRC16:10
*** amitgandhinz has joined #openstack-meeting16:10
Sam-I-Amhello16:10
Sam-I-Amemagana: moo?16:10
NavinHi16:10
emaganaHI folks..16:10
emaganaI finished the meeting because I did not see anyone around..16:11
*** bill_az has quit IRC16:11
*** shaohe_feng has joined #openstack-meeting16:11
Sam-I-Amfor some reason google cal didnt notify m16:11
Sam-I-Ammr16:11
*** leeantho has joined #openstack-meeting16:11
Sam-I-Amme16:11
*** Qiming has quit IRC16:11
Sam-I-Ambut i fixed it :)16:11
*** bill_az has joined #openstack-meeting16:11
emaganamaybe we can have a chat here quickly...16:12
Sam-I-Amsure16:12
Sam-I-Amwhats up?16:12
emaganaAnything to report?16:12
emaganaI just added my report above16:12
Sam-I-Ami wasn't in the channel, so i cant see it16:12
NavinIs DVR documentation  Complete ? I can discuss with Swami and add16:12
Sam-I-Amthere's a reasonable amount of new content going into the networking guide, mostly things under 'advanced'16:12
Sam-I-Amhowever, a lot of these things arent advanced, just additional features... so i'm planning to restructure things a bit16:13
*** breton_ is now known as breton16:13
emaganaSam-I-Am: DO you need help on that?16:13
Sam-I-Amemagana: not really, but i'll probably post an email or update the etherpad16:14
emaganaNavin: The best to find out what is missing is by reading what we have and compare it with what it can be done with the latest patches.16:14
Navinok16:14
emaganaSam-I-Am: yes, use the etherpad..16:15
NavinI will work on it16:15
Sam-I-AmNavin: yeah, you can check out the dvr scenario in the guide16:15
Sam-I-Amif something doesn't look right, please open a bug16:15
NavinGot it thank U16:15
*** obondarev has joined #openstack-meeting16:15
emaganafeel free to add me as reviewer once you add a patch to the networking guide16:16
Sam-I-Amme too16:16
NavinAnything else you want me to look at ?16:16
Sam-I-AmNavin: whats your specialty?16:16
NavinThank U16:16
emaganaNavin: One thing at the time...16:16
NavinI work in HPE16:16
NavinVXLAN16:16
emaganaDVR is a big one... so, let's make sure we cover it properly16:17
NavinOk16:17
*** diga has quit IRC16:17
*** jmckind_ has joined #openstack-meeting16:17
NavinOk I will focus on DVR16:17
NavinDo the testing and make sure get documented properly16:18
NavinPut Sam as Reviewer16:18
Sam-I-Amhow about dvr+ha? apparently people cant get those to work16:18
NavinOK16:19
NavinI will focus on it16:19
*** jmckind has quit IRC16:20
emaganaI need to leave folks.. I was call in a meeting..16:20
Sam-I-Amemagana: ok16:20
NavinThank U16:20
*** shaohe_feng has quit IRC16:20
*** amotoki has quit IRC16:20
NavinSam are u still there16:20
*** paul-carlton2 has joined #openstack-meeting16:20
Sam-I-AmNavin: yes16:20
*** shaohe_feng has joined #openstack-meeting16:21
NavinYou asked my area specialization Data Center16:21
Sam-I-Amyeah...16:21
Sam-I-Amjust wondering where you could help out outside of dvr16:21
NavinI specialize on DataCenter16:21
Navinand NFV solutions16:22
NavinI Overlay and Underlay .. VXLAN .. L3VTEP GW design16:22
*** amotoki has joined #openstack-meeting16:22
Sam-I-Amoh, thats cool. we could use docs on that.16:22
NavinI mean to say I work on design of SDN Solution of HPE16:22
*** nadya has quit IRC16:22
*** toddjohn has quit IRC16:23
NavinUsing Nuage16:23
*** david-lyle has quit IRC16:24
NavinNokia ALU Nuage SDN Solution embraced by HPE as OEM16:24
*** jckasper has joined #openstack-meeting16:24
NavinSo I do design and implmentation16:24
Sam-I-Amcool16:25
Sam-I-Amwe have an etherpad of topics we need to add to in the networking guide16:25
NavinI am confident to help in this community in Networking area16:25
*** weshay is now known as weshay_brb16:26
NavinLet me know what Key Topics from your perspective we must have in Openstack Networking Guide16:26
*** sacharya has joined #openstack-meeting16:27
Sam-I-AmNavin: https://etherpad.openstack.org/p/networking-guide16:27
Sam-I-Amtake a look at that16:27
NavinOk Thank U16:27
NavinSam16:27
*** Swami has joined #openstack-meeting16:27
*** gaso84ne has joined #openstack-meeting16:28
*** obondarev has quit IRC16:29
NavinI will finish DVR then16:29
NavinHi Swami and Sam  I will work in DVR16:30
NavinSorry for typo16:30
NavinI will work on DVR HA16:30
*** shaohe_feng has quit IRC16:30
*** nkrinner has quit IRC16:31
Sam-I-Amplease16:31
*** nadya has joined #openstack-meeting16:31
SwamiNavin: contact me if you need any reviews on the doc or any information that you need to complete your task16:31
NavinThank U Swami16:31
*** shaohe_feng has joined #openstack-meeting16:31
*** amotoki has quit IRC16:32
*** sdake has joined #openstack-meeting16:32
*** penick has joined #openstack-meeting16:33
*** jmckind_ has quit IRC16:34
*** gaso84ne has quit IRC16:34
*** whenry has quit IRC16:35
*** shashank_hegde has joined #openstack-meeting16:35
*** cwolferh has quit IRC16:35
Sam-I-AmNavin: any more questions?16:35
*** jmckind has joined #openstack-meeting16:35
NavinI am fine thank U Sam16:35
NavinSam I will focus on DVR then I will move on other ones16:36
Sam-I-Amgreat. always nice to see people wanting to contribute, especially with complex things like dvr16:36
NavinSurely I can contribute apart from DVR16:36
*** jckasper has quit IRC16:36
*** sdake has quit IRC16:37
*** jckasper has joined #openstack-meeting16:37
Sam-I-Amtheres plenty of holes in the networking guide16:37
*** nadya has quit IRC16:37
NavinThank U for mentoring Sam16:37
*** nadya has joined #openstack-meeting16:37
Sam-I-Amaight, if you need me i'm in #openstack-doc and #openstack-neutron16:38
*** rubasov has quit IRC16:38
*** weshay_brb is now known as weshay16:38
*** cwolferh has joined #openstack-meeting16:39
*** Sam-I-Am has left #openstack-meeting16:40
*** shaohe_feng has quit IRC16:41
*** longxiongqiu has quit IRC16:41
*** jckasper has quit IRC16:41
*** Drankis has quit IRC16:41
*** karthikp_ has quit IRC16:41
*** nadya has quit IRC16:41
*** obondarev has joined #openstack-meeting16:41
*** shaohe_feng has joined #openstack-meeting16:41
*** nadya has joined #openstack-meeting16:42
*** sfinucan has quit IRC16:43
*** shashank_hegde has quit IRC16:43
*** sdake has joined #openstack-meeting16:44
*** stanchan has joined #openstack-meeting16:44
*** tesseract has joined #openstack-meeting16:44
*** roxanaghe has joined #openstack-meeting16:47
*** jckasper has joined #openstack-meeting16:48
*** claudiub|2 has joined #openstack-meeting16:48
*** nadya_ has joined #openstack-meeting16:48
*** ralonsoh has joined #openstack-meeting16:48
*** jogo has quit IRC16:48
ralonsohbauzas: hello16:48
*** nadya has quit IRC16:49
*** sambetts is now known as sambetts|afk16:50
*** shaohe_feng has quit IRC16:51
*** roxanaghe has quit IRC16:51
*** jogo has joined #openstack-meeting16:51
*** julim has quit IRC16:51
*** tesseract has quit IRC16:51
*** paul-carlton2 has quit IRC16:52
*** shaohe_feng has joined #openstack-meeting16:52
*** sams-gleb has quit IRC16:52
*** cdent has left #openstack-meeting16:53
*** numans has joined #openstack-meeting16:54
*** bill_az has quit IRC16:55
*** xinwu has quit IRC16:55
*** cbader has joined #openstack-meeting16:55
*** singlethink has joined #openstack-meeting16:56
*** Drankis has joined #openstack-meeting16:56
*** khushbu has joined #openstack-meeting16:57
*** nadya_ has quit IRC16:57
*** eharney has quit IRC16:57
*** xinwu has joined #openstack-meeting16:58
*** azbiswas has joined #openstack-meeting16:58
ralonsohbauzas: hello16:59
*** obondarev has quit IRC17:01
*** shaohe_feng has quit IRC17:01
*** eharney has joined #openstack-meeting17:01
*** longxiongqiu has joined #openstack-meeting17:02
*** shaohe_feng has joined #openstack-meeting17:02
*** unicell1 has quit IRC17:02
*** jckasper has quit IRC17:05
*** pvaneck has joined #openstack-meeting17:05
*** ralonsoh has quit IRC17:06
*** hrybacki|food is now known as hrybacki17:07
*** longxiongqiu has quit IRC17:07
*** coolsvap_ has joined #openstack-meeting17:07
*** timcline has quit IRC17:08
*** timcline has joined #openstack-meeting17:09
*** ayoung has quit IRC17:09
*** jckasper has joined #openstack-meeting17:09
*** s3wong has joined #openstack-meeting17:09
*** timcline has quit IRC17:09
*** timcline has joined #openstack-meeting17:10
*** jmckind has quit IRC17:10
*** timcline_ has joined #openstack-meeting17:11
*** toddjohn has joined #openstack-meeting17:11
*** coolsvap_ has quit IRC17:11
*** jmckind has joined #openstack-meeting17:11
*** shaohe_feng has quit IRC17:11
*** shaohe_feng has joined #openstack-meeting17:12
*** ronghui has quit IRC17:13
*** spzala has quit IRC17:13
*** timcline has quit IRC17:14
*** ygbo has quit IRC17:14
*** dmorita_ has joined #openstack-meeting17:14
*** toddjohn has quit IRC17:16
*** e0ne has joined #openstack-meeting17:16
*** jckasper has quit IRC17:17
*** tonytan4ever has quit IRC17:17
*** jckasper has joined #openstack-meeting17:17
*** dmorita has quit IRC17:17
*** myoung is now known as myoung|grub17:18
*** sputnik13 has joined #openstack-meeting17:19
*** liamji has quit IRC17:20
*** nisha_ has joined #openstack-meeting17:20
*** jckasper has quit IRC17:21
*** ivar-lazzaro has joined #openstack-meeting17:22
*** shaohe_feng has quit IRC17:22
*** Leom has quit IRC17:22
*** shaohe_feng has joined #openstack-meeting17:23
*** e0ne has quit IRC17:25
*** ronghui has joined #openstack-meeting17:26
*** bcafarel has quit IRC17:27
*** Daisy has joined #openstack-meeting17:27
*** jmckind has quit IRC17:27
*** myoung|grub is now known as myoung17:28
*** sputnik13 has quit IRC17:29
*** e0ne has joined #openstack-meeting17:30
*** shashank_hegde has joined #openstack-meeting17:30
*** Drankis has quit IRC17:30
*** xinwu has quit IRC17:31
*** Daisy has quit IRC17:32
*** shaohe_feng has quit IRC17:32
*** unicell has joined #openstack-meeting17:32
*** karthikp_ has joined #openstack-meeting17:32
*** amotoki has joined #openstack-meeting17:32
*** shaohe_feng has joined #openstack-meeting17:33
*** tellesnobrega_af is now known as tellesnobrega17:33
*** csomerville has quit IRC17:37
*** sputnik13 has joined #openstack-meeting17:37
*** amotoki has quit IRC17:38
*** gyee has quit IRC17:40
*** timcline_ has quit IRC17:40
*** electrofelix has quit IRC17:40
*** amitgandhinz has quit IRC17:41
*** timcline has joined #openstack-meeting17:41
*** amitgandhinz has joined #openstack-meeting17:41
*** Na3iL has quit IRC17:42
*** tonytan4ever has joined #openstack-meeting17:42
*** toddjohn has joined #openstack-meeting17:42
*** Drankis has joined #openstack-meeting17:42
*** jckasper has joined #openstack-meeting17:42
*** shaohe_feng has quit IRC17:42
*** shaohe_feng has joined #openstack-meeting17:43
*** yamamoto has quit IRC17:43
*** SumitNaiksatam has joined #openstack-meeting17:44
*** timcline has quit IRC17:45
*** ihrachys has quit IRC17:45
*** toddjohn has quit IRC17:46
*** markus_z has quit IRC17:47
*** singlethink has quit IRC17:47
*** shaohe_feng has quit IRC17:52
*** sams-gleb has joined #openstack-meeting17:53
*** Drankis has quit IRC17:54
*** shaohe_feng has joined #openstack-meeting17:56
*** pradk has quit IRC17:56
*** links has joined #openstack-meeting17:56
*** sams-gleb has quit IRC17:58
*** spzala has joined #openstack-meeting18:01
*** thinrichs has left #openstack-meeting18:01
*** e0ne has quit IRC18:02
*** annegentle has joined #openstack-meeting18:02
*** shaohe_feng has quit IRC18:03
*** shaohe_feng has joined #openstack-meeting18:04
*** xinwu has joined #openstack-meeting18:04
*** csomerville has joined #openstack-meeting18:06
*** spzala has quit IRC18:06
*** galstrom is now known as galstrom_zzz18:06
*** timcline has joined #openstack-meeting18:06
*** galstrom_zzz is now known as galstrom18:08
*** e0ne has joined #openstack-meeting18:08
*** david-lyle has joined #openstack-meeting18:09
*** asingh has joined #openstack-meeting18:09
*** nisha_ has quit IRC18:09
*** lpetrut has quit IRC18:12
*** navinrio has joined #openstack-meeting18:12
*** Leo_ has joined #openstack-meeting18:13
*** shaohe_feng has quit IRC18:13
*** sudipto has joined #openstack-meeting18:14
*** shaohe_feng has joined #openstack-meeting18:14
*** dmorita has joined #openstack-meeting18:14
*** dmorita_ has quit IRC18:14
*** Navin has quit IRC18:15
*** kylek3h has quit IRC18:15
*** maishsk has joined #openstack-meeting18:15
*** pradk has joined #openstack-meeting18:16
*** toddjohn has joined #openstack-meeting18:17
*** amitgandhinz has quit IRC18:17
*** csomerville has quit IRC18:18
*** amitgandhinz has joined #openstack-meeting18:18
*** cody-somerville has joined #openstack-meeting18:18
*** jckasper has quit IRC18:19
*** sudipto has quit IRC18:20
*** jckasper has joined #openstack-meeting18:20
*** ijw has joined #openstack-meeting18:21
*** bill_az has joined #openstack-meeting18:21
*** Guest35638 is now known as cFouts18:21
*** jckasper_ has joined #openstack-meeting18:21
*** jdurgin has joined #openstack-meeting18:21
*** roxanaghe has joined #openstack-meeting18:22
*** spotz is now known as spotz_zzz18:22
*** whenry has joined #openstack-meeting18:23
*** shaohe_feng has quit IRC18:23
*** enriquetaso has quit IRC18:23
*** julim has joined #openstack-meeting18:23
*** shaohe_feng has joined #openstack-meeting18:24
*** jckasper has quit IRC18:24
*** jckasper has joined #openstack-meeting18:25
*** jckasper_ has quit IRC18:26
*** mickeys has quit IRC18:27
*** acoles is now known as acoles_18:27
*** jckasper has quit IRC18:28
*** jckasper has joined #openstack-meeting18:28
*** spzala has joined #openstack-meeting18:29
*** hasharAway has quit IRC18:31
*** gaso84ne has joined #openstack-meeting18:31
*** jvrbanac_ is now known as jvrbanac18:32
*** shaohe_feng has quit IRC18:33
*** amotoki has joined #openstack-meeting18:34
*** garthb has joined #openstack-meeting18:34
*** shaohe_feng has joined #openstack-meeting18:34
*** comay has joined #openstack-meeting18:35
*** whenry has quit IRC18:35
*** david-lyle has quit IRC18:35
*** gaso84ne has quit IRC18:37
*** vishnoianil has quit IRC18:38
*** amotoki has quit IRC18:39
*** links has quit IRC18:39
*** yifei has quit IRC18:42
*** yifei has joined #openstack-meeting18:42
*** xinli has joined #openstack-meeting18:43
*** sarob has joined #openstack-meeting18:43
*** shaohe_feng has quit IRC18:44
*** yamamoto has joined #openstack-meeting18:44
*** harlowja has quit IRC18:44
*** shaohe_feng has joined #openstack-meeting18:45
*** jmckind has joined #openstack-meeting18:46
*** galstrom is now known as galstrom_zzz18:47
*** vhoward has quit IRC18:47
*** yamamoto has quit IRC18:53
*** shaohe_feng has quit IRC18:54
*** sams-gleb has joined #openstack-meeting18:54
*** shaohe_feng has joined #openstack-meeting18:55
*** cartik has joined #openstack-meeting18:56
*** numans has quit IRC18:58
*** nadya has joined #openstack-meeting18:59
*** yassine has quit IRC18:59
*** sams-gleb has quit IRC19:00
*** jamesdenton has quit IRC19:00
*** shaohe_feng has quit IRC19:04
*** shaohe_feng has joined #openstack-meeting19:05
*** gaso84ne has joined #openstack-meeting19:05
*** nisha_ has joined #openstack-meeting19:05
*** cartik has quit IRC19:06
*** cody-somerville has quit IRC19:06
*** cody-somerville has joined #openstack-meeting19:06
*** fnaval_ has joined #openstack-meeting19:08
*** fnaval_ has quit IRC19:08
*** fnaval_ has joined #openstack-meeting19:08
*** e0ne has quit IRC19:09
*** fnaval has quit IRC19:10
*** nisha_ has quit IRC19:10
*** Hosam has joined #openstack-meeting19:11
*** nadya has quit IRC19:11
*** nadya has joined #openstack-meeting19:12
*** nadya has quit IRC19:12
*** nadya has joined #openstack-meeting19:12
*** shaohe_feng has quit IRC19:14
*** shaohe_feng has joined #openstack-meeting19:15
*** timcline has quit IRC19:19
*** rbowen has joined #openstack-meeting19:20
*** enriquetaso has joined #openstack-meeting19:20
*** nadya has quit IRC19:21
*** nadya has joined #openstack-meeting19:23
*** david-lyle has joined #openstack-meeting19:24
*** shaohe_feng has quit IRC19:25
*** shaohe_feng has joined #openstack-meeting19:25
*** Leo_ has quit IRC19:26
*** Leom has joined #openstack-meeting19:27
*** nadya has quit IRC19:28
*** Sukhdev has joined #openstack-meeting19:28
*** azbiswas has quit IRC19:28
*** azbiswas has joined #openstack-meeting19:29
*** jichen has joined #openstack-meeting19:29
*** ijw has quit IRC19:30
*** nadya has joined #openstack-meeting19:32
*** whenry has joined #openstack-meeting19:33
*** azbiswas has quit IRC19:33
*** amotoki has joined #openstack-meeting19:34
*** iyamahat has quit IRC19:35
*** sdake has quit IRC19:35
*** shaohe_feng has quit IRC19:35
*** zeih has joined #openstack-meeting19:35
*** azbiswas has joined #openstack-meeting19:36
*** SumitNaiksatam has quit IRC19:36
*** nadya has quit IRC19:37
*** sdake has joined #openstack-meeting19:38
*** ociuhandu has quit IRC19:38
*** jckasper has quit IRC19:38
*** shaohe_feng has joined #openstack-meeting19:38
*** amotoki has quit IRC19:39
*** openstack has joined #openstack-meeting19:40
*** ChanServ sets mode: +o openstack19:40
*** zeih has quit IRC19:40
*** Mortir has joined #openstack-meeting19:40
*** sdake_ has joined #openstack-meeting19:40
*** sdake has quit IRC19:43
*** dane_leblanc has quit IRC19:44
*** shaohe_feng has quit IRC19:45
*** shaohe_feng has joined #openstack-meeting19:46
*** lpetrut has joined #openstack-meeting19:46
*** dane_leblanc has joined #openstack-meeting19:49
*** nadya has joined #openstack-meeting19:49
*** timcline has joined #openstack-meeting19:49
*** timcline_ has joined #openstack-meeting19:51
*** timcline has quit IRC19:51
*** mbound has quit IRC19:53
*** rbowen has quit IRC19:54
*** shamail has joined #openstack-meeting19:55
*** shaohe_feng has quit IRC19:55
*** shaohe_feng has joined #openstack-meeting19:56
*** jichen has quit IRC19:57
*** longxiongqiu has joined #openstack-meeting19:57
*** david-lyle has quit IRC19:57
*** shamail has left #openstack-meeting19:58
*** jichen has joined #openstack-meeting19:59
*** longxiongqiu has quit IRC20:02
*** zeih has joined #openstack-meeting20:03
*** galstrom_zzz is now known as galstrom20:04
*** sshnaidm is now known as sshnaidm|afk20:04
*** jprovazn has quit IRC20:04
*** shaohe_feng has quit IRC20:06
*** shaohe_feng has joined #openstack-meeting20:06
*** zeih has quit IRC20:07
*** asingh has quit IRC20:07
*** amrith is now known as _amrith_20:07
*** spzala has quit IRC20:08
*** dprince has quit IRC20:08
*** Sukhdev has quit IRC20:09
*** Sukhdev has joined #openstack-meeting20:09
*** sputnik13_ has joined #openstack-meeting20:11
*** Sukhdev has quit IRC20:13
*** iyamahat has joined #openstack-meeting20:13
*** spzala has joined #openstack-meeting20:14
*** sputnik13 has quit IRC20:14
*** shaohe_feng has quit IRC20:16
*** shaohe_feng has joined #openstack-meeting20:16
*** ociuhandu has joined #openstack-meeting20:18
*** roxanaghe has joined #openstack-meeting20:18
*** spzala has quit IRC20:19
*** jmckind has quit IRC20:19
*** rcernin has joined #openstack-meeting20:20
*** harlowja has joined #openstack-meeting20:24
*** brnelson has joined #openstack-meeting20:24
*** emagana has quit IRC20:24
*** brnelson has quit IRC20:25
*** jmckind has joined #openstack-meeting20:26
*** shaohe_feng has quit IRC20:26
*** shaohe_feng has joined #openstack-meeting20:27
*** banix has quit IRC20:29
*** emagana has joined #openstack-meeting20:30
*** emagana has quit IRC20:30
*** emagana has joined #openstack-meeting20:30
*** gyee has joined #openstack-meeting20:31
*** noslzzp_ has joined #openstack-meeting20:31
*** noslzzp_ has quit IRC20:32
*** ijw has joined #openstack-meeting20:32
*** spzala has joined #openstack-meeting20:33
*** noslzzp_ has joined #openstack-meeting20:33
*** diablo_rojo has joined #openstack-meeting20:33
*** noslzzp has quit IRC20:33
*** piet_ has joined #openstack-meeting20:34
*** e0ne has joined #openstack-meeting20:34
*** sheel has quit IRC20:35
*** amotoki has joined #openstack-meeting20:35
*** nadya has quit IRC20:35
*** vishnoianil has joined #openstack-meeting20:36
*** shaohe_feng has quit IRC20:36
*** shaohe_feng has joined #openstack-meeting20:37
*** fnaval_ is now known as fnaval20:38
*** fzdarsky is now known as fzdarsky|afk20:39
*** amotoki has quit IRC20:40
*** tonytan4ever has quit IRC20:41
*** e0ne has quit IRC20:41
*** fzdarsky|afk has quit IRC20:45
*** e0ne has joined #openstack-meeting20:45
*** whenry has quit IRC20:45
*** shaohe_feng has quit IRC20:47
*** mickeys has joined #openstack-meeting20:50
*** roxanagh_ has joined #openstack-meeting20:50
*** shaohe_feng has joined #openstack-meeting20:52
*** julim has quit IRC20:53
*** mbound has joined #openstack-meeting20:53
*** roxanagh_ has quit IRC20:55
*** mickeys has quit IRC20:55
*** eharney has quit IRC20:55
*** tjones has joined #openstack-meeting20:55
*** mickeys has joined #openstack-meeting20:55
*** raildo is now known as raildo-afk20:56
*** browne has joined #openstack-meeting20:56
*** sams-gleb has joined #openstack-meeting20:56
*** shaohe_feng has quit IRC20:57
*** mbound has quit IRC20:58
*** shaohe_feng has joined #openstack-meeting20:58
*** ayoung has joined #openstack-meeting20:59
*** sams-gleb has quit IRC21:01
*** aeng has joined #openstack-meeting21:01
*** lblanchard has quit IRC21:02
*** gjayavelu has joined #openstack-meeting21:03
*** thorst has quit IRC21:03
*** jichen has quit IRC21:05
*** baoli_ has quit IRC21:05
*** browne has left #openstack-meeting21:05
*** thorst has joined #openstack-meeting21:05
*** gaso84ne has quit IRC21:06
*** shaohe_feng has quit IRC21:07
*** thorst_ has joined #openstack-meeting21:08
*** shaohe_feng has joined #openstack-meeting21:08
*** thorst has quit IRC21:10
*** singhj has quit IRC21:10
*** annemccormick has quit IRC21:11
*** singhj has joined #openstack-meeting21:11
*** thorst_ has quit IRC21:12
*** aysyd has quit IRC21:13
*** ronghui has quit IRC21:13
*** mriedem has quit IRC21:15
*** tjones has left #openstack-meeting21:17
*** shaohe_feng has quit IRC21:17
*** shaohe_feng has joined #openstack-meeting21:19
*** bill_az has quit IRC21:20
*** claudiub|2 has quit IRC21:21
*** yamahata has quit IRC21:21
*** jaugustine has quit IRC21:23
*** Mortir has quit IRC21:24
*** toddjohn has quit IRC21:24
*** enriquetaso has quit IRC21:25
*** ayoung has quit IRC21:25
*** rtheis has quit IRC21:25
*** ronghui has joined #openstack-meeting21:25
*** singhj has quit IRC21:26
*** shaohe_feng has quit IRC21:28
*** singhj has joined #openstack-meeting21:28
*** shaohe_feng has joined #openstack-meeting21:29
*** _amrith_ is now known as amrith21:30
*** thorst has joined #openstack-meeting21:30
*** ivar-laz_ has joined #openstack-meeting21:30
*** MaxPC has quit IRC21:32
*** ivar-lazzaro has quit IRC21:34
*** bill_az has joined #openstack-meeting21:34
*** MaxPC has joined #openstack-meeting21:34
*** thorst has quit IRC21:35
*** fnaval has quit IRC21:35
*** fnaval has joined #openstack-meeting21:35
*** amotoki has joined #openstack-meeting21:36
*** e0ne has quit IRC21:37
*** e0ne has joined #openstack-meeting21:38
*** shaohe_feng has quit IRC21:38
*** rcernin_ has joined #openstack-meeting21:38
*** e0ne has quit IRC21:38
*** shaohe_feng has joined #openstack-meeting21:39
*** MaxPC has quit IRC21:39
*** jckasper has joined #openstack-meeting21:40
*** amotoki has quit IRC21:42
*** fnaval_ has joined #openstack-meeting21:43
*** fnaval has quit IRC21:43
*** tidwellr has joined #openstack-meeting21:43
*** edtubill has quit IRC21:43
*** jamesdenton has joined #openstack-meeting21:44
*** Mortir has joined #openstack-meeting21:44
*** singhj has quit IRC21:46
*** e0ne has joined #openstack-meeting21:48
*** diablo_rojo has quit IRC21:48
*** shaohe_feng has quit IRC21:48
*** henrynash has quit IRC21:48
*** shaohe_feng has joined #openstack-meeting21:49
*** ivar-laz_ has quit IRC21:49
*** ekcs has left #openstack-meeting21:49
*** ivar-lazzaro has joined #openstack-meeting21:49
*** spzala has quit IRC21:51
*** jmckind has quit IRC21:53
*** shashank_hegde has quit IRC21:55
*** yushiro has joined #openstack-meeting21:55
*** galstrom is now known as galstrom_zzz21:57
*** jckasper has quit IRC21:57
*** markvoelker has quit IRC21:58
*** amuller has joined #openstack-meeting21:58
*** shaohe_feng has quit IRC21:58
*** myoung has quit IRC21:59
*** xyang1 has quit IRC21:59
*** boden has joined #openstack-meeting21:59
*** myoung has joined #openstack-meeting21:59
*** shaohe_feng has joined #openstack-meeting21:59
dougwigo/21:59
carl_baldwinhi21:59
HenryGo/22:00
bodeno/   howdy22:00
yushirohi22:00
carl_baldwinarmax is traveling and might not be able to make it.  He's asked me to start the meeting.22:00
carl_baldwin#startmeeting neutron_drivers22:00
openstackMeeting started Thu Jun  2 22:00:59 2016 UTC and is due to finish in 60 minutes.  The chair is carl_baldwin. Information about MeetBot at http://wiki.debian.org/MeetBot.22:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.22:01
amullerhiya22:01
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:01
*** shashank_hegde has joined #openstack-meeting22:01
openstackThe meeting name has been set to 'neutron_drivers'22:01
*** singhj has joined #openstack-meeting22:01
Swamihi22:01
carl_baldwinSo, the marching orders are to continue going through the list of triaged bugs.22:01
carl_baldwin#link https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe22:01
carl_baldwinAnyone got anything before we start?22:02
dougwigno, let's beat the DLM horse some more.22:02
carl_baldwinOkay, first up is ...22:03
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/155268022:03
openstackLaunchpad bug 1552680 in neutron "[RFE] Add support for DLM" [Wishlist,Triaged] - Assigned to John Schwarz (jschwarz)22:03
amullerJohn added a doc with his plan how to test performance implications of Tooz with different backends22:03
*** ametts has quit IRC22:03
njohnstono/22:03
dougwigi see a note about benchmarks, but no data?22:03
*** megm has quit IRC22:03
amullerI encourage stakeholders to take a look at the doc and comment before John runs off and burns CPU cycles22:03
carl_baldwinI did not see the doc.  Looks like it appeared within the last day.22:03
dougwigahh, gotcha.22:03
amullerdougwig: it's a plan and a request for comments22:04
amullerbefore the data :)22:04
*** rbowen has joined #openstack-meeting22:04
carl_baldwinOkay, so without having reviewed the plan, can we do more than just say "let's review the plan?"22:04
amullerprolly not22:04
dougwigjust reviewed and commented.22:04
amullerthat was quick =p22:05
dougwigit's a fast read.22:05
dougwigthe test will be much more time consuming.  :)22:05
amullerseems like the doc is read only22:05
*** tangchen has quit IRC22:05
amullerI'll ask John to enable comments, I find it much easier to add comments on the google doc than on launchpad22:05
dougwigi commented in the bug22:05
*** megm has joined #openstack-meeting22:05
*** tangchen has joined #openstack-meeting22:06
*** rcernin_ has quit IRC22:06
amullerdougwig: the first bullet point in the second group of bullet points is the 'no tooz' option22:07
amullerAs I understand it anyway22:07
*** singhj has quit IRC22:07
dougwigindeed, i read too quickly.22:07
carl_baldwinOk, let's all review it.  Having comments on will be helpful.22:08
carl_baldwinAnything more?22:08
*** shaohe_feng has quit IRC22:09
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/155997822:09
openstackLaunchpad bug 1559978 in neutron "[RFE] log segmentation_id over threshold for monitoring" [Wishlist,Triaged]22:09
*** shaohe_feng has joined #openstack-meeting22:09
carl_baldwinarmax summed it up:  "as an admin I want to know how many Neutron networks I have left at my disposal before my tenants start complaining that their neutron net-create command failed"22:09
carl_baldwinAt least that's the way I understand it.22:10
*** jamesdenton has quit IRC22:10
carl_baldwinThoughts?22:10
amullerI think that something like Calico doesn't use segmentation IDs22:11
dougwigseems closely related to liberty's effort for an api to check remaining ips.22:11
amullerso the concern is that an API wouldn't be plugin agnostic22:11
*** sputnik13_ has quit IRC22:11
*** ayoung has joined #openstack-meeting22:11
carl_baldwinI don't think it could be plugin agnostic.22:13
amulleryou know, on the other hand this is really only relevant for VLANs22:13
*** banix has joined #openstack-meeting22:13
amullerif you're using tunnels I don't think this RFE is useful or relevant22:13
carl_baldwinOther plugins could somehow report that it is irrelevant.22:14
amullerso if this is specific to VLANs, we could treat it as such, then it becomes easy for any plugin (That uses VLANs) to implement22:14
HenryGyup, like the ip availability issue is not really relevant for IPv622:14
carl_baldwinHenryG: what you haven't used the 1.8446744e+19 IPs in your subnet yet?22:16
amullerHow would a monitoring system use an API though?22:16
amullerPolling doesn't seem realistic22:16
dougwigdon't tell SNMP that.22:16
dougwiga poll period of an hour is likely plenty in this scenario. i don't think the info delivery mechanism is the issue here.22:17
*** sacharya has quit IRC22:17
carl_baldwinamuller: Its always nice when things tell you proactively that they're sick but we don't get a lot of that with monitoring.22:17
*** jckasper has joined #openstack-meeting22:18
*** ssalagame has joined #openstack-meeting22:18
carl_baldwinSo, is it worth the effort to design an API?  (question posed by armax in bug)22:18
dougwigtrue, but polling is the LCD of most monitoring systems (and those systems usually provide a common notification mechanism.) i'm not sure we need to reinvent that wheel.22:19
*** shaohe_feng has quit IRC22:19
amullerWould a clear log level at INFO level serve the use case better than an API you'd have to poll?22:19
*** shashank_hegde has quit IRC22:19
*** Julien-zte has joined #openstack-meeting22:20
*** shaohe_feng has joined #openstack-meeting22:20
amullerthat is assuming you run a log aggregator22:20
amullerI think we're discussing solutions to a problem without a well defined user22:21
amullerSo how could we design an API22:21
amulleror any other solution22:21
amullerit'd be a guess at best22:21
carl_baldwinLogging something would be very easy.22:22
*** bobh has quit IRC22:22
carl_baldwinActually, the rfe originally asked for a log, didn't it?22:22
amullercarl_baldwin: I don't think a patch that adds a log in that event would need to go through the RFE process anyhow22:22
amullerI'd suggest that Miguel takes up a patch that adds logging if he's up for it, and for any further work, Miguel can start a thread on the ML, asking for input from Monasca people22:24
HenryGWhy was ip availability not done with INFO logging?22:25
carl_baldwinI don't know.22:25
dougwigi don't think anyone ever suggested it/thought of it.22:25
bodenRandom thought; if #link https://review.openstack.org/#/c/308973/  ever gets approved perhaps it could be implemented as a health check; depending on where/if that spec lands22:25
carl_baldwinWe've spent quite a lot of time on this and I don't have strong feelings about any direction.22:25
amullerI thought that ip availability was supposed to be used by Nova at some point22:25
dougwigno, it was an operator request22:26
amulleryeah, but I remember that surfaced as a second use case on the RFE bug / spec22:26
HenryGdougwig: yeah, but what amuller says rings a bell too22:26
amullercarl_baldwin: wasn't this a part of the big deployers team requirements?22:27
amullerto schedule based off IP availability?22:27
carl_baldwinamuller: I think it was for some operators who are already doing something like routed networks on their own.22:27
amullerright22:28
*** cwolferh has quit IRC22:28
carl_baldwinBut, the real solution with Nova is going to look very different.  Possibly leveraging some of that work.22:28
carl_baldwinI sense we're not really getting anywhere on this RFE.22:29
*** dimtruck is now known as zz_dimtruck22:29
*** henrynash has joined #openstack-meeting22:29
*** shaohe_feng has quit IRC22:29
*** jckasper has quit IRC22:29
amullerGo with logging first, solicit more input for any further work?22:29
carl_baldwinMaybe we just suggest moving forward with logging?22:29
carl_baldwinAnyone object?22:30
*** shaohe_feng has joined #openstack-meeting22:30
*** IlyaG has joined #openstack-meeting22:30
carl_baldwinOkay, let's move on...22:30
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/156182422:31
openstackLaunchpad bug 1561824 in neutron "[RFE] Enhance BGP Dynamic Routing driver with Quagga suppport" [Wishlist,Triaged] - Assigned to steve (ruansx)22:31
carl_baldwinAt this point, with BGP broken out, this one should be contained to the dynamic routing repo.22:31
carl_baldwinAlso, BGP already has a pluggable architecture.22:31
mickeysYes, the intent is to target this for the dynamic routing repo22:32
carl_baldwinAny reason not to approve it?22:32
HenryGThis would also allow the team to build a reference implementation for CI22:32
HenryGNo objection here22:33
carl_baldwinHenryG: There is a reference impl based on Ryu.22:33
*** azbiswas has quit IRC22:33
*** weshay has quit IRC22:33
carl_baldwinBut, there are some limitations to Ryu.  Like having multiple speakers.22:33
*** azbiswas has joined #openstack-meeting22:34
carl_baldwinAny other thoughts?22:34
carl_baldwinOkay.22:34
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/156387922:35
openstackLaunchpad bug 1563879 in neutron "[RFE] DVR should route packets to Instances behind the L2 Gateway" [Wishlist,Triaged]22:35
carl_baldwinI'm not up to date on this one.22:36
carl_baldwinMostly, I'm confused about armax 's last comment.  The link circles back to the rfe.22:37
carl_baldwinMaybe we should just shelve this until he returns and move on.22:37
*** dneary has quit IRC22:38
*** azbiswas has quit IRC22:38
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/156619122:38
openstackLaunchpad bug 1566191 in neutron "[RFE] Allow multiple networks with FIP range to be associated with Tenant router" [Wishlist,Triaged]22:38
carl_baldwinI think we're still at the same point we were.  We're going to unblock the fix and possibly discuss later.22:39
*** njohnsto_ has joined #openstack-meeting22:39
*** shaohe_feng has quit IRC22:39
carl_baldwinI'm going to skip the fast exit one too because armax is having on-going discussion with tidwellr on that bug.22:40
*** shaohe_feng has joined #openstack-meeting22:40
carl_baldwinStill with me?22:40
njohnsto_o/22:40
HenryGyes22:41
amulleryep22:41
*** edtubill has joined #openstack-meeting22:41
carl_baldwinnjohnsto_: HenryG:  amuller:  Thanks.22:41
* carl_baldwin starting to know how armax feels in this meeting. It feels a bit one-sided.22:41
*** agrebennikov has quit IRC22:42
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/157906822:42
openstackLaunchpad bug 1579068 in neutron "[RFE] Multiple VXLAN multicast groups in linuxbridge" [Wishlist,Triaged]22:42
amullersounds like the next step would be to have LB agent folks chime in on the bug22:43
carl_baldwinRight, any LB experts out there?22:43
carl_baldwinAnyone know why the vxlan group was considered a single attribute?22:43
haleybthat's sc68cal, right? :)22:44
*** JRobinson__ has joined #openstack-meeting22:44
carl_baldwinSo, how do we go about getting such feedback?22:45
carl_baldwinRecommend going to the ML?22:45
*** njohnsto_ has quit IRC22:45
amullercarl_baldwin: +122:45
carl_baldwinThat's what I'll do.22:46
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/158193122:46
openstackLaunchpad bug 1581931 in neutron "RBAC -access_as_external - exclude tenant" [Wishlist,Triaged]22:46
*** shashank_hegde has joined #openstack-meeting22:46
carl_baldwinDoesn't sound very compelling to me.22:47
*** cwolferh has joined #openstack-meeting22:48
carl_baldwinkevinbenton says it will be quite a bit of work.22:48
*** samueldmq has quit IRC22:48
carl_baldwinWon't fix for now?22:48
*** xinli has quit IRC22:48
*** rbak has quit IRC22:49
* carl_baldwin needs a gavel to slam down and wake everyone up. ;)22:49
*** shaohe_feng has quit IRC22:50
amullercarl_baldwin: +122:50
HenryGWell, does the submitter have a fix?22:50
amullerHenryG: no22:51
carl_baldwinno22:51
*** shaohe_feng has joined #openstack-meeting22:51
HenryGThen +1 for won't fix22:51
carl_baldwinDone.22:51
*** lpetrut has quit IRC22:51
carl_baldwin#link https://bugs.launchpad.net/neutron/+bug/158318422:51
openstackLaunchpad bug 1583184 in neutron "[RFE] bgp-dynamic-routing router association" [Wishlist,Triaged]22:51
*** roxanagh_ has joined #openstack-meeting22:52
carl_baldwinMy concern with this is tidwellr is pretty busy with other stuff.22:52
carl_baldwinI might put this back on the confirmed list until we identify someone who can do the work.22:52
*** boden has quit IRC22:52
carl_baldwinAnyone else have thoughts?22:52
amullercarl_baldwin: You *might* get a volunteer with a ML thread22:53
amullerworth a shot IMO if the issue is lack of assignee22:53
*** Adri2000 has quit IRC22:53
HenryGYamamoto is doing it for midonet only?22:53
*** Adri2000 has joined #openstack-meeting22:54
carl_baldwinLooks like they already merged a spec for it.22:54
carl_baldwin... just this morning.22:55
carl_baldwinI'll figure out what is going on here this week.22:55
carl_baldwin... and report back next week.22:55
HenryGOh, they need support in dynamic-routing repo22:55
tidwellrHenryG: it's not just for midonet, it's something we wanted to support from the get-go but it never made it up the priority list22:55
HenryGtidwellr: understood, but that's where it originated22:56
carl_baldwintidwellr: Can we give them the support they need for this?22:56
*** manjeets has left #openstack-meeting22:56
*** roxanagh_ has quit IRC22:56
tidwellrcarl_baldwin: I can commit to review cycles and *some* hand-holding, but I'm stretched pretty thin22:56
carl_baldwintidwellr: Does this touch the neutron repo or other repo outside of dynamic routing?22:57
*** sams-gleb has joined #openstack-meeting22:58
tidwellrcarl_baldwin: no, it doesn't touch the neutron repo22:58
carl_baldwinok.22:58
carl_baldwinWe're only got a minute left.  I say we draw the line here.22:58
carl_baldwins/We're/We've/22:58
*** markvoelker has joined #openstack-meeting22:58
carl_baldwinAny objections?22:59
njohnston+122:59
HenryG+122:59
carl_baldwin#endmeeting22:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"22:59
openstackMeeting ended Thu Jun  2 22:59:18 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)22:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.html22:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.txt22:59
carl_baldwinThanks!22:59
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.log.html22:59
yushiroHi carl_baldwin and amuller, I'm in behalf of Takao Indoh who posted the launchpad https://bugs.launchpad.net/neutron/+bug/1586352.  I've just posted comment on this launchpad.22:59
openstackLaunchpad bug 1586352 in neutron "[RFE] Grouping remote_ip_prefix by ipset" [Wishlist,Confirmed]22:59
yushiro Would you please check it?22:59
HenryGThanks carl_baldwin22:59
amulleryushiro: I'm unclear if the performance test is for ipset in general, or specifically using ipset for remote_ip_prefix?22:59
*** shaohe_feng has quit IRC23:00
yushiroamuller, This test is in general and not using remote_ip_prefix.23:00
*** shaohe_feng has joined #openstack-meeting23:01
carl_baldwinyushiro: Doesn't that kind of make the benchmark irrelevant to this request?23:02
amullermy thoughts as well23:02
amullerWe know ipset makes things faster23:02
*** sams-gleb has quit IRC23:03
*** markvoelker has quit IRC23:03
*** ayoung has quit IRC23:04
*** JRobinson__ has quit IRC23:06
yushirocarl_baldwin, amuller Oh, Ok. I think you already know ipset ability.23:06
*** emagana has quit IRC23:06
*** ociuhandu has quit IRC23:06
*** tonytan4ever has joined #openstack-meeting23:06
*** ociuhandu_ has joined #openstack-meeting23:06
*** diana_clarke has left #openstack-meeting23:06
*** iyamahat has quit IRC23:07
yushirocarl_baldwin, amuller What I'd like to tell you is it's worth improving remote_ip_prefix process using ipset.23:07
carl_baldwinyushiro: right, we already use ipsets, need to show how this case is improved.23:07
*** vishnoianil has quit IRC23:07
carl_baldwinyushiro: right23:07
mickeysyushiro: Are you asking for an API change?23:07
*** Qiming has joined #openstack-meeting23:09
yushiromickeys, well, I'd like to improve this rfe with no API change.  Takao and I will consider about it.23:10
*** rcernin has quit IRC23:10
mickeysyushiro: If you want to do it without an API change, then you are talking about coalescing multiple rules in the same security group, and programming them as one iptables rule?23:10
*** shaohe_feng has quit IRC23:10
yushiromickeys, Yes. It similar to my current imagination.23:12
*** gjayavelu has quit IRC23:12
*** edtubill has quit IRC23:12
yushirocarl_baldwin, I understood. I'll tell Takao about it.  Thank you.23:13
*** shaohe_feng has joined #openstack-meeting23:13
yushirocarl_baldwin, amuller mickeys Thank you for talking with me in spite of over time for the meeting.23:14
*** emagana has joined #openstack-meeting23:15
carl_baldwinyushiro: glad to help23:15
*** ssalagame has quit IRC23:17
yushirocarl_baldwin, I hope our RFE will be triaged :)  OK, Takao and I will update the launchpad.  See you.23:18
*** IlyaG has quit IRC23:18
*** emagana has quit IRC23:19
*** agireud has quit IRC23:19
*** amuller has quit IRC23:19
*** david-lyle has joined #openstack-meeting23:20
*** shaohe_feng has quit IRC23:20
*** shaohe_feng has joined #openstack-meeting23:21
*** agireud has joined #openstack-meeting23:21
*** kylek3h has joined #openstack-meeting23:25
*** tidwellr has left #openstack-meeting23:27
*** rbak has joined #openstack-meeting23:27
*** roxanaghe has quit IRC23:29
*** kylek3h_ has joined #openstack-meeting23:29
*** shaohe_feng has quit IRC23:31
*** shaohe_feng has joined #openstack-meeting23:32
*** kylek3h has quit IRC23:32
*** zhurong has joined #openstack-meeting23:36
*** mickeys has quit IRC23:36
*** mickeys has joined #openstack-meeting23:37
*** Leom has quit IRC23:37
*** tochi has joined #openstack-meeting23:38
*** amitgandhinz has quit IRC23:38
*** amotoki has joined #openstack-meeting23:39
*** Qiming has quit IRC23:40
*** zhurong has quit IRC23:40
*** JRobinson__ has joined #openstack-meeting23:41
*** mickeys has quit IRC23:41
*** shaohe_feng has quit IRC23:41
*** mickeys has joined #openstack-meeting23:41
*** henrynash has quit IRC23:43
*** shaohe_feng has joined #openstack-meeting23:44
*** amotoki has quit IRC23:44
*** mickeys has quit IRC23:46
*** mickeys has joined #openstack-meeting23:47
*** bill_az has quit IRC23:49
*** vishwanathj has joined #openstack-meeting23:49
*** timcline_ has quit IRC23:49
*** Julien-zte has quit IRC23:49
*** bill_az has joined #openstack-meeting23:51
*** shaohe_feng has quit IRC23:51
*** mickeys has quit IRC23:51
*** shaohe_feng has joined #openstack-meeting23:52
*** roxanaghe has joined #openstack-meeting23:52
*** mickeys has joined #openstack-meeting23:53
*** sdake has joined #openstack-meeting23:54
*** sdake_ has quit IRC23:56
*** rena9067 has quit IRC23:56
*** roxanaghe has quit IRC23:57
*** yushiro has quit IRC23:57
*** sdake has quit IRC23:57
*** sdake has joined #openstack-meeting23:57
*** sdague has quit IRC23:58
*** leeantho has quit IRC23:58

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