| *** malini is now known as malini_afk | 01:37 | |
| *** amitgandhi has quit IRC | 02:01 | |
| *** oz_akan_ has joined #openstack-marconi | 02:06 | |
| *** amitgandhi has joined #openstack-marconi | 02:08 | |
| *** amitgandhi has quit IRC | 03:10 | |
| *** amit has joined #openstack-marconi | 03:11 | |
| *** amit is now known as Guest24698 | 03:12 | |
| *** Guest24698 has quit IRC | 03:16 | |
| *** ayoung-zzz is now known as ayoung-zzzZZ | 03:23 | |
| *** oz_akan_ has quit IRC | 03:50 | |
| *** vkmc has joined #openstack-marconi | 03:50 | |
| *** oz_akan_ has joined #openstack-marconi | 03:51 | |
| *** oz_akan_ has quit IRC | 03:55 | |
| *** amitgandhi has joined #openstack-marconi | 04:12 | |
| *** prashanthr_ has joined #openstack-marconi | 04:15 | |
| *** vkmc has quit IRC | 04:33 | |
| *** amitgandhi has quit IRC | 04:37 | |
| *** amitgandhi has joined #openstack-marconi | 05:12 | |
| *** chandan_kumar has joined #openstack-marconi | 05:14 | |
| *** amitgandhi has quit IRC | 05:26 | |
| *** amitgandhi has joined #openstack-marconi | 05:53 | |
| *** saikrishna has joined #openstack-marconi | 06:11 | |
| *** chandan_kumar has quit IRC | 06:34 | |
| saikrishna | Hi, I am trying to "Running a local Marconi server with MongoDB(https://github.com/openstack/marconi)" I am able to succesfully do the first 6 steps. | 07:04 |
|---|---|---|
| saikrishna | after running marconi-server -v and ps aux |grep "marconi" does not show marconi service "Running" | 07:04 |
| saikrishna | so when i run curl -i -X PUT http://127.0.0.1:8888/v1/queues/samplequeue -H"Content-type: application/json" It throws: | 07:04 |
| saikrishna | curl: (7) couldn't connect to host | 07:04 |
| saikrishna | can anyone please help me how to get marconi server running | 07:04 |
| *** AAzza has joined #openstack-marconi | 07:19 | |
| *** saikrishna has quit IRC | 07:34 | |
| *** AAzza has quit IRC | 07:38 | |
| *** amitgandhi has quit IRC | 07:57 | |
| *** AAzza has joined #openstack-marconi | 08:16 | |
| *** amitgandhi has joined #openstack-marconi | 08:24 | |
| prashanthr_ | hi saikrishna did u follow the instructions in the website | 08:25 |
| prashanthr_ | did u install mongodb ?? | 08:26 |
| prashanthr_ | you can also check the log file to see the errors | 08:27 |
| prashanthr_ | the logfile will be defaulted in the same directory as marconi or else in any other location you have changed it to | 08:28 |
| prashanthr_ | in the file marconi.log | 08:30 |
| *** flaper87|afk is now known as flaper87 | 09:17 | |
| *** amitgandhi has quit IRC | 09:30 | |
| *** amitgandhi has joined #openstack-marconi | 09:56 | |
| AAzza | flaper87: Hey :) Do you have time to discuss the project? | 11:17 |
| *** AAzza has quit IRC | 12:54 | |
| *** AAzza has joined #openstack-marconi | 13:41 | |
| *** vkmc has joined #openstack-marconi | 14:08 | |
| *** vkmc has quit IRC | 14:08 | |
| *** vkmc has joined #openstack-marconi | 14:08 | |
| *** vkmc_ has joined #openstack-marconi | 14:47 | |
| *** vkmc has quit IRC | 14:48 | |
| *** vkmc_ is now known as vkmc | 14:48 | |
| *** vkmc has joined #openstack-marconi | 14:48 | |
| *** jamieh has joined #openstack-marconi | 15:38 | |
| *** jamieh is now known as Guest4340 | 15:38 | |
| *** AnastasiosAndron has joined #openstack-marconi | 16:26 | |
| *** oz_akan_ has joined #openstack-marconi | 16:26 | |
| *** prashanthr_ has left #openstack-marconi | 16:29 | |
| *** AAzza has quit IRC | 16:29 | |
| vkmc | Hey flaper87, around? | 16:32 |
| *** AAzza has joined #openstack-marconi | 16:53 | |
| flaper87 | vkmc: yeah | 17:33 |
| flaper87 | well, 1h later | 17:34 |
| flaper87 | but yeah | 17:34 |
| vkmc | Haha its ok | 17:45 |
| vkmc | It's Sunday, so I leave you a question for tomorrow | 17:46 |
| vkmc | It's about functional tests in Marconi | 17:46 |
| vkmc | I'm not sure how those are being handled for the storage engines | 17:47 |
| flaper87 | vkmc: what do you mean? | 17:53 |
| flaper87 | vkmc: I mean, functional tests for storage have to be enabled | 17:54 |
| flaper87 | vkmc: also, the functional tests verifies that the *API* works | 17:54 |
| flaper87 | so, it runs an embedded marconi server and exercises the API | 17:54 |
| flaper87 | now, whether you're using mongo or sqlite is something different | 17:55 |
| *** Guest4340 has quit IRC | 17:55 | |
| *** oz_akan_ has quit IRC | 17:59 | |
| vkmc | Brb | 18:06 |
| *** oz_akan_ has joined #openstack-marconi | 18:29 | |
| *** oz_akan_ has quit IRC | 18:33 | |
| vkmc | I understand :) | 18:46 |
| vkmc | I got confused, thanks for clearing that out | 18:49 |
| vkmc | I was trying to figure out which tests I should provide for the storage driver implementation | 18:50 |
| *** AAzza has quit IRC | 18:53 | |
| *** AAzza has joined #openstack-marconi | 18:58 | |
| *** saikrishna has joined #openstack-marconi | 19:00 | |
| saikrishna | Hi I did some code change in marconi source code. and unable to check whether the code change got reflected or not? http://paste.openstack.org/show/73613/ Please find detail of change in the link. | 19:01 |
| saikrishna | Please let me know how do i make a code change and test the same | 19:01 |
| *** AAzza has quit IRC | 19:19 | |
| *** saikrishna has quit IRC | 19:36 | |
| *** AAzza has joined #openstack-marconi | 19:37 | |
| *** jamieh has joined #openstack-marconi | 19:52 | |
| *** jamieh is now known as Guest47530 | 19:53 | |
| *** oz_akan_ has joined #openstack-marconi | 20:28 | |
| *** oz_akan_ has quit IRC | 20:32 | |
| *** mwagner_lap has joined #openstack-marconi | 20:35 | |
| *** AAzza has quit IRC | 21:20 | |
| *** Guest47530 has quit IRC | 21:21 | |
| *** AnastasiosAndron has quit IRC | 21:42 | |
| *** oz_akan_ has joined #openstack-marconi | 22:29 | |
| *** oz_akan_ has quit IRC | 22:34 | |
| *** vkmc has quit IRC | 22:41 | |
| *** haomaiw__ has quit IRC | 22:43 | |
| *** wirehead_ has quit IRC | 22:43 | |
| *** whenry has quit IRC | 22:43 | |
| *** tmu_ has quit IRC | 22:43 | |
| *** rektide_ has quit IRC | 22:43 | |
| *** dragondm has quit IRC | 22:43 | |
| *** amitgandhi has quit IRC | 22:43 | |
| *** sebasmagri has quit IRC | 22:43 | |
| *** jay-atl has quit IRC | 22:43 | |
| *** openstackgerrit has quit IRC | 22:43 | |
| *** flaper87 has quit IRC | 22:43 | |
| *** jraim has quit IRC | 22:43 | |
| *** Alex_Gaynor has quit IRC | 22:43 | |
| *** seiflotfy has quit IRC | 22:43 | |
| *** lakspace has quit IRC | 22:43 | |
| *** westmaas has quit IRC | 22:43 | |
| *** jburkhart has quit IRC | 22:43 | |
| *** torgomatic has quit IRC | 22:43 | |
| *** zyuan has quit IRC | 22:43 | |
| *** fvollero has quit IRC | 22:43 | |
| *** russellb has quit IRC | 22:43 | |
| *** metral has quit IRC | 22:43 | |
| *** VeggieMeat has quit IRC | 22:43 | |
| *** ChanServ has quit IRC | 22:43 | |
| *** flwang has quit IRC | 22:43 | |
| *** russell_h has quit IRC | 22:43 | |
| *** ayoung-zzzZZ has quit IRC | 22:43 | |
| *** christophk_ has quit IRC | 22:43 | |
| *** ekarlso has quit IRC | 22:43 | |
| *** megan_w has quit IRC | 22:43 | |
| *** malini_afk has quit IRC | 22:43 | |
| *** pquerna has quit IRC | 22:43 | |
| *** kgriffs_afk has quit IRC | 22:43 | |
| *** apmelton1 has quit IRC | 22:43 | |
| *** amitgandhi has joined #openstack-marconi | 22:45 | |
| *** sebasmagri has joined #openstack-marconi | 22:45 | |
| *** openstackgerrit has joined #openstack-marconi | 22:45 | |
| *** flwang has joined #openstack-marconi | 22:45 | |
| *** jraim has joined #openstack-marconi | 22:45 | |
| *** Alex_Gaynor has joined #openstack-marconi | 22:45 | |
| *** seiflotfy has joined #openstack-marconi | 22:45 | |
| *** tmu_ has joined #openstack-marconi | 22:45 | |
| *** haomaiw__ has joined #openstack-marconi | 22:45 | |
| *** wirehead_ has joined #openstack-marconi | 22:45 | |
| *** whenry has joined #openstack-marconi | 22:45 | |
| *** rektide_ has joined #openstack-marconi | 22:45 | |
| *** malini_afk has joined #openstack-marconi | 22:45 | |
| *** russell_h has joined #openstack-marconi | 22:45 | |
| *** ayoung-zzzZZ has joined #openstack-marconi | 22:45 | |
| *** dragondm has joined #openstack-marconi | 22:45 | |
| *** russellb has joined #openstack-marconi | 22:45 | |
| *** metral has joined #openstack-marconi | 22:45 | |
| *** VeggieMeat has joined #openstack-marconi | 22:45 | |
| *** jay-atl has joined #openstack-marconi | 22:45 | |
| *** flaper87 has joined #openstack-marconi | 22:45 | |
| *** christophk_ has joined #openstack-marconi | 22:45 | |
| *** ekarlso has joined #openstack-marconi | 22:45 | |
| *** lakspace has joined #openstack-marconi | 22:45 | |
| *** westmaas has joined #openstack-marconi | 22:45 | |
| *** jburkhart has joined #openstack-marconi | 22:45 | |
| *** megan_w has joined #openstack-marconi | 22:45 | |
| *** pquerna has joined #openstack-marconi | 22:45 | |
| *** kgriffs_afk has joined #openstack-marconi | 22:45 | |
| *** torgomatic has joined #openstack-marconi | 22:45 | |
| *** zyuan has joined #openstack-marconi | 22:45 | |
| *** fvollero has joined #openstack-marconi | 22:45 | |
| *** apmelton1 has joined #openstack-marconi | 22:45 | |
| *** ChanServ has joined #openstack-marconi | 22:45 | |
| *** dickson.freenode.net sets mode: +ooo flaper87 kgriffs_afk ChanServ | 22:45 | |
| *** flaper87 is now known as flaper87|afk | 22:45 | |
| *** oz_akan_ has joined #openstack-marconi | 22:56 | |
| *** fifieldt has joined #openstack-marconi | 23:16 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!