Thursday, 2018-02-08

*** zhurong has joined #openstack-mistral00:52
*** jtomasek has quit IRC01:17
*** pengdake_ has joined #openstack-mistral01:25
*** yangyapeng has quit IRC01:27
*** yangyapeng has joined #openstack-mistral01:27
*** hardikjasani has joined #openstack-mistral03:48
*** pengdake_ has quit IRC04:04
rakhmerovd0ugal: yes04:19
rakhmerovd0ugal: ooh, it's already merged04:21
rakhmerovbut yes, the change is good04:21
rakhmerovthanks04:21
rakhmerovbtw, if needed, you can also completely disable cron triggers04:21
rakhmerovthere's an option for that04:21
itlinuxd0ugal: talking to thrash: today and a new patch has been submitted.. It worked..04:35
*** zhurong has quit IRC04:56
*** pengdake_ has joined #openstack-mistral05:26
*** gkadam has joined #openstack-mistral05:36
*** zhurong has joined #openstack-mistral05:49
openstackgerritRenat Akhmerov proposed openstack/mistral master: Consider size of output_on_error  https://review.openstack.org/49041405:54
openstackgerritRenat Akhmerov proposed openstack/mistral master: Consider size of output_on_error  https://review.openstack.org/49041405:55
*** threestrands has quit IRC05:57
*** yangyapeng has quit IRC06:10
*** yangyapeng has joined #openstack-mistral06:15
itlinuxok.. I tried to fresh deploy with mistral and the patch from thrash: it fails.. but if I rerun it it completes fine.. and I have a running mistral on the overcloud!! Very unusual07:02
itlinuxhere are some logs http://paste.openstack.org/show/666006/07:03
itlinuxhttp://paste.openstack.org/show/665896/ at fail time.. the one before is after the deployment looking at the mistral logs on the controller007:03
*** itlinux has quit IRC07:06
rakhmerovd0ugal, apetrich: hi, can you please review https://review.openstack.org/#/c/490414/ ? It looks ok to me now and fixes a pretty tricky bug that we saw in our env previously07:11
*** AlexeyAbashkin has joined #openstack-mistral07:20
*** jtomasek has joined #openstack-mistral07:23
rakhmerovapetrich, d0ugal: I think https://review.openstack.org/#/c/541829 also deserves to be merged07:23
*** jtomasek has quit IRC07:24
*** jtomasek has joined #openstack-mistral07:25
*** AlexeyAbashkin has quit IRC07:38
*** AlexeyAbashkin has joined #openstack-mistral07:43
openstackgerritAndreas Jaeger proposed openstack/python-mistralclient master: Remove broken tox-cover job  https://review.openstack.org/54206507:43
*** AlexeyAbashkin has quit IRC07:47
*** AlexeyAbashkin has joined #openstack-mistral07:52
*** mnaser has quit IRC08:17
*** katkapilatova has joined #openstack-mistral08:17
*** mnaser has joined #openstack-mistral08:18
*** oidgar has joined #openstack-mistral08:48
*** jpich has joined #openstack-mistral08:54
*** pengdake_ has quit IRC08:56
*** daidv_ has quit IRC08:56
*** daidv_ has joined #openstack-mistral09:02
*** pengdake_ has joined #openstack-mistral09:10
d0ugalrakhmerov: I'll review them shortly09:10
rakhmerovthanks09:11
d0ugalrakhmerov: I think I actually made an error in my patch :(09:11
d0ugalbut my testing was confused because cron triggers were broken09:11
rakhmerovin what patch?09:11
d0ugaljust checking now09:11
d0ugalthe cron trigger config patch09:11
rakhmerovconfigurability of cron trigger interval?09:11
d0ugalyeah09:11
rakhmerovooh, really?09:11
rakhmerovwhat error?09:11
d0ugalIt didn't work :)09:11
rakhmerovI didn't notice anything09:11
d0ugalstill runs every second09:11
d0ugalno errors09:11
rakhmerovplease fix it asap )09:11
d0ugaloh, I am09:11
rakhmerovd0ugal: btw, we need to release this week09:12
d0ugalrakhmerov: I think I need to change this too: https://github.com/openstack/mistral/blob/master/mistral/services/periodic.py#L15709:12
d0ugalYup09:12
rakhmerovmake sure to check what the deadline is09:12
d0ugalTomorrow iirc09:12
rakhmerovyeah, this should be changed as well09:12
d0ugalI am just checking to make sure it solve it totally09:13
rakhmerovyep09:13
rakhmerovjust add some logging/printing..09:13
d0ugalI have it running in an env, so I can do a real test :)09:14
d0ugalrakhmerov: okay, this is weird. Even updating that also doesn't help09:18
d0ugalI must be missing something here09:18
rakhmerovooh09:19
rakhmerovmaybe you need to reinstall Mistral or something?09:19
rakhmerovclean up *.pyc ?09:20
d0ugalGood point. I'll check a few things09:20
d0ugalI manually patched the file is site-packages09:20
*** zhurong has quit IRC10:04
*** pengdake_ has quit IRC10:07
*** oidgar has quit IRC10:27
*** zhurong has joined #openstack-mistral11:29
*** katkapilatova has quit IRC11:53
*** oidgar has joined #openstack-mistral12:33
*** jaosorior has quit IRC12:56
*** jaosorior has joined #openstack-mistral12:56
*** thrash|bbl is now known as thrash12:57
*** AlexeyAbashkin has quit IRC13:03
*** AlexeyAbashkin has joined #openstack-mistral13:04
*** hardikjasani has quit IRC13:17
*** katkapilatova has joined #openstack-mistral13:25
*** zhurong has quit IRC13:27
*** d0ugal has quit IRC13:36
*** rbrady has quit IRC13:43
*** d0ugal has joined #openstack-mistral13:43
*** AlexeyAbashkin has quit IRC13:56
*** AlexeyAbashkin has joined #openstack-mistral13:56
openstackgerritDougal Matthews proposed openstack/mistral master: Really make the cron trigger execution interval configurable  https://review.openstack.org/54220214:06
*** akazakov has joined #openstack-mistral14:09
*** katkapilatova has quit IRC14:24
*** katkapilatova has joined #openstack-mistral14:25
apetrichd0ugal, I don't get it . where is process_cron_triggers_v2 called?14:28
d0ugalapetrich: see the __init__14:28
d0ugalapetrich: it isn't called, but it is registered14:28
apetrichoh I see14:29
apetrichd0ugal, cheers14:29
d0ugalapetrich: I broke a test, just fixing it14:29
d0ugalBasically I copied how the expiration policy does it14:29
openstackgerritDougal Matthews proposed openstack/mistral master: Really make the cron trigger execution interval configurable  https://review.openstack.org/54220214:30
d0ugal^ that might be enough, still waiting for the tests to finish locally. #sloooow14:30
apetrichthat it is14:33
*** rbrady has joined #openstack-mistral14:36
d0ugalapetrich: looks like the tests should be good now14:40
d0ugalapetrich: I am going to add a DNM tripleo patch just to test it in action in CI14:40
apetrichcool14:40
apetrichgood idea14:41
d0ugalrakhmerov: https://review.openstack.org/#/c/542202/15:00
d0ugalrakhmerov: ^ that should solve the issue with my cron trigger config patch. The diff looks quite bad, but it is mostly an indentation change.15:01
*** mattybrennan has joined #openstack-mistral15:01
*** itlinux has joined #openstack-mistral15:02
aspiersHi rakhmerov :) Eric and I are going to submit a talk for Vancouver which introduces the self-healing SIG to a wider audience (which will hopefully attract more operators to join). Would you like to be a co-presenter, maybe give a shortened version of the Vitrage+Mistral integration demo you gave in Sydney? I have also invited Ifat.15:16
*** bobh has joined #openstack-mistral15:39
*** itlinux has quit IRC15:42
*** mattybrennan has quit IRC15:48
*** mattybrennan has joined #openstack-mistral15:48
*** mattybrennan has quit IRC15:49
*** mattybrennan has joined #openstack-mistral15:49
*** katkapilatova has quit IRC15:55
*** katkapilatova has joined #openstack-mistral15:56
*** katkapilatova has quit IRC16:04
*** mattybrennan has quit IRC16:27
*** mattybrennan has joined #openstack-mistral16:30
*** itlinux has joined #openstack-mistral16:36
*** bobh has quit IRC16:38
*** openstackgerrit has quit IRC16:48
*** itlinux has quit IRC17:00
*** apetrich has quit IRC17:12
*** apetrich has joined #openstack-mistral17:13
*** gkadam has quit IRC17:15
*** AlexeyAbashkin has quit IRC17:19
*** AlexeyAbashkin has joined #openstack-mistral17:23
*** AlexeyAbashkin has quit IRC17:28
*** bobh has joined #openstack-mistral17:28
*** AlexeyAbashkin has joined #openstack-mistral17:33
*** jpich has quit IRC17:37
*** AlexeyAbashkin has quit IRC17:37
*** itlinux has joined #openstack-mistral17:59
*** mattybrennan has quit IRC18:05
*** mattybrennan has joined #openstack-mistral18:05
*** mattybrennan has quit IRC18:10
*** thrash is now known as thrash|biab18:22
*** oidgar has quit IRC18:25
*** mattybrennan has joined #openstack-mistral18:34
*** thrash|biab is now known as thrash18:48
*** mattybrennan has quit IRC19:12
*** mattybrennan has joined #openstack-mistral19:13
*** mattybrennan has quit IRC19:16
*** mattybrennan has joined #openstack-mistral19:16
*** cargonza has quit IRC19:25
*** csatari has quit IRC19:26
*** kong has quit IRC19:26
*** kong has joined #openstack-mistral19:27
*** cargonza has joined #openstack-mistral19:29
*** csatari has joined #openstack-mistral19:30
*** AlexeyAbashkin has joined #openstack-mistral19:37
*** thrash is now known as thrash|biab19:49
*** mattybrennan has quit IRC19:59
*** mattybrennan has joined #openstack-mistral20:00
*** mattybre_ has joined #openstack-mistral20:08
*** mattybrennan has quit IRC20:09
*** mattybre_ has quit IRC21:01
*** thrash|biab is now known as thrash21:31
*** itlinux has quit IRC22:12
*** AlexeyAbashkin has quit IRC22:23
*** toure is now known as toure|gone22:49
*** bobh has quit IRC23:06
*** pengdake_ has joined #openstack-mistral23:53
*** pengdake_ has quit IRC23:58

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