*** RobLevas has quit IRC | 00:41 | |
*** shakamunyi has quit IRC | 00:52 | |
*** bandarji has quit IRC | 01:06 | |
*** RobLevas has joined #openstack-sahara | 01:13 | |
*** RobLevas has quit IRC | 01:20 | |
*** bradd1 has joined #openstack-sahara | 02:12 | |
*** ViswaV has joined #openstack-sahara | 02:56 | |
*** ViswaV_ has joined #openstack-sahara | 02:57 | |
*** ViswaV has quit IRC | 03:01 | |
*** RobLevas has joined #openstack-sahara | 03:01 | |
*** ghenriks has quit IRC | 03:21 | |
*** ViswaV_ has quit IRC | 03:23 | |
*** ViswaV has joined #openstack-sahara | 03:49 | |
*** akuznetsov has joined #openstack-sahara | 03:52 | |
*** zhiyan_ is now known as zhiyan | 03:55 | |
*** ViswaV has quit IRC | 04:08 | |
*** RobLevas has quit IRC | 04:21 | |
*** akuznetsov has quit IRC | 04:27 | |
*** ViswaV has joined #openstack-sahara | 04:34 | |
*** akuznetsov has joined #openstack-sahara | 04:35 | |
*** ViswaV has quit IRC | 04:53 | |
*** tnovacik has joined #openstack-sahara | 05:02 | |
*** shakamunyi has joined #openstack-sahara | 05:07 | |
*** shakamunyi has quit IRC | 05:12 | |
*** shakamunyi has joined #openstack-sahara | 05:13 | |
*** RobLevas has joined #openstack-sahara | 05:21 | |
*** RobLevas has quit IRC | 05:29 | |
*** akuznetsov has quit IRC | 05:39 | |
*** Longgeek has joined #openstack-sahara | 06:08 | |
*** zhiyan is now known as zhiyan_ | 06:13 | |
*** zhiyan_ is now known as zhiyan | 06:14 | |
*** akuznetsov has joined #openstack-sahara | 06:20 | |
*** akuznetsov has quit IRC | 06:22 | |
*** akuznetsov has joined #openstack-sahara | 06:27 | |
*** akuznetsov has quit IRC | 06:33 | |
*** akuznetsov has joined #openstack-sahara | 06:54 | |
*** akuznetsov has quit IRC | 06:57 | |
*** openstackgerrit has quit IRC | 07:07 | |
*** RobLevas has joined #openstack-sahara | 07:26 | |
*** RobLevas has quit IRC | 07:31 | |
*** skolekonov has joined #openstack-sahara | 07:36 | |
*** julienvey has joined #openstack-sahara | 08:07 | |
*** witlessb has joined #openstack-sahara | 08:07 | |
*** jpich has joined #openstack-sahara | 08:14 | |
*** shakamunyi has quit IRC | 08:15 | |
*** shakamunyi has joined #openstack-sahara | 08:15 | |
*** shakamunyi has quit IRC | 08:20 | |
*** akuznetsov has joined #openstack-sahara | 08:23 | |
*** RobLevas has joined #openstack-sahara | 08:29 | |
*** Longgeek has quit IRC | 08:34 | |
*** Longgeek has joined #openstack-sahara | 08:34 | |
*** RobLevas has quit IRC | 08:34 | |
*** RobLevas has joined #openstack-sahara | 09:10 | |
*** IvanBerezovskiy has joined #openstack-sahara | 09:10 | |
*** shakamunyi has joined #openstack-sahara | 09:16 | |
*** akuznetsov has quit IRC | 09:19 | |
*** shakamunyi has quit IRC | 09:20 | |
*** akuznetsov has joined #openstack-sahara | 09:31 | |
*** tosky has joined #openstack-sahara | 09:44 | |
*** shakamunyi has joined #openstack-sahara | 10:09 | |
*** shakamunyi has quit IRC | 10:13 | |
*** RobLevas has quit IRC | 10:30 | |
*** akuznetsov has quit IRC | 10:59 | |
*** akuznetsov has joined #openstack-sahara | 11:00 | |
*** RobLevas has joined #openstack-sahara | 11:06 | |
*** shakamunyi has joined #openstack-sahara | 11:10 | |
*** shakamunyi has quit IRC | 11:14 | |
*** RobLevas has quit IRC | 12:08 | |
*** shakamunyi has joined #openstack-sahara | 12:10 | |
*** shakamunyi has quit IRC | 12:15 | |
*** openstackgerrit has joined #openstack-sahara | 12:26 | |
*** RobLevas has joined #openstack-sahara | 12:36 | |
*** shakamunyi has joined #openstack-sahara | 12:37 | |
*** shakamunyi has quit IRC | 12:38 | |
*** shakamunyi has joined #openstack-sahara | 12:39 | |
*** shakamunyi has quit IRC | 12:43 | |
*** _crobertsrh is now known as crobertsrh | 13:01 | |
*** miqui has joined #openstack-sahara | 13:11 | |
*** _elmiko is now known as elmiko | 13:13 | |
*** shakamunyi has joined #openstack-sahara | 13:40 | |
*** shakamunyi has quit IRC | 13:44 | |
*** julienvey has quit IRC | 13:54 | |
RobLevas | SergeyLukjanov, dmitryme: I am having an issue with DevStack and communicating with cluster instances via the HDP plugin... any time for a few questions? | 13:56 |
---|---|---|
dmitryme | RobLevas: yep, what is wrong? | 13:59 |
RobLevas | dmitryme: awesome... we seem to have an issue where at some point after the cluster is up and the plugin has performed some steps to install hadoop and other services we fail to connect via HTTP from the plugin to one of the nodes.... | 14:00 |
RobLevas | dmitryme: however if we edit the code in adapter.py to force the DEFAULT_RETRIES value to be 20 instead of 0, it tends to work better. | 14:01 |
*** sballe has joined #openstack-sahara | 14:01 | |
*** _mattf is now known as mattf | 14:02 | |
RobLevas | dmitryme: oops.. adapters.py, not adapter.py | 14:02 |
RobLevas | dmitryme: it seems like this isnt the correct issue, since all works fine in OpenStack, so I must have a bad configuration somewhere, right? If so, do you know where I should look? | 14:03 |
dmitryme | RobLevas: sorry, no idea. Neutron is really complex and, I’d say bugged thing. You can try and use stable/icehouse branch of OpenStack components in DevStack. It can help. | 14:05 |
RobLevas | dmitryme: thanks.. I will see if that is an option, but I think we are gearing up to test for Juno | 14:06 |
RobLevas | BTW, this is the error: sahara.service.ops ConnectionError: HTTPConnectionPool(host='172.21.194.28', port=8080): Max retries exceeded with url: /api/v1/clusters/test/requests/1/tasks?fields=Tasks/status (Caused by <class 'httplib.BadStatusLine'>: '') | 14:07 |
elmiko | RobLevas: i had a thought last night, not sure how it pertains to the max retries, but do you have a security policy that allows all ingress traffic to the cluster? | 14:08 |
RobLevas | elmiko: I am not sure... but traffic does flow to the cluster. | 14:09 |
RobLevas | elmiko: would this be via iptable? | 14:10 |
dmitryme | Our CI runs on DevStack, but as for dev testing, we do it on Icehouse lab | 14:10 |
elmiko | RobLevas: it would be in openstack | 14:11 |
RobLevas | dmitryme: hmm.. we never seem to have this issue with CI, so maybe it is a version thing. | 14:12 |
RobLevas | elmiko: I will have to look at the config | 14:12 |
elmiko | RobLevas: you could use `$ nova secgroup-list-rules` to see what security rules are in place | 14:13 |
*** shakamunyi has joined #openstack-sahara | 14:13 | |
dmitryme | RobLevas: yep, didn’t see it on CI yet, but keep in mind that we update CI DevStack once in a week or two. So it could be that CI doesn’t yet have commit which breaks Neutron | 14:15 |
RobLevas | dmitryme: I think this issue is older than a week | 14:16 |
elmiko | RobLevas: http://paste.openstack.org/show/84996/ is a command to open all ports, if you want to try it out. i would only recommend this on devstack, it is not intended for production. | 14:16 |
RobLevas | elmiko: I get an error... error: too few arguments | 14:16 |
RobLevas | elmiko: that error was for the nova segroup-list-rules command | 14:17 |
elmiko | RobLevas: you probably need to specify the tenant, and maybe another detail | 14:17 |
RobLevas | elmiko: oh... I will play with it, thanks | 14:18 |
elmiko | oh, and the security group | 14:18 |
RobLevas | oh | 14:21 |
elmiko | RobLevas: it might be easier to use the dashboard, but if you look in your project tab, under "Access & Security" you can see all the security groups. they contain the rules for allowing ingress/egress traffic. i had an issue once where my ambari server needed a port opened there to communicate. might be unrelated to your issue, but i thought about it last night after we talked. | 14:23 |
elmiko | and it only happened for me on devstack because of the default rules | 14:23 |
RobLevas | elmiko: well the plugin can communicate with Ambari for a while... then it stops... after the hadoop services are installed. | 14:24 |
elmiko | RobLevas: ahh, maybe unrelated then. just a thought. | 14:24 |
RobLevas | elmiko: good thought though. :) | 14:24 |
RobLevas | elmiko: my security rules look good. | 14:29 |
elmiko | RobLevas: cool, you know, you gotta check all the details :) | 14:30 |
RobLevas | elmiko: Yup, sometimes it really isn't plugged in. :) | 14:30 |
dmitryme | RobLevas: just checked, our CI is 6 days old. Can’t say what can be different with your setup | 14:30 |
RobLevas | dmitryme: thanks. I will see if we can set DevStack up to install Icehouse and see if the issue is still there | 14:31 |
*** bandarji has joined #openstack-sahara | 14:32 | |
*** julienvey has joined #openstack-sahara | 14:36 | |
*** shakamunyi has quit IRC | 14:57 | |
*** sballe has quit IRC | 15:00 | |
*** rhodgin has joined #openstack-sahara | 15:14 | |
*** skolekonov has quit IRC | 15:22 | |
*** Longgeek has quit IRC | 15:40 | |
*** Longgeek has joined #openstack-sahara | 15:41 | |
*** Longgeek has quit IRC | 15:45 | |
*** tosky has quit IRC | 15:45 | |
*** mattf is now known as _mattf | 15:47 | |
*** Longgeek has joined #openstack-sahara | 15:52 | |
*** shakamunyi has joined #openstack-sahara | 15:59 | |
*** sballe has joined #openstack-sahara | 16:01 | |
*** IvanBerezovskiy has left #openstack-sahara | 16:03 | |
*** akuznetsov has quit IRC | 16:11 | |
*** akuznetsov has joined #openstack-sahara | 16:13 | |
*** ViswaV has joined #openstack-sahara | 16:13 | |
*** ViswaV_ has joined #openstack-sahara | 16:14 | |
*** akuznetsov has quit IRC | 16:17 | |
*** ViswaV has quit IRC | 16:18 | |
*** akuznetsov has joined #openstack-sahara | 16:19 | |
*** julienvey has quit IRC | 16:30 | |
*** tosky has joined #openstack-sahara | 16:30 | |
*** zhiyan is now known as zhiyan_ | 16:32 | |
*** jpich has quit IRC | 16:35 | |
*** ViswaV has joined #openstack-sahara | 17:14 | |
*** ViswaV_ has quit IRC | 17:14 | |
*** shakamunyi has quit IRC | 17:41 | |
*** alazarev has joined #openstack-sahara | 17:53 | |
SergeyLukjanov | folks, meeting in 5 mins | 17:56 |
Longgeek | SergeyLukjanov: recheck sahara-ci, the same problem https://review.openstack.org/#/c/102335/ https://review.openstack.org/#/c/101480/ | 17:57 |
SergeyLukjanov | Longgeek, okay, thanks for noting, I'll ask ci maintainer to check it tomorrow | 17:58 |
Longgeek | SergeyLukjanov: ok | 17:59 |
SergeyLukjanov | Longgeek, sorry about that | 17:59 |
Longgeek | SergeyLukjanov: Never mind, I just wanted to let you know | 18:00 |
*** shakamunyi has joined #openstack-sahara | 18:05 | |
*** ylobankov has joined #openstack-sahara | 18:06 | |
*** shakamunyi has quit IRC | 18:15 | |
*** _mattf is now known as mattf | 18:19 | |
*** openstackgerrit has quit IRC | 18:20 | |
*** alazarev has quit IRC | 18:34 | |
*** alazarev has joined #openstack-sahara | 18:38 | |
*** openstackgerrit has joined #openstack-sahara | 18:39 | |
*** openstackstatus has joined #openstack-sahara | 18:42 | |
*** ChanServ sets mode: +v openstackstatus | 18:42 | |
*** witlessb has quit IRC | 18:46 | |
*** ekarlso has quit IRC | 18:46 | |
*** rhodgin has quit IRC | 18:46 | |
*** miqui has quit IRC | 18:46 | |
*** RobLevas has quit IRC | 18:46 | |
*** zhiyan_ has quit IRC | 18:46 | |
*** openstackgerrit has quit IRC | 18:46 | |
*** alazarev has quit IRC | 18:46 | |
*** bradd1 has quit IRC | 18:46 | |
*** openstackgerrit has joined #openstack-sahara | 18:46 | |
*** alazarev has joined #openstack-sahara | 18:46 | |
*** rhodgin has joined #openstack-sahara | 18:46 | |
*** miqui has joined #openstack-sahara | 18:46 | |
*** RobLevas has joined #openstack-sahara | 18:46 | |
*** witlessb has joined #openstack-sahara | 18:46 | |
*** bradd1 has joined #openstack-sahara | 18:46 | |
*** zhiyan_ has joined #openstack-sahara | 18:46 | |
*** ekarlso has joined #openstack-sahara | 18:46 | |
*** venza has quit IRC | 18:48 | |
*** venza has joined #openstack-sahara | 18:48 | |
*** openstackgerrit has quit IRC | 18:51 | |
*** shakamunyi has joined #openstack-sahara | 18:51 | |
*** openstackgerrit has joined #openstack-sahara | 18:51 | |
*** witlessb has quit IRC | 18:56 | |
*** ekarlso has quit IRC | 18:56 | |
*** shakamunyi has quit IRC | 18:57 | |
*** shakamunyi has joined #openstack-sahara | 18:58 | |
*** shakamunyi has quit IRC | 18:59 | |
*** shakamunyi has joined #openstack-sahara | 19:00 | |
*** shakamunyi has quit IRC | 19:02 | |
openstackgerrit | A change was merged to openstack/sahara-dashboard: Fixed job execution status display https://review.openstack.org/102658 | 19:03 |
*** shakamunyi has joined #openstack-sahara | 19:04 | |
*** ylobankov has quit IRC | 19:05 | |
SergeyLukjanov | RobLevas, 101050 approved | 19:10 |
RobLevas | SergeyLukjanov: Great... much appreciated. :) | 19:10 |
*** tnovacik has quit IRC | 19:13 | |
*** witlessb has joined #openstack-sahara | 19:19 | |
*** ekarlso has joined #openstack-sahara | 19:19 | |
openstackgerrit | pritesh proposed a change to openstack/python-saharaclient: Remove vim editor configuration from comments https://review.openstack.org/102925 | 19:41 |
openstackgerrit | pritesh proposed a change to openstack/python-saharaclient: Remove vim editor configuration from comments https://review.openstack.org/102925 | 19:43 |
*** shakamunyi has quit IRC | 19:52 | |
*** ViswaV has quit IRC | 19:59 | |
*** Longgeek has quit IRC | 20:12 | |
*** shakamunyi has joined #openstack-sahara | 20:25 | |
*** ViswaV has joined #openstack-sahara | 20:40 | |
*** alazarev has quit IRC | 20:42 | |
*** crobertsrh is now known as _crobertsrh | 20:47 | |
*** julienvey has joined #openstack-sahara | 21:00 | |
*** tosky has quit IRC | 21:10 | |
*** julienvey has quit IRC | 21:11 | |
*** shakamunyi has quit IRC | 21:17 | |
*** shakamunyi has joined #openstack-sahara | 21:18 | |
*** tellesnobrega has quit IRC | 21:22 | |
*** tellesnobrega has joined #openstack-sahara | 21:24 | |
openstackgerrit | pritesh proposed a change to openstack/python-saharaclient: Fixes ambiguous cli output between "None" and NoneType https://review.openstack.org/102955 | 21:58 |
*** elmiko is now known as _elmiko | 22:01 | |
openstackgerrit | A change was merged to openstack/sahara: Upgrades the HDP plug-in to install Hue https://review.openstack.org/101050 | 22:09 |
*** witlessb has quit IRC | 22:46 | |
*** shakamunyi has quit IRC | 23:04 | |
*** rhodgin has quit IRC | 23:10 | |
sballe | elmiko Thanks for your help. I got sahara and sahara-dashoard installed in devstack. Now comes the fun stuff :) | 23:11 |
*** sballe has quit IRC | 23:12 | |
*** ViswaV has quit IRC | 23:18 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!