Tuesday, 2015-01-06

*** tosky has quit IRC00:07
*** witlessb has joined #openstack-sahara00:35
*** hdd has quit IRC00:38
*** zhidong has joined #openstack-sahara00:48
openstackgerritKen Chen proposed openstack/sahara: Enable 5.3 version choice in cdh plugin  https://review.openstack.org/14445201:42
*** Longgeek has joined #openstack-sahara03:56
*** Longgeek has quit IRC03:57
*** Longgeek has joined #openstack-sahara04:03
oikawatmckay: enabled swiftfs element for hadoop2 image https://github.com/openstack/sahara-image-elements/commit/7a59589e22f634f4a9a50023fcc1f81b43fdf34f04:18
oikawatmckay: disabled for hadoop2(because swiftfs included in hadoop): https://github.com/openstack/sahara-image-elements/commit/8020b1b4fbfc7399f136079b59268ca82245ab6904:18
oikawatmckay: The hadoop-swift-integration java code there is in two repository and not synced04:19
oikawatmckay: http://eavesdrop.openstack.org/meetings/sahara/2014/sahara.2014-08-14-18.00.log.html  hmm...04:19
oikawaMaybe, I looked this meeting log, I posted a patch that supports proxy-user to sahara-extra only04:22
*** Poornima has joined #openstack-sahara04:40
*** k4n0 has joined #openstack-sahara05:24
*** k4n0 has quit IRC05:25
*** Longgeek has quit IRC05:51
*** Longgeek has joined #openstack-sahara06:09
openstackgerritOpenStack Proposal Bot proposed openstack/sahara: Imported Translations from Transifex  https://review.openstack.org/14483006:13
*** chlong has quit IRC07:49
*** chlong has joined #openstack-sahara07:49
*** chlong has quit IRC07:51
*** chlong has joined #openstack-sahara07:53
*** zhidong has quit IRC09:21
*** tosky has joined #openstack-sahara10:11
*** Longgeek has quit IRC10:51
*** Longgeek has joined #openstack-sahara10:51
*** Poornima has quit IRC10:54
*** Poornima has joined #openstack-sahara11:05
*** Poornima has quit IRC11:11
*** Poornima has joined #openstack-sahara11:12
*** Poornima has quit IRC11:16
*** Poornima has joined #openstack-sahara11:59
*** Poornima has quit IRC12:44
*** _crobertsrh is now known as crobertsrh13:54
*** Longgeek has quit IRC14:04
*** Longgeek has joined #openstack-sahara14:05
*** Longgeek has quit IRC14:06
*** Longgeek has joined #openstack-sahara14:07
*** Longgeek has quit IRC14:09
*** Longgeek_ has joined #openstack-sahara14:09
*** tmckay has joined #openstack-sahara14:11
*** Longgeek_ has quit IRC14:11
*** Longgeek has joined #openstack-sahara14:12
*** Longgeek has quit IRC14:13
*** Longgeek has joined #openstack-sahara14:14
tmckayoikawa, thanks, saw your IRC messages from last night (my time :) ).  Yes, I think we're on the same page.  Summary: the hadoop swift support exists in two places, the official hadoop sources (released in 2.3 I believe) and sahara-extra (which is newer).  Hadoop 1 images in DIB use the jar hosted by mirantis from sahara-extra, Hadoop 2 images use whatever is bundled with hadoop currently.14:35
tmckaySo, Hadoop 1 images from DIB will pick up new features, while Hadoop 2 will not :)  Hadoop 1 is newer ;-)14:35
*** Longgeek has quit IRC14:36
tmckayoikawa, SergeyLukjanov, dmitryme, elmiko, alazarev, sreshetnyak, I think we need to revisit this on the meeting this week, we haven't talked about it for a while14:37
elmikotmckay: +114:37
*** egafford has joined #openstack-sahara14:40
tmckayelmiko, hmm, looks like CDH 5 uses Hadoop 2.3, so the hadoop-openstack jar should be available there.  Maybe I can change DIB for Spark to use CDH 5 packages and pick up the jar without adding image elements14:42
tmckayultimately, we should allow spark images to be built with something other than CDH.  But for now ...14:42
elmikohmm14:43
tmckayIt solves the problem for spark I think without introducing more elements tied to the open question of what we do with hadoop-openstack support14:43
elmikoi think that only works as an extremely temporary solution14:44
tmckayI don't want to pile more code on top of something that we're already scratching our heads about :)14:44
tmckayack14:44
elmikoi think we need an element for the hadoop-openstack jar14:44
elmikomy concern is that using the CDH base will make life difficult for consumers14:45
tmckayUnless we decide to go with the hadoop eco solution and make a determined effort to push to hadoop when necessary14:45
tmckayelmiko, we're already doing it, status quo14:45
tmckayI'm just talking about bumping the version for spark from 4 to 514:45
tmckayversion of CDH that is14:45
tmckayI agree, long term it needs to be different.  But we want spark with swift in the current cycle14:46
elmikosticky wicket14:46
tmckayyeah14:46
tmckaytime to relocate.  Back in a bit14:46
*** Longgeek has joined #openstack-sahara14:56
*** tmckay has quit IRC14:57
*** tmckay has joined #openstack-sahara15:21
*** mriedem has joined #openstack-sahara15:32
mriedemdoes anyone know how this got fixed in the last 24 hours? http://goo.gl/CZY6TI15:33
mriedemi don't see anything in the sahara commits from yesterday that look related15:33
* elmiko looks15:37
elmikomriedem: at a guess, the sahara.conf.sample was regenerated by the automated script and got pushed. honestly, i'm a little confused as to why we keep having issues with that file.15:38
mriedemelmiko: so something is automatically updating that file and pushing directly to refs/heads?15:39
mriedemi think most other projects that maintain a conf.sample are doing it manually, and it usually breaks when a dependent oslo library is released with new / changed config options15:40
elmikomriedem: no i don't think it gets automagically pushed15:41
elmikobut we did change how the file gets generated, i think it was supposed to help with this, but i'm not sure how it got fixed15:41
elmikomriedem: honestly, it's one of the build areas i'm a little hazy on. sorry :/15:42
mriedemok, magic is an acceptable answer15:42
elmikowe used to have a shell script that generated the conf.sample, then we moved to using an oslo util(i think) to have it generated during the build process.15:42
elmikoi think there is still a gap wherein "bad" versions get checked in occasionally15:43
elmikowhich causes the whole cascade of pep8 errors15:43
elmikomriedem: yea, awhile ago we removed the tools script to generate the conf.sample and moved it into the tox config.15:46
mriedemyeah https://github.com/openstack/sahara/blob/master/tox.ini#L6115:46
elmikolol, i was just about to link that!15:46
elmikounfortunately this still does not answer your original question :/15:47
*** barra204_ has joined #openstack-sahara15:51
*** barra204_ is now known as shakamunyi15:53
*** tmckay has quit IRC16:50
*** tmckay has joined #openstack-sahara16:58
*** Networkn_ has joined #openstack-sahara17:01
*** Networkn_ has quit IRC17:01
*** Networkn_ has joined #openstack-sahara17:02
*** mriedem has left #openstack-sahara17:06
*** Longgeek has quit IRC17:19
*** Longgeek has joined #openstack-sahara17:25
tellesnobregaelmiko, hey17:43
tellesnobregai got an email, seems like there is a problem to load storm plugin. i will look it up asap17:43
elmikotellesnobrega: is it related to this? https://review.openstack.org/#/c/144775/17:50
tellesnobregaim not sure17:50
tellesnobregai havent looked into it yet17:50
tellesnobregabut it may be17:50
elmikook, there is a missing entry in the setup.cfg that causes stevedore not to recognize the storm plugin17:51
tellesnobregalooks good17:51
tellesnobregahappy new year by the way17:52
elmikothanks, happy new year to you as well =)17:52
tellesnobregathanks17:53
*** Longgeek has quit IRC17:56
*** Longgeek has joined #openstack-sahara17:57
openstackgerritAndrew Lazarev proposed openstack/sahara: Fixed pep8 after oslo update (01/06/2015)  https://review.openstack.org/14528518:01
alazarevmriedem, elmiko, https://review.openstack.org/#/c/145285/18:02
elmikoalazarev: thanks, as soon as it passes i can workflow+18:03
*** Networkn_ has quit IRC18:03
alazarevelmiko, I'm more and more think that dropping config check was a good idea18:04
*** Networkn3rd has joined #openstack-sahara18:04
elmikoalazarev: +1, it seems to just cause issues every time oslo gets updated18:05
alazarevelmiko, actually check is good, I think we should just remove it from pep8 and make non-voting for Jenkins18:05
elmikoalazarev: that's a solid idea18:06
*** amcrn has joined #openstack-sahara18:11
*** amcrn has quit IRC18:14
elmikoalazarev: does that file not trigger ci, i'm not seeing any jenkins notifications?18:18
alazarevelmiko, here is the answer ;)18:20
alazarevelmiko, also FYI: https://bugs.launchpad.net/sahara/+bug/140805318:20
uvirtbotLaunchpad bug 1408053 in sahara "pep8 is broken after each oslo update" [Undecided,New]18:20
elmikoalazarev: lol, nice18:21
elmikoalazarev: should i just +workflow 145285 then?18:21
alazarevelmiko, I think yes18:22
elmikoalazarev: ok, now the ci is showing up18:24
elmikoi guess i  didn't hit f5 enough times ;)18:24
*** Longgeek_ has joined #openstack-sahara18:27
tmckayelmiko, do you happen to know if there is a way to do a restart on a failed DIB build if the tmp dir is still there?18:29
tmckaywondering if there is a time save there, fix and repeat18:30
elmikotmckay: don't think there is a resume, you could restart but it would still download everything afaik18:30
*** Longgeek has quit IRC18:30
tmckayand skip all the downloads :)18:30
tmckaydoh18:30
tmckaygravy CR18:30
tellesnobregathat would be good thing to have18:31
tellesnobregawould save some time18:31
openstackgerritAndrew Lazarev proposed openstack/sahara: Fixed topology parameters help in config  https://review.openstack.org/14528818:31
elmikoi suppose if it already downloaded all the elements stuff, then you could run the acutal dib command within the tmp dir18:31
elmikotmckay: i've done stuff like that, but it usually doesn't save me much time18:31
tmckayyeah, it would be great.  Give it a starting dir as an option and have it check for the downloads and skip over18:31
tellesnobregacant we make the main script check the download folder if there is stuff there?18:32
elmikoi think a problem is going to be handling the transition between diskimage-create.sh and diskimage-builder18:32
elmikodoable, i just think you might need to dip into diskimage-builder stuff to make it work well18:34
tmckayyeah, probably not worth the effort.  At home with a slower connection it seems like a really great idea ;-)18:36
tellesnobregai thought that the diskimage-create.sh downloaded the files18:36
elmikoit sounds cool, i just think the real work will be in dib18:36
tellesnobregaagree with elmiko18:37
elmikotellesnobrega: it downloads some stuff, but we also pass off elements to dib for installation18:37
elmikoand iirc, dib downloads things in it's elements18:37
*** tmckay is now known as _tmckay18:47
openstackgerritAndrew Lazarev proposed openstack/sahara: Extracted config check from pep8 to separate env  https://review.openstack.org/14530019:00
*** Longgeek_ has quit IRC19:01
*** Longgeek has joined #openstack-sahara19:04
*** shakamunyi has quit IRC19:07
*** shakamunyi has joined #openstack-sahara19:51
*** barra204_ has joined #openstack-sahara19:54
*** shakamunyi has quit IRC19:58
*** _tmckay is now known as tmckay19:59
openstackgerritAndrew Lazarev proposed openstack/sahara: Cleaned up config generator settings  https://review.openstack.org/14532520:21
*** tellesnobrega has quit IRC20:28
*** tellesnobrega has joined #openstack-sahara20:41
*** pcaruana is now known as pcaruana|afk|20:45
openstackgerritAndrew Lazarev proposed openstack/sahara: Added ability to use other services via HTTPS  https://review.openstack.org/14533620:54
openstackgerritAndrew Lazarev proposed openstack/sahara: Added ability to use other services via HTTPS  https://review.openstack.org/14533620:55
openstackgerritMerged openstack/sahara: Fixed pep8 after oslo update (01/06/2015)  https://review.openstack.org/14528521:13
elmikofinally...21:13
*** Longgeek has quit IRC21:18
openstackgerritMichael McCune proposed openstack/sahara: Adding Storm entry point to setup.cfg  https://review.openstack.org/14477521:18
*** russellb has joined #openstack-sahara21:27
*** arborism has joined #openstack-sahara21:33
*** barra204_ has quit IRC21:39
*** barra204_ has joined #openstack-sahara21:39
crobertsrhHmm, my initial "wizard" approach is not panning out very well.....time to get creative :)21:50
elmiko+1 for creativity =)21:51
crobertsrhWe'll see how that pans out :)21:51
crobertsrhMaybe I'll just add some <blink> tags and see how that works.21:51
elmikoLOL21:52
*** russellb has left #openstack-sahara21:52
*** crobertsrh is now known as _crobertsrh21:53
*** barra204_ has quit IRC22:12
*** barra204 has joined #openstack-sahara22:13
*** tmckay is now known as _tmckay22:22
*** arborism has quit IRC22:35
*** egafford has quit IRC22:35
*** Networkn3rd has quit IRC22:42
openstackgerritAndrew Lazarev proposed openstack/sahara-specs: HTTPS support for sahara-api  https://review.openstack.org/14536922:50
openstackgerritAndrew Lazarev proposed openstack/sahara-specs: HTTPS support for sahara-api  https://review.openstack.org/14536923:04
*** _tmckay has quit IRC23:20
*** miqui has quit IRC23:20
*** rharwood has quit IRC23:21
*** jodah has quit IRC23:21
*** sgotliv has quit IRC23:21
*** _crobertsrh has quit IRC23:21
*** aignatov has quit IRC23:21
*** SergeyLukjanov has quit IRC23:21
*** ekarlso- has quit IRC23:21
*** tmckay has joined #openstack-sahara23:21
*** rharwood has joined #openstack-sahara23:22
*** jodah has joined #openstack-sahara23:22
*** sgotliv has joined #openstack-sahara23:22
*** _crobertsrh has joined #openstack-sahara23:22
*** aignatov has joined #openstack-sahara23:22
*** SergeyLukjanov has joined #openstack-sahara23:22
*** ekarlso- has joined #openstack-sahara23:22
*** miqui has joined #openstack-sahara23:25
openstackgerritAndrew Lazarev proposed openstack/sahara: Added ability to listen HTTPS port  https://review.openstack.org/14538023:38
openstackgerritAndrew Lazarev proposed openstack/sahara: Added ability to listen HTTPS port  https://review.openstack.org/14538023:40
openstackgerritAndrew Lazarev proposed openstack/python-saharaclient: Added SSL-related parameters to the client  https://review.openstack.org/14538223:42
*** barra204 has quit IRC23:43

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