Wednesday, 2016-02-10

*** reldan has quit IRC00:35
*** reldan has joined #openstack-freezer00:38
*** reldan has quit IRC00:46
*** jokke_ has quit IRC00:58
*** jokke_ has joined #openstack-freezer00:58
*** dschroeder has quit IRC01:22
*** mingyu has quit IRC02:54
*** mingyu has joined #openstack-freezer02:54
*** lordd has joined #openstack-freezer03:41
*** lordd is now known as damia_pi03:45
*** damia_pi has quit IRC03:52
*** damia_pi has joined #openstack-freezer04:14
*** damia_pi has quit IRC05:26
*** damia_pi has joined #openstack-freezer05:27
*** damia_pi has quit IRC05:35
*** mingyu has quit IRC05:42
*** mingyu has joined #openstack-freezer05:43
*** damia_pi has joined #openstack-freezer05:50
*** damia_pi has quit IRC05:55
*** damia_pi has joined #openstack-freezer05:57
*** damia_pi has quit IRC05:57
*** daemontool_ has joined #openstack-freezer05:58
*** daemontool has quit IRC06:02
*** damia_pi has joined #openstack-freezer06:20
*** damia_pi has quit IRC06:54
*** damia_pi has joined #openstack-freezer07:28
dmelladoSlashme_: on that one you *don't* have a configuration file for sphinx07:29
dmelladothis is not running07:29
dmelladoit should be there and it's strange that it's not07:29
*** openstackgerrit has quit IRC07:47
*** openstackgerrit has joined #openstack-freezer07:48
openstackgerritFabrizio Fresco proposed openstack/freezer: Blueprint specs for DR in freezer  https://review.openstack.org/27824207:51
*** samuelBartel has joined #openstack-freezer08:24
dmelladobtw guys, can some give +A to this? https://review.openstack.org/#/c/277484/08:28
openstackgerritFabrizio Fresco proposed openstack/freezer: Blueprint specs for DR in freezer  https://review.openstack.org/27824208:39
*** reldan has joined #openstack-freezer08:45
*** reldan has quit IRC08:59
*** reldan has joined #openstack-freezer09:05
*** reldan has quit IRC09:24
*** damia_pi has quit IRC09:45
*** reldan has joined #openstack-freezer09:48
*** root_152 has joined #openstack-freezer09:53
*** root_152 has quit IRC09:54
*** m3m0_ has joined #openstack-freezer09:56
*** EmilDi has joined #openstack-freezer10:36
reldandaemontool_11:00
reldanHi, how are you?11:00
reldanhttps://review.openstack.org/#/c/277875/11:01
reldanI don’t know how to fix this, it seemst that now we can make only one commit that should fix everything11:01
*** samuelBartel has quit IRC11:15
daemontool_reldan,  looking11:42
daemontool_I'm good thanks11:42
reldandaemontool_: and here is something strange https://review.openstack.org/#/c/278242/11:43
reldangate-freezer-python34FAILURE in 1m 2711:43
daemontool_reldan,  I think we have to execute the dsvm gate job only on liberty and master11:44
daemontool_it's too much hassle to backport that11:44
*** reldan has quit IRC11:46
daemontool_if some day we have to set it up for particular reasons11:49
daemontool_we'll backport it11:49
*** daemontool_ has quit IRC12:00
*** reldan has joined #openstack-freezer12:06
*** daemontool_ has joined #openstack-freezer12:16
daemontool_reldan, https://pythonhosted.org/six/ search for configparser12:21
daemontool_with python-six we can solve that issue12:21
reldanYes, seems so12:22
reldandaemontool_: how can we disable dsvm for kilo?12:33
reldandaemontool_: Can you do this?12:33
*** mingyu has quit IRC12:35
*** mingyu has joined #openstack-freezer12:36
daemontool_reldan,  https://review.openstack.org/#/c/278323/12:37
reldandaemontool_: great! :) Thank you12:37
daemontool_in my opinion, we should focus on delivering features12:38
daemontool_and backport patches if necessary12:38
reldandaemontool_: I 100% agree with you12:40
daemontool_the python3412:41
daemontool_we need to use python-six12:41
daemontool_that is 3 lines changes12:41
daemontool_that can be backported as it requires low efforts12:41
daemontool_I can do that12:41
dmelladoyep, just saw the issue myself12:49
dmelladoI agree on using python-six for that, that's the usual way ;)12:49
dmelladodaemontool_: will you be fixing the py34 gate then?12:50
daemontool_dmellado,  I can do it yes12:51
daemontool_we just need to see if it can be backported easily12:51
daemontool_yes, six>=1.9.0 # MIT is the same on kilo liberty and master12:56
daemontool_dmellado, if we have the same issue on freezer-api and freezer-web-ui12:57
daemontool_you can do it if you want12:57
daemontool_I don't know yet12:57
daemontool_easy to discover tho12:58
openstackgerritEldar Nugaev proposed openstack/freezer: Add six for py3 compatibility  https://review.openstack.org/27834612:58
dmelladodaemontool_: as of now I only changed that to freezer repo, will submite the equivalent patch to those and if it gets triggered I'll fix it12:58
daemontool_ah ok reldan  did it12:58
daemontool_:)12:58
dmelladogreat xD12:58
reldan:) Sorry12:58
dmelladothanks reldan ;)13:02
reldanWe can use six. Or do as it did Fausto before13:03
reldantry:13:03
reldan    import configparser13:03
reldanexcept ImportError:13:03
reldan    import ConfigParser as configparser13:03
dmelladoreldan: I'd go for six if possible13:04
dmelladobut up to you13:04
daemontool_yes, I think six is the most common way13:04
daemontool_probably at that time I didn't know about six13:04
reldanAgree with you, I send patch with six :)13:04
openstackgerritEldar Nugaev proposed openstack/freezer: Add six for py3 compatibility  https://review.openstack.org/27834613:21
daemontool_reldan,  there are may other issues we need to fix I think. I'd probably rename that commit to porting freezer to py313:23
daemontool_if you add py34 to tox.ini13:23
daemontool_and  run tox -r -v -epy34 you'll get all the errors13:24
reldanOh, I see - thank you!13:24
daemontool_envlist = py27,pep8,pylint,docs,py3413:24
reldanI will fix them all :)13:24
openstackgerritMemo Garcia proposed openstack/freezer-web-ui: Add SSL support for freezer-web-ui  https://review.openstack.org/27836613:40
openstackgerritMemo Garcia proposed openstack/freezer: Add SSL support for freezer  https://review.openstack.org/27836713:40
daemontool_reldan,  I'm going to send a patched tox.ini to https://review.openstack.org/27834613:41
daemontool_I think that is the layout we should probably use now that we have 2 python environments13:41
reldanYes, sure13:41
*** EmilDi has quit IRC13:52
*** EmilDi has joined #openstack-freezer13:53
*** fabriziof has joined #openstack-freezer13:56
*** mingyu has quit IRC14:05
*** mingyu has joined #openstack-freezer14:07
m3m0_yo guys, we should spend more time reviewing https://bugs.launchpad.net/freezer/14:24
m3m0_there are people submiting bugs there14:25
daemontool_yes14:27
m3m0_and clean it a little bit :)14:28
daemontool_we should do something like bug rotation14:31
*** Slashme_ has quit IRC14:34
openstackgerritMemo Garcia proposed openstack/freezer-web-ui: Fix misleading labeling for filters  https://review.openstack.org/27840714:43
*** damia_pi has joined #openstack-freezer14:45
*** daemontool_ has quit IRC14:49
*** daemontool_ has joined #openstack-freezer14:50
*** daemontool__ has joined #openstack-freezer14:52
*** daemontool__ is now known as daemontool14:52
m3m0_daemontool_ I'm going to remove cinder and nova modes from the ui until we are make sure they work properly, what are your thoughs on this?14:55
m3m0_reldan ^^14:55
*** daemontool_ has quit IRC14:55
reldanm3m0_: What do you mean by “work properly”?14:55
openstackgerritEldar Nugaev proposed openstack/freezer: Fix freezer for py3 compatibility  https://review.openstack.org/27834615:01
*** EmilDi has quit IRC15:03
*** Slashme has joined #openstack-freezer15:07
*** Slashme has quit IRC15:11
daemontoolm3m0_, they work now15:19
daemontoolthe incrementals are not supported15:20
daemontoolbut backups can be executed15:20
*** damia_pi has quit IRC15:23
*** damia_pi has joined #openstack-freezer15:23
*** damia_pi has quit IRC15:43
m3m0_sorry guys I was AFK15:43
m3m0_because I'm doing a small cleaning in the ui, just want to make sure that everything that is there is working as expected15:44
*** reldan has quit IRC15:51
daemontoolm3m0_, brilliant ++. what is not working right now?15:51
*** slashme has joined #openstack-freezer15:53
m3m0_nova and cinder with incrementals, but that's a matter of block that configuration from the ui15:54
*** Slashme_ has joined #openstack-freezer16:04
*** EmilDi has joined #openstack-freezer16:06
*** Slashme_ has quit IRC16:09
*** reldan has joined #openstack-freezer16:11
daemontoolm3m0_,  cinder incrementals are provided by https://review.openstack.org/#/c/276685/16:12
daemontoolfor nova we need to wait a bit16:13
daemontoolI need to understand if for the Nova Team is OK is we work on the hypervisor directly16:13
*** dschroeder has joined #openstack-freezer16:13
daemontoolor not16:13
daemontoolthat would change the solution16:13
*** Slashme_ has joined #openstack-freezer16:18
*** Slashme_ has quit IRC16:22
*** EmilDi has quit IRC16:33
*** mingyu has quit IRC16:38
*** mingyu has joined #openstack-freezer16:41
*** mingyu has left #openstack-freezer16:43
daemontoolreldan, I think we have to change the files structure of our tests16:48
reldandaemontool: what do you mean?16:49
daemontoollike16:49
daemontooltests/functional16:49
daemontooltests/integration16:49
daemontoollet's plan to do that in the future16:49
daemontoolbut now py34 fails because of the integration tests (which are not executed)16:50
daemontoolit fails for the import error16:50
reldanbut it is good, it is better to find error now16:50
daemontoolok, but shouldn't recourse on that directory16:52
daemontoolit's a different sets of tests16:52
openstackgerritEldar Nugaev proposed openstack/freezer: Fix freezer for py3 compatibility  https://review.openstack.org/27834616:52
reldanYes, it is. But currently we run local tests as unit tests16:53
reldanand it is good16:53
reldanbut sure we should think about different mechanisms for running integration and unit16:53
daemontoolexactly16:53
reldandaemontool: It seems that I have fixed problems with py3, but it is not small change https://review.openstack.org/#/c/278346/16:54
dmelladohow're you launching those? one option would be to embed unit in another dir with OS_TEST_PATH=./freezer/tests testr run --parallel16:55
reldancurrently integration have the same trigger as unit16:55
reldanbut it also checks some additional env variables16:55
reldanand if it cannot find them, it skips several tests16:56
reldanbut always works for local16:56
daemontooldmellado, the integration tests are no executed automatically with dsvm unfortunately16:57
dmelladodaemontool: oh, I see16:57
daemontoolit should be done like this https://github.com/openstack/python-novaclient/blob/master/tox.ini16:58
daemontoolbut there's also the dsvm side16:58
dmelladodaemontool: I was about to paste the same but from neutron xD16:58
daemontoolthing is that we need to change the tests files structure16:59
*** damia_pi has joined #openstack-freezer16:59
dmelladodaemontool: I'm having a look and all that I see it's abracadabra xD17:01
*** damia_pi has quit IRC17:01
dmelladoanyway, I guess this will have to be refactored17:03
daemontoolahah ok ty17:05
daemontoolI think so17:05
daemontoolreldan, we are going to disable py34 for kilo17:08
reldandaemontool: I suppose yes, we should disable for kilo17:08
*** fabriziof has quit IRC17:11
*** daemontool has quit IRC17:13
*** fabriziof has joined #openstack-freezer17:24
*** reldan has quit IRC18:00
*** EmilDi has joined #openstack-freezer18:26
*** slashme has quit IRC18:28
*** slashme has joined #openstack-freezer18:33
*** reldan has joined #openstack-freezer18:33
openstackgerritPierre Mathieu proposed openstack/freezer: Fix freezer for py3 compatibility  https://review.openstack.org/27834619:01
*** EmilDi has quit IRC19:03
*** daemontool has joined #openstack-freezer19:04
*** fabriziof has quit IRC19:07
daemontoolall, this should solve, python34 and dsvm gate  on kilo https://review.openstack.org/#/c/278323/19:24
daemontoolbut we still need to backport python34 fix to liberty19:24
*** daemontool has quit IRC19:38
*** daemontool has joined #openstack-freezer20:08
openstackgerritFausto Marzi proposed openstack/freezer-api: Switch to testr from pytest  https://review.openstack.org/26095020:25
daemontoolvannif,  ^^20:39
daemontoolm3m0_, ping20:52
*** daemontool has quit IRC21:07
*** daemontool has joined #openstack-freezer21:15
*** reldan has quit IRC22:04
*** reldan has joined #openstack-freezer22:10
*** daemontool has quit IRC22:13
*** daemontool has joined #openstack-freezer23:15

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