openstackgerrit | Merged openstack/searchlight: Disable index refresh during data re-sync https://review.openstack.org/301996 | 00:24 |
---|---|---|
*** RickA-HP has quit IRC | 00:53 | |
openstackgerrit | Li Yingjun proposed openstack/searchlight: Use delete_index instead of alias_listener_update https://review.openstack.org/298570 | 01:07 |
*** bpokorny has quit IRC | 01:12 | |
*** lei-zh has joined #openstack-searchlight | 01:12 | |
*** bpokorny has joined #openstack-searchlight | 02:33 | |
*** bpokorny has quit IRC | 02:57 | |
*** akanksha_ has joined #openstack-searchlight | 03:23 | |
openstackgerrit | Tin Lam proposed openstack/searchlight: Breaking up utils.py https://review.openstack.org/299117 | 04:00 |
openstackgerrit | Li Yingjun proposed openstack/searchlight: Hypervisor plugin https://review.openstack.org/297586 | 06:11 |
*** akanksha_ has quit IRC | 06:17 | |
*** khushbu_ has joined #openstack-searchlight | 07:23 | |
*** khushbu_ has quit IRC | 08:46 | |
*** khushbu has joined #openstack-searchlight | 08:58 | |
*** TravT has quit IRC | 09:01 | |
*** TravT has joined #openstack-searchlight | 09:02 | |
*** khushbu has quit IRC | 09:06 | |
*** khushbu has joined #openstack-searchlight | 09:07 | |
*** lei-zh has quit IRC | 09:12 | |
*** khushbu__ has joined #openstack-searchlight | 09:15 | |
*** khushbu has quit IRC | 09:15 | |
*** openstackgerrit has quit IRC | 09:17 | |
*** openstackgerrit has joined #openstack-searchlight | 09:18 | |
*** khushbu__ has quit IRC | 09:26 | |
*** shu-mutou is now known as shu-mutou-AFK | 09:35 | |
*** openstackstatus has quit IRC | 09:57 | |
*** openstack has joined #openstack-searchlight | 10:02 | |
*** khushbu has joined #openstack-searchlight | 10:50 | |
*** khushbu has quit IRC | 10:57 | |
*** openstack has quit IRC | 12:04 | |
*** openstack has joined #openstack-searchlight | 12:08 | |
*** khushbu has joined #openstack-searchlight | 13:45 | |
*** khushbu has quit IRC | 13:55 | |
*** khushbu has joined #openstack-searchlight | 14:04 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:18 | |
*** khushbu has quit IRC | 14:24 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 14:29 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:30 | |
openstackgerrit | Steve McLellan proposed openstack/searchlight: Remove port.create.end handler from nova https://review.openstack.org/302918 | 14:53 |
tsufiev | morning! | 15:16 |
tsufiev | finally I tried SearchLight in a devstack | 15:16 |
sjmc7 | hey tsufiev | 15:16 |
tsufiev | works for me :) | 15:16 |
tsufiev | sjmc7, hi! | 15:16 |
sjmc7 | that’s reassuring :) | 15:16 |
tsufiev | did I understand correctrly that not every type of entities are indexed? | 15:17 |
sjmc7 | yeah | 15:17 |
tsufiev | like Instances or Volumes | 15:17 |
sjmc7 | we’re improving it bit by bit | 15:17 |
sjmc7 | those should be | 15:17 |
*** khushbu has joined #openstack-searchlight | 15:17 | |
tsufiev | hm... | 15:17 |
tsufiev | right now I see only Images, Network entities and that's all | 15:17 |
tsufiev | somehow neither Volumes, nor Instances I've just created are not shown in Search table | 15:17 |
*** openstackgerrit has quit IRC | 15:18 | |
sjmc7 | the notifications may not be set up right | 15:18 |
tsufiev | how can I check that? | 15:18 |
sjmc7 | sudo rabbitmqctl list_queues | 15:18 |
sjmc7 | you’ll probably see searchlight_indexer.info with a number next to it | 15:18 |
*** openstackgerrit has joined #openstack-searchlight | 15:19 | |
tsufiev | searchlight_indexer.info0 | 15:19 |
tsufiev | yeah, seems so | 15:20 |
sjmc7 | ok | 15:20 |
sjmc7 | if you take a look at https://github.com/openstack/searchlight/blob/master/devstack/local.conf#L142 | 15:20 |
sjmc7 | you’ll need that post-config section for the services you have; it makes them send notifications to the searchlight_indexer queue | 15:20 |
tsufiev | oh, I thought that's purely optional section :) | 15:20 |
sjmc7 | sadly not | 15:20 |
sjmc7 | we used to use the default queue | 15:20 |
sjmc7 | but we got in fights with ceilometer | 15:21 |
tsufiev | okay, guess it would be easier to redeploy devstack with fixed config, true? | 15:21 |
*** itisha has joined #openstack-searchlight | 15:21 | |
sjmc7 | probably, but you can also add the notification_topics and notification_driver lines in each config and restart the api processes in screen | 15:21 |
sjmc7 | n-api, q-svc, c-api, g-api | 15:21 |
sjmc7 | it’s easier to do a restack i guess | 15:22 |
sjmc7 | the ‘rpc_backend’ options are not strictly needed | 15:22 |
tsufiev | sjmc7, thanks, got it. Will do and report back the results | 15:22 |
sjmc7 | and ‘notify_on_state_change’ is only for nova | 15:22 |
sjmc7 | cool, let us know | 15:22 |
*** itisha has quit IRC | 15:31 | |
*** itisha has joined #openstack-searchlight | 15:33 | |
*** bpokorny has joined #openstack-searchlight | 15:48 | |
*** lakshmiS has joined #openstack-searchlight | 16:10 | |
*** preetika has joined #openstack-searchlight | 16:24 | |
*** khushbu has quit IRC | 16:44 | |
*** bpokorny has quit IRC | 16:53 | |
*** bpokorny has joined #openstack-searchlight | 17:16 | |
TravT | sjmc7: was this one something we talked about as backport potential? | 17:29 |
TravT | https://review.openstack.org/#/c/302918/ | 17:29 |
sjmc7 | yeah | 17:29 |
TravT | ok, i'm working through review queue on related UI and service items and will look at that next | 17:30 |
*** lakshmiS has quit IRC | 17:31 | |
*** lakshmiS has joined #openstack-searchlight | 17:40 | |
openstackgerrit | Merged openstack/searchlight: Breaking up utils.py https://review.openstack.org/299117 | 17:41 |
*** lakshmiS_ has joined #openstack-searchlight | 17:41 | |
*** lakshmiS has quit IRC | 17:45 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:55 | |
*** RickA-HP has joined #openstack-searchlight | 18:07 | |
tsufiev | sjmc7, just redeployed devstack, that helped! Volumes and Instances are now appearing | 18:12 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:12 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:35 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:35 | |
sjmc7 | tsufiev: great, glad it worked | 18:46 |
sjmc7 | hey TravT - https://github.com/openstack/searchlight-ui/blob/master/tools/gate/integration/pre_test_hook.sh#L14 :) | 18:54 |
*** bpokorny_ has joined #openstack-searchlight | 18:57 | |
*** preetika has quit IRC | 18:57 | |
*** bpokorny_ has quit IRC | 18:57 | |
*** bpokorny_ has joined #openstack-searchlight | 18:58 | |
openstackgerrit | Graham Hayes proposed openstack/searchlight-ui: Correct git URL https://review.openstack.org/304818 | 18:59 |
*** bpokorny has quit IRC | 19:01 | |
TravT | nice | 19:02 |
openstackgerrit | Merged openstack/searchlight-ui: Correct git URL https://review.openstack.org/304818 | 19:13 |
*** bpokorny_ has quit IRC | 19:16 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:50 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:05 | |
*** bpokorny has joined #openstack-searchlight | 20:39 | |
*** bpokorny_ has joined #openstack-searchlight | 21:00 | |
*** bpokorny has quit IRC | 21:03 | |
openstackgerrit | Rick Aulino proposed openstack/searchlight: Reenable multiple elasticsearch indices https://review.openstack.org/304878 | 21:33 |
*** bpokorny_ has quit IRC | 21:44 | |
*** bpokorny has joined #openstack-searchlight | 21:44 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:23 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 22:24 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:34 | |
*** itisha has quit IRC | 23:29 | |
*** lakshmiS_ has quit IRC | 23:40 | |
*** lakshmiS has joined #openstack-searchlight | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!