Thursday, 2014-03-20

*** IlyaE has quit IRC01:14
*** bradd1 has joined #openstack-sahara02:01
*** bradd1 has quit IRC02:43
*** witlessb has joined #openstack-sahara02:56
*** witlessb has quit IRC02:56
SergeyLukjanovhttp://pypi.openstack.org/openstack/python-saharaclient/python-saharaclient-0.6.0.tar.gz detected :)03:42
openstackgerritA change was merged to openstack/sahara-dashboard: Adapting to use the python-saharaclient library  https://review.openstack.org/8098704:15
openstackgerritA change was merged to openstack/sahara-dashboard: Changing configuration from SAVANNA to SAHARA  https://review.openstack.org/8102604:15
openstackgerritA change was merged to openstack/sahara-dashboard: Changing savanna-db to internal-db  https://review.openstack.org/8102904:15
openstackgerritA change was merged to openstack/sahara-dashboard: Remainder of renaming changes from savanna to sahara  https://review.openstack.org/8103804:16
*** IlyaE has joined #openstack-sahara04:21
*** IlyaE has quit IRC04:29
*** akuznetsov has joined #openstack-sahara04:45
*** ErikB1 has quit IRC04:53
*** IlyaE has joined #openstack-sahara05:38
*** aignatov has left #openstack-sahara05:43
*** akuznetsov has quit IRC05:58
*** akuznetsov has joined #openstack-sahara05:59
openstackgerritJenkins proposed a change to openstack/sahara: Imported Translations from Transifex  https://review.openstack.org/8171006:06
*** IlyaE has quit IRC06:18
*** Ch00k has joined #openstack-sahara06:27
*** Ch00k has quit IRC07:05
*** Ch00k has joined #openstack-sahara07:22
*** Ch00k has quit IRC07:39
*** Ch00k has joined #openstack-sahara07:44
*** Ch00k has quit IRC07:45
*** Ch00k has joined #openstack-sahara08:20
*** aignatov has joined #openstack-sahara08:25
openstackgerritSergey Reshetnyak proposed a change to openstack/sahara-image-elements: Use specific oozie for hadoop 2 plugin  https://review.openstack.org/8061008:36
*** dmitryme has joined #openstack-sahara08:41
*** witlessb has joined #openstack-sahara08:53
*** Ch00k_ has joined #openstack-sahara09:12
*** Ch00k has quit IRC09:13
openstackgerritAlexander Ignatov proposed a change to openstack/sahara: Move integration tests to python-saharaclient 0.6.0  https://review.openstack.org/8155609:21
openstackgerritA change was merged to openstack/sahara: Change "_savanna_" image properties to "_sahara_"  https://review.openstack.org/8156609:51
openstackgerritA change was merged to openstack/sahara: Change 'savanna' references in tools  https://review.openstack.org/8160009:51
openstackgerritA change was merged to openstack/sahara: Change remaining savanna namespaces in setup.cfg  https://review.openstack.org/8161709:51
*** akuznetsov has quit IRC09:55
*** akuznetsov has joined #openstack-sahara09:56
openstackgerritYaroslav Lobankov proposed a change to openstack/sahara: Move integration tests to python-saharaclient 0.6.0  https://review.openstack.org/8155610:28
*** IvanBerezovskiy1 has joined #openstack-sahara10:29
*** IvanBerezovskiy1 has left #openstack-sahara10:32
*** tosky has joined #openstack-sahara10:44
openstackgerritYaroslav Lobankov proposed a change to openstack/sahara: Move integration tests to python-saharaclient 0.6.0  https://review.openstack.org/8155610:44
*** eanxgeek is now known as eanxgeek|mtg10:59
*** Ch00k has joined #openstack-sahara11:09
*** Ch00k_ has quit IRC11:12
*** themistymay has joined #openstack-sahara11:16
*** ErikB has joined #openstack-sahara11:31
*** ErikB has joined #openstack-sahara11:32
*** ErikB has quit IRC11:33
*** ErikB has joined #openstack-sahara11:33
*** Ch00k has quit IRC11:37
*** Ch00k has joined #openstack-sahara11:38
*** eanxgeek|mtg is now known as eanxgeek11:45
*** ErikB has quit IRC11:55
openstackgerritIvan Berezovskiy proposed a change to openstack/sahara-image-elements: Use specific oozie for hadoop 2 plugin  https://review.openstack.org/8061011:58
*** ErikB has joined #openstack-sahara12:01
*** sballe has quit IRC12:12
*** sballe has joined #openstack-sahara12:12
openstackgerritA change was merged to stackforge/puppet-sahara: Fixes installing development builds  https://review.openstack.org/8151212:29
*** _crobertsrh is now known as crobertsrh12:45
*** tmckay has joined #openstack-sahara12:56
*** IvanBerezovskiy1 has joined #openstack-sahara13:00
*** elmiko has joined #openstack-sahara13:13
elmikotmckay, i think you just went through some of this, what is the best way to rebase a branch of sahara to get the directory name change from master?13:33
crobertsrhThere is the "rebase" button in the gerrit UI....sometimes that works.13:34
elmikolol13:35
elmikoso rebase from gerrit and then pull again on that branch?13:36
crobertsrhIf that button works, that's all you need to do13:39
crobertsrhIt will do the rebase and resubmit the CR13:39
crobertsrhIf that doesn't work, you may need to go the way of tmckay13:40
elmikocool, here we go13:40
* elmiko fingers crossed13:40
elmikooh well, worth a try13:40
tmckayelmiko, hey13:40
crobertsrhHeh, I think it only works when there is < 0 conflict13:40
elmikoyea13:41
elmikotmckay, hey13:41
tmckayelmiko, honestly, this is what I usually do.  If the changes are in a CR, I did a git pull on master, make a new branch, apply the CR as a patch, and copy the comment (including the change id)13:43
tmckayIf the changes are just local, I use git diff to make a local patch file, and essentially do the same thing.13:43
elmikotmckay, that actually sounds like the simplest way to do this13:44
tmckayelmiko, according to gerrit workflow, supposedly git rebase -i master is supposed to rebase a branch ....13:44
elmikokey word being "supposed"13:44
tmckayhaven' t tried it.  It's worth a shot13:44
openstackgerritA change was merged to openstack/sahara: Keep python 3.X compatibility for xrange  https://review.openstack.org/7984913:45
openstackgerritRobert Nettleton proposed a change to openstack/sahara-image-elements: Removes unnecessary/incorectly-named packages from HDP install script  https://review.openstack.org/8163013:48
elmikotmckay, i think the directory rename just confuses the hell out of git13:50
tmckayelmiko, could be.  Actually, in the last couple days I had a patch based on "savanna", and I edited it with emacs to change the paths :)13:51
tmckaythen applied the patch13:51
elmikothat's what i was gonna do :)13:51
tmckayIs this the job type CR13:51
elmikoyea13:52
elmikoshould be fairly easy to make a new branch and just redo the patch13:52
tmckayYeah, I would grab it as a patch, do a replace on the patch file, then apply it to a fresh branch13:52
tmckayI need to review that soon, caught up in the rest of the rename13:53
tmckaystill lots of odds and ends13:53
elmikousually i'm up for pushing my git knowledge, but i think in this case you're right13:53
elmikocool, i should have this back up in the 30 minutes or so13:53
*** bradd1 has joined #openstack-sahara14:08
elmikoi'm getting some RuntimeErrors on run_tests.sh in the trunk of sahara, is this known or have i missed a config?14:13
elmikotmckay, crobertsrh, have either of you seen this RuntimeError "Plugins couldn't be loaded: vanilla, idh, hdp" when running the tests in sahara?14:25
crobertsrhI've seen a complaint about the hdp plugin when running the service, I haven't run the api tests in awhile14:26
*** IlyaE has joined #openstack-sahara14:26
crobertsrhI should update everything today and run though since it looks like the renaming stuff is finally in14:26
elmikoi'm just trying to make sure i didn't break anything, but i'm getting the same errors on trunk14:27
tmckayelmiko, I just saw that yesterday with run_tests.sh, when I tried to run coverage tests.  I don't know what causes it.  I mentioned it to aignatov.14:29
elmikotmckay, kk14:30
openstackgerritMichael McCune proposed a change to openstack/sahara: Implementing constants for the job types used by EDP  https://review.openstack.org/8035214:31
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182114:32
aignatovtmckay: yep, I got the same, didn't dig it deeper14:34
crobertsrhtmckay:  Have you tried running sahara without sqllite and had success yet?14:35
tmckayhmm, I think I got distracted14:36
crobertsrhhard to believe14:36
tmckayelkmiko, we should dig into the plugin loading thing after the renaming14:36
tmckayelmiko, croberts, maybe also the horizon auth bug that we see from time to time14:36
tmckaythat stuff is annoying at best, and in the way at worst14:37
elmikotmckay, kk i'll do some digging on the RuntimeError thing14:37
crobertsrhOooh, after grabbing the latest, I no longer see complaints about plugins when I start the api14:38
elmikogotta see if i can get the auth bug to happen more regularly, but i think i know what i did to get it all screwed up14:38
crobertsrhawesome.  I've seen the auth bug 3 or 4 times, but never found a pattern to my evildoings14:41
tmckaydimitryme, any problem with moving savanna-agent.log to sahara-agent.log in the rabbitmq.template for the guest agent?14:41
dmitrymetmckay: no problem at all14:42
tmckaygreat.  Working on miscellaneous leftovers :)14:42
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182114:46
tmckaydimitryme, hmm, I changed the log name but has the name of the agent changed yet?14:48
dmitrymetmckay: I am not sure, but assume that it does14:49
dmitrymes/does/has/14:49
tmckayyes, looks like setup.cfg has changed the name14:50
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182114:51
openstackgerritA change was merged to openstack/sahara-image-elements: Removes unnecessary/incorectly-named packages from HDP install script  https://review.openstack.org/8163014:55
*** rhodgin has joined #openstack-sahara14:59
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182114:59
openstackgerritSergey Lukjanov proposed a change to openstack/python-saharaclient: Remove savanna aliases  https://review.openstack.org/8183015:01
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182115:19
*** tosky has quit IRC15:23
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182115:23
tmckaytime to crank up devstack and see if my misc changes break integration tests :)15:24
*** tosky has joined #openstack-sahara15:27
elmikocrobertsrh: did you grab the latest sahara and it got rid of the plugin errors?15:30
crobertsrhI did.  Latest as of about 10:45ish15:31
elmikoand was that just for running it or running the tests?15:31
crobertsrhFor me, both running "it" and running the run_tests.sh are working now.15:32
elmikohuh...15:32
elmikoi just did a clean clone and i still get failures15:32
crobertsrhthat's odd15:32
crobertsrhenvironment thing?15:32
crobertsrhlatest reqs from requirements.txt are in?15:33
elmikomaybe, although i just noticed a few commits have changed. i'll try again15:33
crobertsrhThe unit tests run a lot faster on my new machine than on my old one...wow15:34
elmikolol nice :)15:35
elmikodid you get a t540p?15:35
crobertsrhyeah15:36
crobertsrhthe SSD is smallish but totally worth the speed boost15:36
elmiko256GB?15:37
crobertsrhYeah15:37
elmikoand tests are working for me now too15:37
crobertsrhcool15:37
elmikosounds like we got the same laptop15:37
crobertsrhYeah15:37
elmikoi've been happy with it so far15:37
crobertsrhI would prefer a slightly larger drive so I can dual boot it comfortably.15:37
*** IvanBerezovskiy1 has quit IRC15:37
elmikothat would be nice15:37
elmikoi just setup an extra box here so i can install a full rhel+os, i was gonna do it on the laptop, but then i chickened out...15:38
crobertsrhYeah, I was a bit scared for you when you mentioned that you might try it15:39
elmikolol15:39
elmikoi figured better to not totally hose the new work laptop15:40
*** tosky_ has joined #openstack-sahara15:40
*** tosky has quit IRC15:40
tmckayaignatov, SergeyLukjanov, hmmm, openstack/common is supposed to just be imported, not modified locally..... but, if we are deferring the oslo sync, then I think maybe we have to edit openstack/common by hand to make everything work.  For instance, handler = importutils.import_object(15:41
tmckay            "savanna.openstack.common.log_handler.PublishErrorsHandler",15:41
tmckay            logging.ERROR)15:41
tmckayreferenced in sahara/openstack/common/log.py15:41
tmckayWhat do you think?15:42
tmckayI think we have to modify it temporarily, even though that is "bad" by convention15:42
dmitrymetmckay: I think it is ok to modify them for now15:43
tmckaydmitryme, ack, thanks15:43
*** sreshetnyak has joined #openstack-sahara15:53
*** sreshetnyak has quit IRC15:53
*** sreshetnyak has joined #openstack-sahara15:54
openstackgerritA change was merged to openstack/sahara: Imported Translations from Transifex  https://review.openstack.org/8171015:55
elmikois it possible to run the gating tests locally?16:04
openstackgerritMichael McCune proposed a change to openstack/sahara: Implementing constants for the job types used by EDP  https://review.openstack.org/8035216:06
openstackgerritA change was merged to openstack/sahara: Move integration tests to python-saharaclient 0.6.0  https://review.openstack.org/8155616:06
SergeyLukjanovtmckay, it's ok16:18
dmitrymeelmiko: I think it is possible, but you'll have to supply tests configuration which is not trivial + prepare you lab for tests (import needed images, set proper tags on them)16:25
elmikodmitryme: ok thanks, sounds like it's easier to just push the change and let sahara-ci take care of it16:30
dmitrymeelmiko: right, that is what we do generally16:33
elmikodmitryme: cool, it generated an error that i hadn't seen while testing and i wanted to make sure i fixed it before pushing the change. but it sounds like it's not necessary to locally test the gating stuff.16:34
*** akuznetsov has quit IRC16:34
*** sballe has quit IRC16:34
*** witlessb has quit IRC16:35
dmitrymeelmiko: if you don't want people to pay attention to you PatchSet while you are testing it, you can either submit it as a draft, or set it to 'Work in Progress'16:40
elmikodmitryme: good idea, thanks16:40
dmitrymeelmiko: yea, it took us a while to figure out how to work best with gerrit16:42
elmikodmitryme: i'll get there eventually :)16:42
*** witlessb has joined #openstack-sahara16:44
*** akuznetsov has joined #openstack-sahara16:48
*** Ch00k has quit IRC16:49
*** crobertsrh has quit IRC16:50
*** alazarev has joined #openstack-sahara16:57
*** crobertsrh has joined #openstack-sahara16:59
*** akuznetsov has quit IRC17:02
*** akuznetsov has joined #openstack-sahara17:07
openstackgerritA change was merged to openstack/python-saharaclient: Add README file  https://review.openstack.org/8109117:10
openstackgerritA change was merged to openstack/sahara-dashboard: Add sleep in await state cluster method  https://review.openstack.org/8123117:11
*** akuznetsov has quit IRC17:26
*** ErikB has quit IRC17:28
openstackgerritAlexander Ignatov proposed a change to openstack/sahara: Completely remove etc/savanna dir  https://review.openstack.org/8185417:29
*** akuznetsov has joined #openstack-sahara17:29
*** akuznetsov has quit IRC17:34
*** akuznetsov has joined #openstack-sahara17:37
*** dmitryme has quit IRC17:38
*** Ch00k has joined #openstack-sahara17:43
*** alazarev has quit IRC17:53
*** akuznetsov has quit IRC17:55
crobertsrhHave any of you used the puppet module to install Sahara?18:02
*** themistymay has quit IRC18:02
*** alazarev has joined #openstack-sahara18:06
*** akuznetsov has joined #openstack-sahara18:10
*** IlyaE has quit IRC18:13
openstackgerritVadim Rovachev proposed a change to openstack/sahara-dashboard: Add fix for delete Job Executions in tests  https://review.openstack.org/8128518:18
*** akuznetsov has quit IRC18:27
*** jspeidel has joined #openstack-sahara18:42
*** IlyaE has joined #openstack-sahara18:43
*** Ch00k has quit IRC18:45
*** jspeidel has left #openstack-sahara18:55
*** jspeidel has joined #openstack-sahara18:56
*** witlessb has quit IRC18:58
elmikoi'm seeing a failure from savanna-ci on an hdp gating test, but it doesn't look like something that was related to my changes. does it happens sometimes that individual integration tests might fail?19:02
elmikovanilla, idh, and transient pass. it's just hdp that's failing.19:02
*** tosky_ has quit IRC19:05
crobertsrhThe tests do seem to fail from time to time for occasionally mysterious reasons.19:05
*** akuznetsov has joined #openstack-sahara19:06
elmikook, i'll freak-down a little ;)19:06
jspeidel_mattf, just made some comments on the v2 api patch.  I guess these types of comments should have been made on the blueprint.  I will review the bp shortly and we can discuss if that is ok with you.19:09
openstackgerritTrevor McKay proposed a change to openstack/sahara: Override 'savanna' strings in openstack/common  https://review.openstack.org/8188919:09
*** ErikB has joined #openstack-sahara19:09
*** akuznetsov has quit IRC19:10
openstackgerritTrevor McKay proposed a change to openstack/sahara: Change savanna references in top level docs  https://review.openstack.org/8160619:13
*** elmiko_ has joined #openstack-sahara19:19
*** elmiko has quit IRC19:21
openstackgerritTrevor McKay proposed a change to openstack/sahara: Change savanna references in top level docs  https://review.openstack.org/8160619:21
*** elmiko_ is now known as elmiko19:22
*** alazarev has quit IRC19:33
*** alazarev has joined #openstack-sahara19:33
tmckayI'm going to change my name19:34
elmikosomething exciting?19:35
tmckayno, the excitement is in the process19:36
tmckayI want to do this more19:36
elmikonice, the journey not the destination19:36
tmckayexactly19:36
elmikoi can appreciate that19:37
tmckayI'm thinking Savanna Sahara19:37
tmckayOr mabye Savanno, so it sounds masculine in Romance languagues19:37
elmikolol19:39
*** tmckay is now known as savanno_sahara19:40
openstackgerritTrevor McKay proposed a change to openstack/sahara: Change remaining references in the doc subdir  https://review.openstack.org/8189819:43
elmikolol19:44
savanno_saharaHey, does anybody know if http://savanna-files.mirantis.com has moved?  I tried to hit savanna-files/sahara-files this morning and they both failed for me19:45
savanno_saharaSergeyLukjanov, aignatov, alazarev ^^  Still some references in docs ...19:46
*** sballe has joined #openstack-sahara19:48
alazarevsavanno_sahara: it seems that they are moved, but images are not renamed yet19:49
alazarevhttp://sahara-files.mirantis.com/savanna-icehouse-vanilla-1.2.1-ubuntu-13.10.qcow219:49
savanno_saharaalazarev, ah, thank you very much, my wget test failed this morning.19:49
alazarevsavanno_sahara: old URLs work too19:50
savanno_saharareally?  I must not be able to type then :)19:50
savanno_saharacrobertsrh, do you know if python-django-savanna has been renamed?  Is that something you're familiar with?19:59
crobertsrhhmm...not sure about that one20:00
*** alazarev has quit IRC20:01
crobertsrhIt's just the package that installs the dashboard for RDO, right?20:01
savanno_saharaokay, I'll hunt around for it.  It's in the instructions for rdo20:01
savanno_saharayeah20:01
elmikosavanno_sahara: i saw that one too, i think the thing about python-django-savanna is that it is in pypi as that name20:01
crobertsrhmy guess is that it hasn't been renamed/repackaged20:01
savanno_saharaah20:01
crobertsrhLooks like mattf is the packager20:02
savanno_saharacrobertsrh, did you find that in koji?20:02
savanno_saharayep20:03
crobertsrh:)20:03
savanno_saharak, not changin20:03
crobertsrhit probably should change at some point though.20:04
crobertsrha good one to put on _mattf list of things to do20:04
openstackgerritTrevor McKay proposed a change to openstack/sahara: Change remaining references in the doc subdir  https://review.openstack.org/8189820:17
*** eanxgeek is now known as eanxgeek|log20:30
*** crobertsrh is now known as _crobertsrh20:34
openstackgerritTrevor McKay proposed a change to openstack/sahara: Miscellaneous renaming string fixes  https://review.openstack.org/8182120:38
openstackgerritTrevor McKay proposed a change to openstack/sahara: Override 'savanna' strings in openstack/common  https://review.openstack.org/8188920:40
openstackgerritTrevor McKay proposed a change to openstack/sahara: Fixup 'savanna' references in run_tests.sh  https://review.openstack.org/8191620:53
*** jspeidel has left #openstack-sahara20:53
savanno_saharaalright, I think everything is done except for a few references in the plugins dir.20:53
savanno_saharain sahara-api, I mean20:54
* savanno_sahara gets a snack20:54
*** alazarev has joined #openstack-sahara20:55
*** alazarev has quit IRC21:45
*** alazarev has joined #openstack-sahara21:47
*** elmiko has quit IRC21:54
*** IlyaE has quit IRC21:55
openstackgerritA change was merged to openstack/sahara-dashboard: Add fix for delete Job Executions in tests  https://review.openstack.org/8128521:59
*** elmiko has joined #openstack-sahara22:30
*** elmiko has quit IRC22:30
*** ErikB has quit IRC22:39
*** rhodgin has quit IRC23:04
*** alazarev has quit IRC23:31
*** IlyaE has joined #openstack-sahara23:57

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