Wednesday, 2018-04-25

*** hoonetorg has joined #openstack-sahara00:09
*** hoonetorg has quit IRC00:14
*** zchkun has joined #openstack-sahara01:59
openstackgerritMerged openstack/sahara-extra master: Add support to build hadoop-2.7.5 related package  https://review.openstack.org/56159202:16
*** caowei has joined #openstack-sahara02:53
*** zchkun has joined #openstack-sahara03:00
*** links has joined #openstack-sahara04:29
*** pgadiya has joined #openstack-sahara04:38
*** pgadiya has quit IRC04:38
*** tesseract has joined #openstack-sahara07:01
*** pcaruana has joined #openstack-sahara07:06
*** amoralej|off is now known as amoralej07:20
*** caowei has quit IRC07:50
openstackgerritThomas Goirand proposed openstack/python-saharaclient master: Fix build with Sphinx 1.7.x  https://review.openstack.org/56413608:42
*** hoonetorg has joined #openstack-sahara09:49
*** caowei has joined #openstack-sahara10:10
zigoCan someone review this 4 lines patch?11:44
zigoI already pushed saharaclient to Debian with it.11:44
*** amoralej is now known as amoralej|lunch11:48
*** caowei has quit IRC11:51
tellesnobregazigo, I look into it12:03
*** tosky has joined #openstack-sahara12:09
*** amoralej|lunch is now known as amoralej12:40
zigotellesnobrega: Cheers !12:50
tellesnobregatosky, can you take a look as well?12:50
toskyzigo: the sphinx thing? I know where it come from (sphinx 1.7 landed on sid few days ago), but is it going to be "the" fix for everyone?12:51
toskyright now we have 1.6.something in upper-constraints, so I guess that simply no one looked at that12:51
toskyuhm, apparently we are the only one who import that file12:55
toskyactually that file was introduced in order to fix a bug and I'm not sure I see the connection12:58
toskyhttps://storyboard.openstack.org/#!/story/155129212:58
toskywhich lead to https://review.openstack.org/#/c/326582/12:58
toskyI wonder were we use that exactly13:00
toskyuhm13:00
tellesnobregahmm13:01
tellesnobregaseems odd13:01
tellesnobregatosky, btw I'm building a cdh image to try and test, not sure it will work here (internet too slow)13:06
toskyso, that code is needed by a custom sphinx extension which automatically generates the documentation from docstrings for the CLI part, so the openstackclient plugin13:08
zigotosky: Heat already imports the module from docutils, if you prefer, you can just import that one. In Sphinx 1.6, that Directive module is already deprecated, you know ...13:08
zigohttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896634 has the details...13:09
openstackDebian bug 896634 in src:python-saharaclient "FTBFS with sphinx 1.7.2: exception: cannot import name 'Directive'" [Serious,Fixed]13:09
toskythat is similar to what happens to API generation; that module could be useful outside there, I didn't check if it's there13:09
zigoAccording to the release notes of Sphinx 1.6 [0]:13:09
zigo  sphinx.util.compat.Directive class is now deprecated. Please13:09
zigo     use instead docutils.parsers.rst.Directive13:09
zigo  [0] http://www.sphinx-doc.org/en/master/changes.html#id3513:09
toskyzigo: no need for the details; I understand the bug; I was wondering if we really still need that code13:10
zigoSo even using Sphinx 1.6, you're not supposed to use that Directive.13:10
zigoAh ok ! :)13:10
zigoSorry.13:10
* zigo hides13:10
toskyzigo: we depend on sphinx>=1.6.2, so I think that you can remove the try ... catch and use the new import directly13:10
toskythe gates should notice the issue13:10
toskyif any issue13:10
zigoAgreed.13:11
zigoI can fix my patch then.13:11
tellesnobregathanks tosky13:11
tellesnobregaand zigo13:11
openstackgerritThomas Goirand proposed openstack/python-saharaclient master: Fix build with Sphinx 1.7.x  https://review.openstack.org/56413613:12
zigoThere you go...13:12
toskylet's see the gates13:13
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Remove mox3 from DataProcessingImageRegistryTests  https://review.openstack.org/56338013:15
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Remove mox3 from DataProcessingClusterTemplateTests  https://review.openstack.org/56342413:17
toskyzigo: the commit message too, please13:31
toskyno more ImportError13:31
openstackgerritMerged openstack/sahara-dashboard master: Require the (soon-to-be) Rocky version of Horizon  https://review.openstack.org/56373313:34
*** dave-mccowan has joined #openstack-sahara13:34
toskythe -2 was just to prevent a merge - I never remember if -w is enough13:36
zigok13:36
openstackgerritThomas Goirand proposed openstack/python-saharaclient master: Fix build with Sphinx 1.7.x  https://review.openstack.org/56413613:36
zigofixed commit message13:36
toskythanks13:38
*** dave-mcc_ has joined #openstack-sahara13:48
*** dave-mccowan has quit IRC13:51
openstackgerritMerged openstack/python-saharaclient master: Fix build with Sphinx 1.7.x  https://review.openstack.org/56413614:09
*** tmckay has joined #openstack-sahara14:20
*** tosky has quit IRC15:01
*** hoonetorg has quit IRC15:01
*** zchkun has quit IRC15:01
*** zigo has quit IRC15:01
*** zigo has joined #openstack-sahara15:01
*** tosky has joined #openstack-sahara15:04
*** hoonetorg has joined #openstack-sahara15:04
*** zchkun has joined #openstack-sahara15:04
*** ltosky[m] has quit IRC15:04
*** zchkun has quit IRC15:51
*** pcaruana has quit IRC15:57
*** pcaruana has joined #openstack-sahara15:59
*** pcaruana has quit IRC16:08
*** links has quit IRC16:09
*** vkmc- has joined #openstack-sahara16:09
*** vkmc has quit IRC16:10
*** vkmc- is now known as vkmc16:10
*** vkmc has quit IRC16:10
*** vkmc has joined #openstack-sahara16:10
*** vkmc has quit IRC16:10
*** vkmc has joined #openstack-sahara16:10
*** ltosky[m] has joined #openstack-sahara16:16
*** amoralej is now known as amoralej|off16:51
*** links has joined #openstack-sahara17:08
*** links has quit IRC17:09
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Drop mox3 from DataProcessingJobBinaryTests  https://review.openstack.org/56429017:19
*** pcaruana has joined #openstack-sahara17:20
*** tosky has quit IRC17:25
*** tosky has joined #openstack-sahara17:26
*** ukaynar has joined #openstack-sahara18:57
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_sahara master: (WIP) Update to use oslo.messaging service for RPC and Notify  https://review.openstack.org/56432519:28
*** tesseract has quit IRC20:40
*** pcaruana has quit IRC20:42
*** ukaynar has quit IRC21:03
*** ukaynar has joined #openstack-sahara21:12
*** openstackgerrit has quit IRC21:20
*** dave-mcc_ has quit IRC21:36
*** dave-mccowan has joined #openstack-sahara22:15
*** dave-mccowan has quit IRC22:36
*** ukaynar has quit IRC22:51
*** rcernin has joined #openstack-sahara22:52
*** ukaynar has joined #openstack-sahara22:59
*** tellesnobrega has quit IRC23:02
*** ukaynar has quit IRC23:09
*** tellesnobrega has joined #openstack-sahara23:21
*** tellesnobrega has quit IRC23:28
*** tosky has quit IRC23:50
*** ukaynar has joined #openstack-sahara23:55
*** ukaynar has quit IRC23:59

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