Friday, 2014-08-15

openstackgerritAndrew Lazarev proposed a change to openstack/sahara: Fixed anti-affinity for HEAT engine  https://review.openstack.org/11215900:03
*** witlessb has quit IRC00:07
*** bandarji has quit IRC00:19
*** alazarev has quit IRC01:21
*** witlessb has joined #openstack-sahara01:56
*** witlessb has quit IRC02:01
*** Krast has joined #openstack-sahara02:33
*** zengyunling__ has quit IRC03:06
*** Krast has quit IRC03:10
*** Krast has joined #openstack-sahara03:10
*** alazarev has joined #openstack-sahara03:46
*** alazarev has quit IRC04:43
*** alazarev has joined #openstack-sahara04:45
*** alazarev has quit IRC05:05
*** alazarev has joined #openstack-sahara05:06
*** alazarev has quit IRC05:17
*** ViswaV has joined #openstack-sahara05:18
*** ViswaV_ has joined #openstack-sahara05:20
*** ViswaV has quit IRC05:23
*** akuznets_ has quit IRC05:29
*** akuznetsov has joined #openstack-sahara05:30
*** Krast has quit IRC05:31
*** Longgeek has joined #openstack-sahara05:40
*** ViswaV_ has quit IRC05:40
*** akuznetsov has quit IRC05:40
*** akuznetsov has joined #openstack-sahara05:47
*** tnovacik has joined #openstack-sahara05:57
*** Krast has joined #openstack-sahara06:09
*** ViswaV has joined #openstack-sahara06:50
*** ViswaV has quit IRC06:55
*** witlessb has joined #openstack-sahara07:21
*** witlessb has quit IRC07:25
*** Longgeek has quit IRC07:37
*** Longgeek has joined #openstack-sahara07:37
*** akuznetsov has quit IRC07:39
*** Longgeek has quit IRC07:42
*** skolekonov has joined #openstack-sahara07:46
*** akuznetsov has joined #openstack-sahara07:49
*** Longgeek has joined #openstack-sahara07:51
*** witlessb has joined #openstack-sahara08:27
*** venza has quit IRC08:36
*** venza has joined #openstack-sahara08:37
*** DenisEgorenko has joined #openstack-sahara08:38
*** Longgeek has quit IRC08:48
*** Longgeek has joined #openstack-sahara08:50
*** Longgeek has quit IRC08:52
*** Longgeek has joined #openstack-sahara08:53
openstackgerritDenis Egorenko proposed a change to stackforge/sahara-ci-config: Adding integration tests for Spark  https://review.openstack.org/11424309:18
*** Longgeek has quit IRC09:35
*** tnovacik has quit IRC09:42
*** Longgeek has joined #openstack-sahara09:47
*** tosky has joined #openstack-sahara09:51
*** Krast has quit IRC09:56
*** Longgeek has quit IRC10:30
openstackgerritNikita Konovalov proposed a change to openstack/sahara-dashboard: Repository cleanup  https://review.openstack.org/11449810:35
openstackgerritA change was merged to stackforge/sahara-ci-config: Adding integration tests for Spark  https://review.openstack.org/11424310:45
openstackgerritNikita Konovalov proposed a change to openstack/sahara-dashboard: Repository cleanup  https://review.openstack.org/11449810:46
*** Longgeek has joined #openstack-sahara11:00
*** tnovacik has joined #openstack-sahara11:26
*** Longgeek_ has joined #openstack-sahara11:34
*** Longgeek has quit IRC11:37
openstackgerritVitaly Gridnev proposed a change to openstack/sahara: [HDP1.3.2] Fixed bug with decommissioning cluster  https://review.openstack.org/11418711:41
*** tnovacik has quit IRC11:50
*** _elmiko is now known as elmiko12:40
*** tnovacik has joined #openstack-sahara12:49
*** tnovacik has quit IRC12:59
*** tmckay_bbl is now known as tmckay13:02
*** russellb is now known as rustlebee13:03
*** witlessb has quit IRC13:11
*** tmckay has left #openstack-sahara13:15
*** skolekonov has quit IRC13:37
*** tmckay has joined #openstack-sahara13:37
DenisEgorenkotmckay: Hello :-)13:58
*** alazarev has joined #openstack-sahara14:11
tmckayDenisEgorenko, oops, sorry, missed the "ding" from my IRC console14:22
DenisEgorenkotmckay: no problem :-) do you saw results of tests for spark?14:23
tmckayI saw that pep8 failed for some reason, looked like a script problem14:24
tmckayI didn't look too closely14:24
DenisEgorenkotmckay: no, i about it: https://sahara.mirantis.com/logs/98/112698/2/check/gate-sahara-integration-spark/46fa238/console.html14:24
tmckayoops :)14:25
tmckayheh, I think I know how to fix that.  I think the "spark" plugin isn't part of the default config for "plugins".  I'll check14:25
DenisEgorenko:-) do you know, where is problem?14:25
DenisEgorenkotmckay: hmm, may be this problem can be fixed by adding line: 'plugins=spark' to the conf file?14:26
tmckayyes, I think so.  It's defaulted here, I think it needs to be a list14:27
tmckayopts = [14:27
tmckay    cfg.ListOpt('plugins',14:27
tmckay                default=['vanilla', 'hdp'],14:27
tmckay                help='List of plugins to be loaded. Sahara preserves the '14:27
tmckay                     'order of the list when returning it.'),14:27
tmckay]14:27
tmckayin plugins/base.py14:27
elmikoi wonder if that error is similar to what Telles was getting with the storm plugin?14:28
elmikodid you put spark into the setup.cfg file?14:28
tmckayso, if we have ['vanilla', 'hdp','spark'] it would work, or I suppose just ['spark'] if the test is self-contained (only spark, nothing else)14:28
tmckayelmiko, yeah, for ci there's a yaml file or something where that goes.  Actually, I'm wondering if the default config for Sahara should just add 'spark' at this point14:33
tmckaySergeyLukjanov, aignatov, alazarev, what do you think about adding 'spark' to the default config for plugins/base.py "plugins"?14:33
elmikotmckay: ahh, ok. it just sounded familiar14:34
alazarevtmckay: I’m Ok with adding14:34
tmckaythat would put it in the default Sahara config, and take it out of just the "test" environment14:35
openstackgerritDenis Egorenko proposed a change to stackforge/sahara-ci-config: Specifying plugins Spark and CDH for tests  https://review.openstack.org/11455214:36
DenisEgorenkoi think this patch should help14:36
tmckayDenisEgorenko, okay14:37
DenisEgorenkotmckay: i'm testing it now, locally14:38
tmckayWe can decide whether to add it to the default Sahara list separately14:38
DenisEgorenkotmckay: i think, you should ask about it SergeyLukjanov14:39
DenisEgorenkotmckay:  tests passed https://sahara.mirantis.com/jenkins/view/sahara/job/gate-sahara-integration-spark/5/consoleText14:46
DenisEgorenkotmckay:  is runtime 238s okay?14:47
tmckayDenisEgorenko, yes, that's about what I get on my laptop14:51
tmckaySimple spark test, just calculates Pi14:51
DenisEgorenkotmckay: ok, thanks! :-)14:51
tmckaythank you for making it work!14:51
openstackgerritA change was merged to stackforge/sahara-ci-config: Specifying plugins Spark and CDH for tests  https://review.openstack.org/11455214:52
*** zhiyan has quit IRC14:53
*** zhiyan has joined #openstack-sahara14:54
*** alazarev has quit IRC15:10
*** DenisEgorenko has left #openstack-sahara15:27
openstackgerritVadim Rovachev proposed a change to openstack/sahara-dashboard: Refactoring UI tests  https://review.openstack.org/10962215:29
*** alazarev has joined #openstack-sahara15:53
*** shakamunyi has joined #openstack-sahara16:00
*** shakamunyi has quit IRC16:12
*** shakamunyi has joined #openstack-sahara16:30
*** Networkn3rd has joined #openstack-sahara16:47
*** tnovacik has joined #openstack-sahara16:55
*** openstackgerrit has quit IRC17:02
*** openstackgerrit has joined #openstack-sahara17:02
*** ViswaV has joined #openstack-sahara17:06
*** ViswaV_ has joined #openstack-sahara17:07
*** ViswaV has quit IRC17:10
*** shakamunyi has quit IRC17:43
*** alazarev has quit IRC17:45
*** shakamunyi has joined #openstack-sahara17:57
*** alazarev has joined #openstack-sahara17:58
*** Longgeek_ has quit IRC18:12
*** alazarev has quit IRC18:25
*** alazarev has joined #openstack-sahara18:32
openstackgerritAndrew Lazarev proposed a change to openstack/sahara: Removed sqlite from docs  https://review.openstack.org/11462318:44
*** bradd1 has joined #openstack-sahara18:50
openstackgerritAndrew Lazarev proposed a change to openstack/sahara: Removed sqlite from docs  https://review.openstack.org/11462318:56
*** tosky has quit IRC19:07
*** witlessb has joined #openstack-sahara19:27
*** ViswaV has joined #openstack-sahara19:29
*** ViswaV_ has quit IRC19:31
*** ViswaV has quit IRC19:34
*** ViswaV has joined #openstack-sahara19:34
*** aignatov has quit IRC19:51
*** ruhe has quit IRC19:51
*** NikitaKonovalov has quit IRC19:51
*** dmitryme has quit IRC19:52
*** SergeyLukjanov has quit IRC19:52
*** dmitryme has joined #openstack-sahara19:55
*** aignatov has joined #openstack-sahara19:57
*** SergeyLukjanov has joined #openstack-sahara20:00
*** NikitaKonovalov has joined #openstack-sahara20:02
*** alazarev has quit IRC20:02
*** ruhe has joined #openstack-sahara20:03
*** aignatov has quit IRC20:07
*** ViswaV_ has joined #openstack-sahara20:11
*** ViswaV has quit IRC20:14
*** Networkn3rd has quit IRC20:14
*** aignatov has joined #openstack-sahara20:16
*** ViswaV has joined #openstack-sahara20:28
*** tnovacik has quit IRC20:31
*** ViswaV_ has quit IRC20:32
*** ViswaV_ has joined #openstack-sahara20:46
*** ViswaV has quit IRC20:50
*** aignatov has quit IRC20:52
*** aignatov has joined #openstack-sahara20:54
*** alazarev has joined #openstack-sahara20:57
*** tmckay is now known as _tmckay21:02
*** elmiko is now known as _elmiko21:03
openstackgerritA change was merged to openstack/sahara: Fix parsing dfsreport for CDH in integration tests  https://review.openstack.org/11253421:24
openstackgerritSam Leong proposed a change to openstack/python-saharaclient: Add keystone v3 CLI support  https://review.openstack.org/11466921:38
*** witlessb has quit IRC22:12
*** shakamunyi has quit IRC22:30
*** alazarev has quit IRC22:34
*** alazarev has joined #openstack-sahara22:38
*** shakamunyi has joined #openstack-sahara23:51
*** alazarev has quit IRC23:54
*** bradd1 has quit IRC23:57
*** alazarev has joined #openstack-sahara23:57

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