Friday, 2016-01-22

*** bpokorny has quit IRC00:02
openstackgerritTravis Tripp proposed openstack/searchlight: Add Devstack install support for searchlightclient  https://review.openstack.org/26835800:35
*** bpokorny_ has quit IRC01:10
*** bpokorny has joined #openstack-searchlight01:10
*** bpokorny has quit IRC01:13
*** bpokorny has joined #openstack-searchlight01:14
openstackgerritRick Aulino proposed openstack/searchlight-specs: Zero Downtime Reindexing Proposal  https://review.openstack.org/24522201:38
*** bpokorny has quit IRC02:39
openstackgerritLi Yingjun proposed openstack/python-searchlightclient: Added search resource client and cli  https://review.openstack.org/26089902:48
*** lakshmiS has quit IRC02:57
*** akanksha_ has joined #openstack-searchlight04:10
*** bpokorny has joined #openstack-searchlight05:07
*** RickA-HP has quit IRC05:13
*** exploreshaifali has joined #openstack-searchlight06:27
openstackgerritLi Yingjun proposed openstack/python-searchlightclient: Add optional fields for source to query cli  https://review.openstack.org/27115206:37
*** akanksha_ has quit IRC09:07
*** exploreshaifali has quit IRC09:43
*** exploreshaifali has joined #openstack-searchlight11:21
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #openstack-searchlight11:48
*** openstackgerrit has quit IRC12:33
*** openstackgerrit has joined #openstack-searchlight12:33
*** exploreshaifali has quit IRC14:19
*** pcaruana has joined #openstack-searchlight14:49
*** sigmavirus24_awa is now known as sigmavirus2415:13
dhellmannTravT: please ack this release model correction (you can change it back next cycle if you decide you want to, but for now we need to reflect what is actually being done) https://review.openstack.org/27136915:18
*** bpokorny has quit IRC15:36
*** RickA-HP has joined #openstack-searchlight15:41
*** bpokorny has joined #openstack-searchlight16:13
sjmc7thanks for your spec reviews, rosmaita - some good feedback16:15
TravTdhellmann: yes, that looks right. adding comment to review now.  Thanks!16:16
*** RickA-HP has quit IRC16:23
*** RickA-HP has joined #openstack-searchlight16:33
openstackgerritTravis Tripp proposed openstack/searchlight: Add Devstack install support for searchlightclient  https://review.openstack.org/26835816:36
*** GB21 has joined #openstack-searchlight16:44
openstackgerritMerged openstack/python-searchlightclient: Updated from global requirements  https://review.openstack.org/27095016:46
sjmc7TravT: real quick, looking at the client patch for queries. i noticed that ‘Name’ isn’t included if ‘Source’ is. my preference is for —source just to add columns, not remove, but before i force li to do another revision, is that unreasonable?16:47
sjmc7he’s been very patient, i don’t want to send it round the circle again unnecessarily16:47
openstackgerritMerged openstack/searchlight: Updated from global requirements  https://review.openstack.org/27095216:47
TravTsjmc7: i also had noticed that and was having some debate with myself on it as well16:48
openstackgerritMerged openstack/python-searchlightclient: Remove dash for resource-type in cli  https://review.openstack.org/27089416:48
sjmc7ok. i think i’ll -1 it then, and approve it over the weekend - he seems to work friday nights my time16:48
TravTit is a little funny to see columns change16:48
TravTthere is one other thing i'm thinking about, but thought it could be debated in follow on16:48
TravTmaybe we don't need query16:49
TravTjust openstack search <query>16:49
TravTrather than openstack search query <query>16:49
TravTbut have to think further16:49
sjmc7i did wonder about that. i don’t know enough about how the CLI parser works16:49
TravTsjmc7: you could consider updating the name field yourself and we could ask another reviewer to take a look.16:50
TravTjust a thought to stop annoying li16:50
sjmc7yeah, that’s better16:50
sjmc7:)16:50
sjmc7hmm, it also removes updated_at16:51
sjmc7problem is, when those are there, the column with thing is even more of an issue16:51
sjmc7maybe let’s leave it for now16:51
TravThmm, does it become too wide or something.16:51
TravTon a small terminal window, it probably would look bad.16:51
sjmc7yeah. you’d need max-width=3 to keep it within 100 chars :)16:51
sjmc7it’d look like assembler16:51
sjmc7ok, let’s leave that for now16:52
TravTwell, we can debate it in a further patch16:52
TravTsince this isn't released16:52
sjmc7yeah. rest of it looks good16:52
TravTok, i was just running through it16:52
sjmc7yeah, i ran a bunch of queries16:52
TravTso if you +2, mine will follow shortly.16:52
sjmc7just gonna test the python interface16:53
TravTassuming i don't see anything hideous16:53
sjmc7the only slightly unfortunate thing16:54
sjmc7is that becaues of our lack of RESTy noun-verb thing16:54
sjmc7the python client looks like sc.search.search()16:54
sjmc7rather than e.g. heatclient.stacks.list()16:55
sjmc7but we can ruminate on it another time16:55
openstackgerritMerged openstack/python-searchlightclient: Added search resource client and cli  https://review.openstack.org/26089917:23
*** lakshmiS has joined #openstack-searchlight17:29
-openstackstatus- NOTICE: Restarting zuul due to a memory leak17:51
*** lakshmiS has quit IRC17:51
*** bpokorny_ has joined #openstack-searchlight17:57
*** bpokorny_ has quit IRC17:58
*** bpokorny_ has joined #openstack-searchlight17:59
*** bpokorny has quit IRC18:00
*** GB21 has quit IRC18:36
*** lakshmiS has joined #openstack-searchlight18:56
*** bpokorny_ has quit IRC19:07
*** bpokorny has joined #openstack-searchlight19:07
*** bpokorny has quit IRC19:31
*** RickA-HP has quit IRC19:34
*** pcaruana has quit IRC20:14
*** bpokorny has joined #openstack-searchlight21:24
openstackgerritMerged openstack/searchlight: Replace deprecated library function os.popen() with subprocess  https://review.openstack.org/26755521:30
*** pcaruana has joined #openstack-searchlight21:48
sjmc7lakshmiS: is the swift patch at a point you could upload it as a WIP?21:58
lakshmiSneed to tweak rbac a little bit and then will put it up21:58
sjmc7ok21:59
lakshmiSif i cant' figure it out by eod, will put the patch minus the rbac22:00
sjmc7cool. i want to check i can get the middleware to a point we can support everything22:02
openstackgerritMerged openstack/searchlight: Add python 3.4 to programming languages in setup.cfg  https://review.openstack.org/26778322:10
*** TravT has quit IRC22:18
*** TravT has joined #openstack-searchlight22:20
sjmc7reviews for https://review.openstack.org/#/c/257516/ would be good, too; it’s going to cause a load of rebasing to other plugins/code22:20
*** sigmavirus24 is now known as sigmavirus24_awa23:00
openstackgerritSteve McLellan proposed openstack/searchlight: Separate documents by role  https://review.openstack.org/25751623:52

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