Tuesday, 2016-03-08

openstackgerritMerged openstack/sahara: Fix blueprints configuration for HA  https://review.openstack.org/28782900:24
*** witlessb has quit IRC00:39
*** hdd has joined #openstack-sahara00:42
*** hdd has quit IRC01:10
*** itisha has quit IRC02:29
*** esikachev has joined #openstack-sahara02:46
*** esikachev has quit IRC02:50
*** jamielennox is now known as jamielennox|away02:56
*** _tmckay has left #openstack-sahara03:00
*** jamielennox|away is now known as jamielennox03:01
*** jamielennox is now known as jamielennox|away03:05
*** jamielennox|away is now known as jamielennox03:15
*** hdd has joined #openstack-sahara03:51
*** bapalm has quit IRC04:13
*** bapalm has joined #openstack-sahara04:30
*** links has joined #openstack-sahara04:33
*** esikachev has joined #openstack-sahara04:47
*** esikachev has quit IRC04:51
*** Poornima has joined #openstack-sahara05:07
*** dave-mccowan has quit IRC05:21
*** akuznetsov has joined #openstack-sahara05:26
*** hdd has quit IRC05:36
*** shakamunyi has quit IRC06:02
*** rcernin has joined #openstack-sahara06:02
openstackgerritOpenStack Proposal Bot proposed openstack/sahara-dashboard: Imported Translations from Zanata  https://review.openstack.org/28972306:04
*** jamielennox is now known as jamielennox|away06:08
*** vgridnev has joined #openstack-sahara06:30
openstackgerritMerged openstack/sahara-dashboard: Imported Translations from Zanata  https://review.openstack.org/28972306:42
*** david-lyle_ has joined #openstack-sahara06:44
*** david-lyle has quit IRC06:44
*** esikachev has joined #openstack-sahara06:48
*** vgridnev has quit IRC06:52
*** esikachev has quit IRC06:52
*** pcaruana has quit IRC06:57
*** sgotliv has joined #openstack-sahara07:00
*** pgadiya has joined #openstack-sahara07:06
*** pgadiya has joined #openstack-sahara07:07
*** akuznetsov has quit IRC07:17
*** akuznetsov has joined #openstack-sahara07:21
*** akuznetsov has quit IRC07:38
*** sgotliv has quit IRC07:39
*** akuznetsov has joined #openstack-sahara07:45
*** Akanksha08 has joined #openstack-sahara07:53
*** vgridnev has joined #openstack-sahara08:00
*** akuznetsov has quit IRC08:07
*** vgridnev has quit IRC08:14
*** Poornima has quit IRC08:30
*** esikachev has joined #openstack-sahara08:49
*** witlessb has joined #openstack-sahara08:49
*** esikachev has quit IRC08:53
*** Poornima has joined #openstack-sahara09:33
*** sgotliv has joined #openstack-sahara09:38
*** pgadiya has quit IRC09:40
*** esikachev has joined #openstack-sahara09:47
*** esikachev has quit IRC09:51
*** pgadiya has joined #openstack-sahara09:57
*** tosky has joined #openstack-sahara10:06
*** esikachev has joined #openstack-sahara10:13
*** witlessb has quit IRC10:17
*** witlessb has joined #openstack-sahara10:19
*** openstackgerrit has quit IRC10:33
*** openstackgerrit has joined #openstack-sahara10:33
*** esikachev has quit IRC10:48
*** pgadiya has quit IRC11:02
*** pgadiya has joined #openstack-sahara11:02
*** itisha has joined #openstack-sahara11:31
*** dave-mccowan has joined #openstack-sahara11:33
*** rodrigods has quit IRC12:11
*** rodrigods has joined #openstack-sahara12:12
*** tellesnobrega is now known as tellesnobrega_af12:25
*** witlessb_ has joined #openstack-sahara12:55
*** witlessb has quit IRC12:57
*** witlessb_ is now known as witlessb12:57
*** pgadiya_ has joined #openstack-sahara13:14
*** pgadiya has quit IRC13:16
*** pgadiya_ has quit IRC13:20
*** pgadiya has joined #openstack-sahara13:24
*** tellesnobrega_af is now known as tellesnobrega13:24
*** syjulian has joined #openstack-sahara13:35
zigoI got loads of unit tests about "Plugins couldn't be loaded" when I attempt to build the Sahara Mitaka b3 Debian package.13:41
zigosahara.exceptions.ConfigurationError: Plugins couldn't be loaded: cdh, vanilla, ambari, spark13:41
zigoThat one, or:13:41
zigosahara.exceptions.ConfigurationError: Plugins couldn't be loaded: storm13:41
zigoor even:13:41
zigosahara.exceptions.ConfigurationError: Plugins couldn't be loaded: fake13:42
zigoWhat black magic am I missing?13:42
*** pgadiya has quit IRC13:43
*** _crobertsrh is now known as crobertsrh13:44
zigoDo I have to copy sahara.conf.sample-basic into $(CURDIR)/etc before running testr?13:45
crobertsrhzigo:  I'm unfamiliar with the debian packages, hopefully someone else in here can help.13:45
zigocrobertsrh: I don't need you to be, I maintain all of the 350+ debian packages for OpenStack, so I know.13:45
zigocrobertsrh: What I need to know, is how to run unit tests.13:45
zigocrobertsrh: It looks like when running testr, Sahara doesn't have the correct config, reading doc/source/userdoc/installation.guide.rst it tells about the sample-basic conf file...13:46
crobertsrhah, yes...13:46
crobertsrhI usually just use "./run_tests.sh"13:47
zigocrobertsrh: Which can't be used in the Debian packaging because 1/ it doesn't output anything in stdout for me and 2/ it attempts to run functional tests, which I don't want to run.13:47
crobertsrhfair enough13:48
*** dave-mccowan has quit IRC13:48
zigoSo I would like to run testr "manually", like I'm doing for most packages.13:48
crobertsrhI'm pretty sure that run_tests wind-sup calling testr at some point.13:48
*** dave-mccowan has joined #openstack-sahara13:48
crobertsrhLet me see if I can dig up a proper "manual" command13:49
zigoMy question is: if I copy sahara.conf.sample-basic into `pwd`/etc/sahara.conf, will the "testr run" use it?13:49
zigocrobertsrh: ^13:49
crobertsrhI'm not entirely sure.  vgridnev, SergeyLukjanov ^^^13:49
* zigo tries13:49
zigocrobertsrh: Sergey should be in bank holiday today.13:50
crobertsrhAh :)13:50
crobertsrhalso a chance that tosky might know ^^ ^^ ^^13:50
toskyunit tests? Not my job :D13:50
crobertsrhheh13:50
toskyjoking aside, I had the same issue on CentOS and RHEL, and I don't remember how $someone_else (probably Ethan) solved it13:51
zigoMost Russian buddies should be afk today.13:51
crobertsrhand, of course, Ethan is still out13:51
*** hdd has joined #openstack-sahara13:55
*** Poornima has quit IRC14:03
*** tmckay has joined #openstack-sahara14:05
*** syjulian has quit IRC14:07
*** syjulian has joined #openstack-sahara14:09
zigocrobertsrh: My basic-sample copy/hack didn't work, and there's nothing to cheat on in the Fedora package.14:12
zigoSo I wonder how unit tests are even ran ...14:12
crobertsrhsorry....I was away for a few14:21
crobertsrhI'm not much help.  I just rely on our wrapper script.  Looks like it sets things up.  If you were to dig through run_tests.sh, you could probably figure out what gets set up.14:25
toskyour wrapper script is not so much supported (I asked Sergey long time ago)14:25
toskymoreover, it runs with tox and all dependencies dragged in a venv, which is not what you want to do with packages and packaged dependencies14:26
*** links has quit IRC14:27
crobertsrhah, good point tosky14:32
zigoIt looks like sahara unit tests are requiring the egg-info to be present.14:33
zigoI didn't have it ...14:33
zigoSo the solution seems to be running: python setup.py egg_info14:34
zigobefore the tests.14:34
crobertsrhfantastic, glad you got it going!14:37
zigo:)14:37
zigoBTW, these .jar without source code should go away from the codebase of Sahara.14:38
zigoThese are non-free blobs... :/14:38
crobertsrhFile bugs :)14:38
zigoI believe I did already.14:39
crobertsrhexcellent14:39
* zigo checks14:39
zigoOk, filing again if it wasn't.14:40
zigocrobertsrh: https://bugs.launchpad.net/sahara/+bug/145885314:42
openstackLaunchpad bug 1458853 in Sahara "source contains prebuilt java object" [Undecided,Triaged]14:42
zigoI filed this, since, there's been some progress, but there's still 3 .jar files remaining.14:42
crobertsrhAh....14:42
crobertsrhActually, I think those might be eliminated in the next release14:43
crobertsrhI know that a lot of things under edp-examples moved14:43
crobertsrhSome of them are not fixed though14:43
* zigo updated the bug report14:44
crobertsrhI suspect that we will have 2 remaining14:44
zigosahara_4.0.0~b3-1_amd64.changes uploaded to Debian Experimental. Thanks for your help, thanks for the release! :)14:48
* zigo moves on to the next server package for Mitaka b3.14:49
crobertsrhgood luck!15:00
openstackgerritMerged openstack/sahara-dashboard: Rewrite update calls in dashboard  https://review.openstack.org/28712115:07
*** tmckay has quit IRC15:17
*** tmckay has joined #openstack-sahara15:32
*** esikachev has joined #openstack-sahara15:44
*** syjulian has quit IRC15:45
*** esikachev has quit IRC15:49
*** links has joined #openstack-sahara15:52
*** tellesnobrega is now known as tellesnobrega_af15:57
*** tellesnobrega_af is now known as tellesnobrega15:59
*** esikachev has joined #openstack-sahara16:16
*** david-lyle_ is now known as david-lyle16:28
*** esikachev has quit IRC17:03
*** shakamunyi has joined #openstack-sahara17:06
*** shakamunyi has quit IRC17:23
*** rcernin has quit IRC17:34
*** shakamunyi has joined #openstack-sahara17:37
*** Akanksha08_ has joined #openstack-sahara17:40
*** sgotliv has quit IRC17:55
*** tosky has quit IRC18:15
*** thumpba has joined #openstack-sahara18:17
*** links has quit IRC18:23
*** tosky has joined #openstack-sahara18:35
*** bapalm has quit IRC19:02
*** tellesnobrega is now known as tellesnobrega_af19:09
*** bapalm has joined #openstack-sahara19:19
*** Akanksha08_ has quit IRC19:19
*** tellesnobrega_af is now known as tellesnobrega19:44
*** sgotliv has joined #openstack-sahara20:01
*** tellesnobrega is now known as tellesnobrega_af20:05
*** esikachev has joined #openstack-sahara20:06
*** tellesnobrega_af is now known as tellesnobrega20:19
*** crobertsrh1 has joined #openstack-sahara20:27
*** crobertsrh1 has left #openstack-sahara20:36
*** crobertsrh1 has joined #openstack-sahara20:37
*** thumpba has quit IRC20:50
*** bapalm has quit IRC20:58
*** sgotliv has quit IRC21:01
*** esikachev has quit IRC21:02
*** akuznetsov has joined #openstack-sahara21:05
*** akuznetsov has quit IRC21:05
*** tellesnobrega is now known as tellesnobrega_af21:11
*** crobertsrh1 has left #openstack-sahara21:13
*** bapalm has joined #openstack-sahara21:14
openstackgerritAndrey Pavlov proposed openstack/sahara: Adding cluster scaling and changing CLI calls in grenade  https://review.openstack.org/25042221:45
*** jamielennox|away is now known as jamielennox22:29
*** tellesnobrega_af is now known as tellesnobrega22:50
*** witlessb has quit IRC23:41

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