Thursday, 2015-02-19

*** JAHoagie has quit IRC00:41
*** JAHoagie has joined #openstack-zaqar00:56
*** amitgandhinz has joined #openstack-zaqar00:56
*** amitgandhinz has quit IRC01:00
*** JAHoagie has quit IRC01:14
*** zhenq has joined #openstack-zaqar01:22
*** kgriffs is now known as kgriffs|afk01:42
*** achanda has quit IRC02:33
*** achanda has joined #openstack-zaqar02:42
*** achanda has quit IRC02:46
*** achanda has joined #openstack-zaqar03:02
*** amitgandhinz has joined #openstack-zaqar03:15
*** amalagon has joined #openstack-zaqar03:19
*** amalagon has quit IRC03:19
*** amalagon has joined #openstack-zaqar03:20
*** amalagon has joined #openstack-zaqar03:21
*** achanda has quit IRC03:45
*** achanda has joined #openstack-zaqar03:52
*** JAHoagie has joined #openstack-zaqar04:15
*** achanda has quit IRC04:16
*** amalagon has quit IRC04:39
*** amalagon has joined #openstack-zaqar04:40
*** miqui has joined #openstack-zaqar04:42
*** flwang1 has quit IRC04:43
*** amitgandhinz has quit IRC04:52
*** miqui has quit IRC04:52
*** miqui has joined #openstack-zaqar04:53
*** achanda has joined #openstack-zaqar05:16
*** achanda has quit IRC05:18
*** achanda has joined #openstack-zaqar05:18
*** achanda has quit IRC05:45
*** JAHoagie has quit IRC05:46
*** echevemaster has quit IRC05:47
*** exploreshaifali has joined #openstack-zaqar05:53
*** achanda has joined #openstack-zaqar05:56
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar: Imported Translations from Transifex  https://review.openstack.org/15689606:03
*** miqui has quit IRC06:26
*** JAHoagie has joined #openstack-zaqar07:08
*** JAHoagie has quit IRC07:12
*** zhenq has quit IRC07:16
*** exploreshaifali has quit IRC07:44
*** exploreshaifali has joined #openstack-zaqar08:08
exploreshaifaliflaper87, gooood morning08:18
exploreshaifaliplease review https://review.openstack.org/#/c/144340/ if you get a bit of time08:19
*** achanda has quit IRC08:29
*** achanda has joined #openstack-zaqar08:29
*** achanda has quit IRC08:30
*** JAHoagie has joined #openstack-zaqar09:08
*** JAHoagie has quit IRC09:13
*** diga has joined #openstack-zaqar09:44
*** exploreshaifali has quit IRC10:05
*** exploreshaifali has joined #openstack-zaqar10:58
exploreshaifaliflaper87, around ?11:05
flaper87exploreshaifali: yup11:08
*** JAHoagie has joined #openstack-zaqar11:08
flaper87exploreshaifali: reviewing now11:08
flaper87:)11:08
exploreshaifaliflaper87, :D11:09
exploreshaifaliflaper87, Thanks!!11:09
flaper87exploreshaifali: so, in order to use the pipeline, you need to change the config file, I don't think that's something we want for a part as critical as this handler11:11
flaper87so, here's the thing11:12
flaper87we have 2 options:11:12
flaper87We either hard-code it (as in we import the handler and add it to the pipeline"11:12
flaper87or we create a namespace for "internal handlers"11:12
*** JAHoagie has quit IRC11:12
flaper87exploreshaifali: A namespace is an entry-point namespace11:13
exploreshaifaliokay11:13
flaper87exploreshaifali: you used   zaqar.storage.message_queue_handler11:13
flaper87it should actually be: zaqar.storage.stages for it to work11:13
flaper87I think it'd be better to use an "internal" namespace11:14
flaper87just because hard-coding stuff is not nice11:14
exploreshaifaliokay so instead of zaqar.storage.message_queue_handler I will use "zaqar.storage.stages"11:16
exploreshaifalibut will it work automatically ?11:16
flaper87it won't work automatically, there's a bit of code to write.11:17
exploreshaifaliI mean what I did is just made an entry in setup.cfg11:17
flaper87zaqar.storage.stages is what you are supposed to be using already11:17
flaper87what I'd like to introduce is a `zaqar.storage.builtin.stages`11:17
flaper87or something like that11:18
flaper87these stages will *always* be loaded11:18
exploreshaifaliflaper87, ok, so after making entry in setup.cfg where should I write code for making things work ?11:27
flaper87exploreshaifali: so, we need something like: https://review.openstack.org/#/c/144340/17/zaqar/storage/pipeline.py,cm L7411:28
flaper87but instead of reading the list of configs from the config object11:28
flaper87we need it to iterate over the available entry-points under the built-in namespace11:29
flaper87you can do that using the Namespace driver instead of the DriverManager11:29
flaper87I've an example of that11:29
flaper87exploreshaifali: https://review.openstack.org/#/c/156249/3/glance/async/flows/base_import.py,cm L22611:30
flaper87The ExtensionManager gets a namespace and iterates over the entry-points listed there11:30
flaper87we need a function that basically does that and returns the list of entry-points11:31
exploreshaifaliflaper87, okay so there is nothing like extensionManager in Zaqar we have.....11:39
exploreshaifaliI need to create a function as you mentioned above11:39
exploreshaifaliand that function should be placed where?11:40
exploreshaifaliinside pipeline itself ?11:41
flaper87exploreshaifali: yes, in pipeline itself11:42
flaper87also, ExtensionManager is provided by stevedore, which we already use11:43
exploreshaifaliflaper87, where did we used ExtensionManager in Zaqar?11:44
*** exploreshaifali has quit IRC11:55
*** JAHoagie has joined #openstack-zaqar12:08
*** JAHoagie has quit IRC12:13
vkmcmorningg12:15
flaper87vkmc: moooorning12:40
flaper87ah shaifali left :(12:40
*** exploreshaifali has joined #openstack-zaqar12:58
vkmcgive some love to this https://review.openstack.org/#/c/156982/13:01
* kragniz sends his meaningless love13:05
*** JAHoagie has joined #openstack-zaqar13:08
vkmcthanks kragniz :)13:08
*** JAHoagie has quit IRC13:12
*** dynarro has joined #openstack-zaqar13:47
*** exploreshaifali has quit IRC13:55
*** zhenq has joined #openstack-zaqar13:58
*** JAHoagie has joined #openstack-zaqar14:08
*** JAHoagie has quit IRC14:13
*** diga_ has joined #openstack-zaqar14:14
*** sriram has joined #openstack-zaqar14:15
*** diga_ has quit IRC14:15
*** JAHoagie has joined #openstack-zaqar14:17
*** diga_ has joined #openstack-zaqar14:17
diga_flaper87: Hi14:31
flaper87diga_: hey14:32
diga_after running zaqar-server -v14:32
diga_hi14:32
diga_it give me error - http://paste.openstack.org/show/177670/14:32
diga_check this logs14:32
flaper87diga_: sounds like mongodb is not running14:33
diga_okk14:33
diga_let me check14:33
flaper87diga_: is it running ? Did you configure zaqar with the right mongodb options?14:33
flaper87sure14:33
* flaper87 is here14:33
*** mpanetta has joined #openstack-zaqar14:33
diga_yes, not sure14:33
diga_I just followed the steps14:33
*** csoukup has joined #openstack-zaqar14:34
diga_I think its not running because I never ran it manually14:34
vkmcdiga_, can you paste your zaqar.conf file?14:36
diga_ok14:48
diga_vmkc: its a very long file, but I have done only suggested changes14:52
vkmcdiga_, it would be helpful to see it, at least the driver selection part14:55
*** amitgandhinz has joined #openstack-zaqar15:03
*** malini has joined #openstack-zaqar15:03
*** exploreshaifali has joined #openstack-zaqar15:05
flaper87diga_: are you still hitting the issue ?15:16
*** JAHoagie has quit IRC15:17
*** kgriffs|afk is now known as kgriffs15:22
*** exploreshaifali has quit IRC15:28
diga_I am installing mongodb again15:29
diga_flapper87, vmkc: Got it working15:29
diga_:)15:29
vkmccool!15:30
diga_flapper87, vmkc : Now my dev env is up & can you suggest me for starting the development in zaqar15:32
diga_?15:32
vkmcirc tip: write down the first letter of the nick you want to mention and press 'tab'... it will autocomplete the nick for you15:33
*** achanda has joined #openstack-zaqar15:33
diga_cool!15:34
diga_vmkc: thanks!15:34
*** achanda has quit IRC15:41
vkmcdiga_, so... there are several work to do15:47
vkmcdiga_, do you already have your contributor accounts?15:48
*** JAHoagie has joined #openstack-zaqar16:06
diga_vkmc: yeah16:27
diga_I am active contributor of magnum16:27
vkmcthat's great16:28
diga_can you share some part of work with me ?16:28
vkmcsure16:28
diga_vkmc: do we have zaqarclient implented or not yet ?16:29
vkmcdiga_, we do yeah16:30
vkmcdiga_, there is a lot to do in that side if you are interested16:30
diga_okay16:30
diga_vkmc: If you want, I can work on both the side, server as well as client16:31
diga_vkmc: will that be OK for you ?16:31
vkmcdiga_, this is open source :) feel free to dig in every single bit of Zaqar's code16:31
diga_:)16:31
vkmchere is a list of bugs in Zaqar's client https://bugs.launchpad.net/python-zaqarclient16:31
diga_ok16:32
vkmcI'd avise you break the ice with the code by fixing some of them16:32
vkmcand then you could start working on feature development16:32
diga_vkmc: yes, agreed16:33
vkmcdiga_, also, you can check out the bugs server side in here https://bugs.launchpad.net/zaqar16:33
diga_vkmc: sure16:35
*** openstackgerrit has quit IRC16:36
*** openstackgerrit has joined #openstack-zaqar16:36
*** dynarro has quit IRC16:37
*** amalagon has quit IRC16:38
*** dynarro has joined #openstack-zaqar16:40
*** dynarro has quit IRC17:04
*** exploreshaifali has joined #openstack-zaqar17:12
*** diga_ has quit IRC17:51
*** AAzza_afk has joined #openstack-zaqar17:58
*** AAzza has quit IRC18:00
*** AAzzal has joined #openstack-zaqar18:00
*** AAzzal is now known as AAzza18:01
*** AAzza_afk has quit IRC18:04
*** kgriffs is now known as kgriffs|afk18:07
*** achanda has joined #openstack-zaqar18:31
*** exploreshaifali has quit IRC18:55
*** achanda has quit IRC19:11
*** kgriffs|afk is now known as kgriffs19:21
*** achanda has joined #openstack-zaqar19:34
*** ametts has joined #openstack-zaqar19:38
*** flwang1 has joined #openstack-zaqar19:52
*** exploreshaifali has joined #openstack-zaqar19:54
*** kgriffs is now known as kgriffs|afk20:11
*** kgriffs|afk is now known as kgriffs20:20
*** achanda has quit IRC20:28
*** achanda has joined #openstack-zaqar20:32
*** malini has quit IRC21:00
*** kgriffs is now known as kgriffs|afk21:03
*** achanda has quit IRC21:06
*** kgriffs|afk is now known as kgriffs21:07
*** achanda has joined #openstack-zaqar21:24
*** achanda has quit IRC21:40
*** achanda has joined #openstack-zaqar21:46
*** openstackstatus has joined #openstack-zaqar22:15
*** ChanServ sets mode: +v openstackstatus22:15
*** mpanetta has quit IRC22:45
*** exploreshaifali has quit IRC22:47
*** kgriffs is now known as kgriffs|afk23:06
*** kgriffs|afk is now known as kgriffs23:07
*** flwang1 has quit IRC23:13
*** kgriffs is now known as kgriffs|afk23:16
*** kgriffs|afk is now known as kgriffs23:20
*** amitgandhinz has quit IRC23:41
*** csoukup has quit IRC23:47
*** sriram has quit IRC23:48

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