*** Piet has joined #storyboard | 00:45 | |
*** MaxV has quit IRC | 00:50 | |
*** Piet has quit IRC | 01:03 | |
*** reed has quit IRC | 01:21 | |
*** MaxV has joined #storyboard | 01:51 | |
*** MaxV has quit IRC | 01:55 | |
*** Piet has joined #storyboard | 03:24 | |
*** MaxV has joined #storyboard | 04:40 | |
*** MaxV has quit IRC | 04:44 | |
*** MaxV has joined #storyboard | 04:50 | |
*** MaxV has quit IRC | 04:55 | |
*** alexismonville has joined #storyboard | 06:29 | |
*** alexismonville has quit IRC | 06:48 | |
*** alexismonville has joined #storyboard | 06:54 | |
*** alexismonville has quit IRC | 07:09 | |
*** jtomasek has joined #storyboard | 07:28 | |
*** k4n0 has joined #storyboard | 07:44 | |
*** jcoufal has joined #storyboard | 07:46 | |
*** cody-somerville has quit IRC | 07:49 | |
*** cody-somerville has joined #storyboard | 07:52 | |
*** mrmartin has joined #storyboard | 08:31 | |
*** jedimike has joined #storyboard | 08:32 | |
*** jcoufal has quit IRC | 08:42 | |
*** jcoufal has joined #storyboard | 08:43 | |
*** MaxV has joined #storyboard | 08:52 | |
*** jcoufal has quit IRC | 09:01 | |
*** jcoufal has joined #storyboard | 09:01 | |
*** ssam2 has joined #storyboard | 09:15 | |
*** mrmartin has quit IRC | 09:30 | |
*** CTtpollard has joined #storyboard | 09:58 | |
*** jang2 has quit IRC | 10:31 | |
*** jang1 has joined #storyboard | 10:36 | |
*** jang1 has quit IRC | 10:38 | |
*** rcarrill` is now known as rcarrillocruz | 11:52 | |
*** jang1 has joined #storyboard | 12:07 | |
*** jang1 has quit IRC | 12:08 | |
*** reed has joined #storyboard | 12:09 | |
*** reed has quit IRC | 12:16 | |
*** alexismonville has joined #storyboard | 12:46 | |
*** jedimike has quit IRC | 12:59 | |
*** jedimike has joined #storyboard | 13:01 | |
*** alexismonville has quit IRC | 13:02 | |
*** jcoufal_ has joined #storyboard | 13:09 | |
rcarrillocruz | hey folks | 13:10 |
---|---|---|
rcarrillocruz | there's some bit on notification internals i'm missing | 13:10 |
rcarrillocruz | if I run this on my SB dev machine: | 13:10 |
rcarrillocruz | "sudo rabbitmqctl list_exchanges" | 13:11 |
rcarrillocruz | i do see a topic exchange named 'storyboard' | 13:11 |
rcarrillocruz | however, I don't have any queues , i.e. 'sudo rabbitmqctl list_queues' shows nothing | 13:11 |
rcarrillocruz | i was expecting a 'storyboard' queue or something... | 13:11 |
*** jcoufal has quit IRC | 13:12 | |
CTtpollard | I don't have any info on rabbit sorry rcarrillocruz, I don't use the vagrant vm | 13:13 |
rcarrillocruz | CTtpollard: me neither, i just spinned a vm and installed dependencies | 13:59 |
rcarrillocruz | do you have a queue listed with that command tho? | 14:00 |
CTtpollard | what instruction set are you following? | 14:02 |
openstackgerrit | Merged openstack-infra/storyboard: Converted application to use utcnow() https://review.openstack.org/140148 | 14:04 |
rcarrillocruz | http://ci.openstack.org/storyboard/install/development.html | 14:05 |
rcarrillocruz | all that is inthere, except that i don't use vagrant to bring up the dev vm, i just spinned manually | 14:07 |
rcarrillocruz | i enabled all notifications options i saw on storyboard.conf | 14:07 |
rcarrillocruz | and yes, i see an exchange, but no i don't see a queue named storyboard_events | 14:07 |
rcarrillocruz | at least rabbitmqctl is not listing it... | 14:07 |
*** mrmartin has joined #storyboard | 14:08 | |
*** Piet has quit IRC | 14:08 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: First task tracks story title. https://review.openstack.org/140108 | 14:10 |
CTtpollard | rcarrillocruz, sorry I've only followed that from installing API server | 14:16 |
*** miqui_ has joined #storyboard | 14:21 | |
*** ssam2 has quit IRC | 14:33 | |
*** mattfarina has joined #storyboard | 14:38 | |
*** mrmartin has quit IRC | 14:40 | |
*** mrmartin has joined #storyboard | 14:44 | |
*** ssam2 has joined #storyboard | 14:45 | |
krotscheck | rcarrillocruz: The exchange is established to support consumption clients, however a queue is not established until the worker threads are started. | 15:35 |
krotscheck | rcarrillocruz: The reason is that we don’t want a queue to fill up with lots of messages until we know that there’s someone out there to consume them. | 15:35 |
krotscheck | rcarrillocruz: To see the system in action, run storyboard-worker-daemon in your venv | 15:36 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/python-storyboardclient: Addind apiclient from oslo incubator https://review.openstack.org/138091 | 15:45 |
*** MaxV has quit IRC | 15:48 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/python-storyboardclient: Adding apiclient from oslo incubator https://review.openstack.org/138091 | 15:53 |
*** MaxV has joined #storyboard | 16:00 | |
rcarrillocruz | krotscheck: cool, i was running a snippet of pika code to pull events in the meantime , that's better :-) | 16:03 |
rcarrillocruz | thx | 16:03 |
openstackgerrit | Merged openstack-infra/python-storyboardclient: Adding apiclient from oslo incubator https://review.openstack.org/138091 | 16:04 |
rcarrillocruz | (streaming-api)ubuntu@storyboard:~/storyboard/storyboard$ sudo rabbitmqctl list_queues | 16:04 |
rcarrillocruz | Listing queues ... | 16:04 |
rcarrillocruz | storyboard_events 0 | 16:04 |
rcarrillocruz | weeee | 16:04 |
krotscheck | rcarrillocruz: There ya go :) | 16:04 |
*** jcoufal_ has quit IRC | 16:14 | |
*** reed has joined #storyboard | 17:10 | |
*** wdutch has quit IRC | 17:13 | |
*** jang1 has joined #storyboard | 17:19 | |
*** Piet has joined #storyboard | 17:20 | |
*** alexismonville has joined #storyboard | 17:39 | |
*** MaxV has quit IRC | 18:06 | |
*** jcoufal has joined #storyboard | 18:32 | |
*** Piet has quit IRC | 18:38 | |
*** ssam2 has quit IRC | 19:03 | |
*** SotK has quit IRC | 19:16 | |
*** petefoth1 has quit IRC | 19:16 | |
*** paulsher1ood has quit IRC | 19:16 | |
*** ridgerunner has quit IRC | 19:16 | |
*** alexismonville has quit IRC | 19:44 | |
*** cody-somerville has quit IRC | 20:06 | |
*** cody-somerville has joined #storyboard | 20:21 | |
*** Piet has joined #storyboard | 20:41 | |
*** reed has quit IRC | 20:52 | |
*** mrmartin has quit IRC | 21:03 | |
*** alexismonville has joined #storyboard | 21:38 | |
*** alexismonville has quit IRC | 21:42 | |
*** MaxV has joined #storyboard | 21:59 | |
*** reed has joined #storyboard | 22:14 | |
*** mattfarina has quit IRC | 22:17 | |
*** Piet has quit IRC | 22:29 | |
*** jcoufal has quit IRC | 23:02 | |
*** jedimike has quit IRC | 23:27 | |
*** MaxV has quit IRC | 23:45 | |
*** MaxV has joined #storyboard | 23:45 | |
*** MaxV has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!