Monday, 2017-10-16

*** bobh has joined #openstack-mistral00:02
*** bobh has quit IRC00:56
*** bobh has joined #openstack-mistral01:09
*** yangyapeng has joined #openstack-mistral01:12
*** rbrady has quit IRC01:15
*** rbrady has joined #openstack-mistral01:29
*** rbrady has joined #openstack-mistral01:29
*** daidv has joined #openstack-mistral01:33
*** gkadam_ has quit IRC01:35
*** yangyapeng has quit IRC01:39
*** yangyapeng has joined #openstack-mistral01:41
*** rbrady has quit IRC02:17
rakhmerovd0ugal_: hi, please review https://review.openstack.org/#/c/508959/02:20
openstackgerritHieu LE proposed openstack/mistral master: Implement policy in code - event trigger (11)  https://review.openstack.org/51173802:21
openstackgerritHieu LE proposed openstack/mistral master: Implement policy in code - docs and reno (end)  https://review.openstack.org/51176902:22
*** mattybrennan has quit IRC02:46
*** bobh has quit IRC02:57
*** gkadam_ has joined #openstack-mistral03:10
*** gkadam_ has quit IRC03:10
*** gkadam has joined #openstack-mistral03:10
*** chlong has joined #openstack-mistral03:29
*** bobh has joined #openstack-mistral03:34
*** bobh has quit IRC03:44
*** bobh has joined #openstack-mistral03:48
*** bobh has quit IRC03:53
openstackgerritRenat Akhmerov proposed openstack/mistral master: Optimize mistral queries for 'get_task_executions'  https://review.openstack.org/51142904:22
*** Dinesh_Bhor has joined #openstack-mistral04:42
*** cargonza has quit IRC06:24
*** hrybacki has quit IRC06:24
*** csatari has quit IRC06:24
*** csatari has joined #openstack-mistral06:26
*** cargonza has joined #openstack-mistral06:26
*** hrybacki has joined #openstack-mistral06:26
*** openstackgerrit has quit IRC06:28
*** AlexeyAbashkin has joined #openstack-mistral06:39
*** yangyapeng has quit IRC06:42
*** yangyapeng has joined #openstack-mistral06:42
*** AlexeyAbashkin has quit IRC06:46
*** openstackgerrit has joined #openstack-mistral07:02
openstackgerritRenat Akhmerov proposed openstack/mistral master: Revert "Enable eventlet monkey patching for MySQLdb driver"  https://review.openstack.org/51218907:02
*** jtomasek has joined #openstack-mistral07:10
*** jtomasek has quit IRC07:11
*** jtomasek has joined #openstack-mistral07:11
*** shardy has joined #openstack-mistral07:18
apetrichMorning07:29
rakhmerovhi Adriano07:32
*** jpich has joined #openstack-mistral07:38
*** AlexeyAbashkin has joined #openstack-mistral07:38
*** bobh has joined #openstack-mistral07:54
*** bobh has quit IRC07:58
*** d0ugal_ has quit IRC08:01
*** d0ugal has joined #openstack-mistral08:01
*** d0ugal has quit IRC08:01
*** d0ugal has joined #openstack-mistral08:01
rakhmerovjust FYI: I won't show up at the meeting today08:06
apetrichok08:11
rakhmerovthrash|g0ne: hi Brad, can you please add the tests for https://review.openstack.org/#/c/511616 ? I approved it by mistake but it's ok, we can add tests separately08:47
d0ugalI alsmost asked for tests but decided it wasn't worth it :)08:54
d0ugalrakhmerov: when would be good this week to look at the action context stuff? I assume not today.08:54
*** bobh has joined #openstack-mistral08:55
rakhmerovd0ugal: ping me tomorrow morning please08:55
rakhmerovif it's ok for you08:55
d0ugalrakhmerov: sure, that is fine.08:55
rakhmerovtoday is not good for me, yes08:55
rakhmerovsorry for that08:55
d0ugalnp08:55
d0ugalI really want to try and move forward with it this week08:55
d0ugalso tomorrow is good.08:55
rakhmerovas far as tests, well yeah, functions are really simple. Having tests though is good for many reasons. Including serving as a usage example08:56
d0ugalTrue.08:56
openstackgerritMerged openstack/python-mistralclient master: Don't create client for help and bash completion  https://review.openstack.org/50895908:56
*** bobh has quit IRC08:59
*** mcdoker1818 has joined #openstack-mistral09:20
openstackgerritMerged openstack/mistral master: Optimize mistral queries for 'get_task_executions'  https://review.openstack.org/51142909:31
*** AlexeyAbashkin has quit IRC09:53
*** AlexeyAbashkin has joined #openstack-mistral09:53
*** bobh has joined #openstack-mistral09:55
*** bobh has quit IRC10:00
d0ugalCan anyone remind me how to run the tempest tests?10:08
d0ugalrakhmerov ^?10:09
d0ugalapetrich: ^10:09
rakhmerovmanually?10:09
d0ugalyup10:09
rakhmerovoouch..10:09
d0ugalI wrote a temptest test on one of my patches but it is broken, I want to debug it in a local env10:09
rakhmerovwell, you have to install tempest locally and then feed mistral tempest tests to it10:10
rakhmerovit's not so easy )10:10
d0ugallol10:10
d0ugal:(10:10
rakhmerovyeah, sorry10:10
rakhmerovit's possible, of course, but I don't remember all the steps well too10:10
d0ugalRight10:10
apetrichI'm lazy in oooq there's a overcloud-validate.sh but I think it is doing pingtest now not tempest10:10
d0ugalOh, I guess I can copy the steps from CI10:11
rakhmerovyeah10:11
d0ugaloh, there is a file in my tripleo env that looks like it might run tempest tests...10:12
* d0ugal runs ~/tempest-setup.sh10:12
rakhmerovyeah, but it requires keystone etc. to work properly10:14
d0ugalyeah, I have a full openstack env here10:14
rakhmerovok10:14
d0ugalThis seems to work. Neat.10:17
rakhmerov:))10:22
rakhmerovcan this script be used outside of your tripleo env?10:22
rakhmerov:)10:22
d0ugalrakhmerov: good question.10:23
d0ugalrakhmerov: I'm still figuring out how to use it, it seems to find all the tests but only runs one of them...10:23
d0ugalrakhmerov: it is generated from ansible for the environment, so I'm not sure it will work10:25
d0ugalbut I guess it could be adapted10:25
d0ugalFWIW, this is what it looks like: http://paste.openstack.org/show/623695/10:27
openstackgerritMerged openstack/mistral master: Add yaml and json parsing functions  https://review.openstack.org/51161610:32
*** openstackgerrit has quit IRC10:33
*** daidv has quit IRC10:38
rakhmerovok10:39
*** yangyapeng has quit IRC10:44
d0ugaloh, this is for running tempest against the overcloud which isn't really what I want.10:46
rakhmerovaah10:46
*** bobh has joined #openstack-mistral10:56
*** bobh has quit IRC11:01
*** AlexeyAbashkin has quit IRC11:04
*** rook-afk is now known as rook11:07
*** jkilpatr_ has joined #openstack-mistral11:16
*** AlexeyAbashkin has joined #openstack-mistral11:20
*** shardy is now known as shardy_lunch11:20
*** rbrady has joined #openstack-mistral11:41
*** yangyapeng has joined #openstack-mistral11:50
*** bobh has joined #openstack-mistral11:57
*** thrash|g0ne is now known as thrash11:57
*** bobh has quit IRC11:58
*** bobh has joined #openstack-mistral11:59
*** openstackgerrit has joined #openstack-mistral12:00
openstackgerritBrad P. Crochet proposed openstack/python-mistralclient master: Migrate python-mistralclient jobs to Zuul v3  https://review.openstack.org/50918412:00
*** chlong has quit IRC12:10
*** shardy_lunch is now known as shardy12:25
openstackgerritjunbo.li proposed openstack/mistral master: Add default configuration files to data_files  https://review.openstack.org/50777412:27
*** bobh has quit IRC12:30
*** bobh has joined #openstack-mistral12:34
*** dprince has joined #openstack-mistral12:37
*** gkadam has quit IRC12:38
openstackgerritMerged openstack/mistral master: Revert "Enable eventlet monkey patching for MySQLdb driver"  https://review.openstack.org/51218912:48
*** fultonj has joined #openstack-mistral12:55
*** apetrich has quit IRC12:59
*** apetrich has joined #openstack-mistral13:00
*** bobh has quit IRC13:08
openstackgerritDougal Matthews proposed openstack/mistral master: Add default configuration files to data_files  https://review.openstack.org/50777413:39
*** bobh has joined #openstack-mistral13:49
*** chlong has joined #openstack-mistral13:54
openstackgerritToure Dunnon proposed openstack/python-mistralclient master: [WIP] Running new workflow based on existing execution.  https://review.openstack.org/50665314:27
*** d0ugal has quit IRC14:46
*** brunograz has joined #openstack-mistral15:00
*** d0ugal has joined #openstack-mistral15:00
d0ugalMistral meeting now in #openstack-meeting-315:03
*** catintheroof has joined #openstack-mistral15:30
*** catintheroof has quit IRC15:38
*** catintheroof has joined #openstack-mistral15:38
*** d0ugal has quit IRC16:08
*** gkadam has joined #openstack-mistral16:14
*** d0ugal has joined #openstack-mistral16:23
*** mcdoker1818 has quit IRC16:25
*** chlong has quit IRC16:29
*** mcdoker1818 has joined #openstack-mistral16:31
*** AlexeyAbashkin has quit IRC16:36
*** jpich has quit IRC16:37
*** shardy has quit IRC16:39
*** thrash is now known as thrash|f00dz16:41
*** chlong has joined #openstack-mistral17:11
*** mcdoker1818 has quit IRC17:14
*** mcdoker1818 has joined #openstack-mistral17:17
*** thrash|f00dz is now known as thrash17:33
openstackgerritToure Dunnon proposed openstack/python-mistralclient master: [WIP] Running new workflow based on existing execution.  https://review.openstack.org/50665317:34
*** mcdoker1818 has quit IRC17:36
*** mcdoker1818 has joined #openstack-mistral17:39
*** mcdoker1818 has quit IRC17:46
*** AlexeyAbashkin has joined #openstack-mistral17:59
*** AlexeyAbashkin has quit IRC18:03
*** catintheroof has quit IRC18:07
*** catintheroof has joined #openstack-mistral18:08
*** catinthe_ has joined #openstack-mistral18:16
*** catintheroof has quit IRC18:18
*** catinthe_ has quit IRC18:23
*** toure is now known as toure_biab18:40
*** rbrady is now known as rbrady-afk18:44
*** thrash is now known as thrash|biab18:53
*** thrash|biab is now known as thrash19:31
*** thrash is now known as thrash|biab19:52
*** jtomasek has quit IRC20:23
*** dprince has quit IRC20:23
*** thrash|biab is now known as thrash20:24
*** livelace-link has joined #openstack-mistral20:56
*** bobh has quit IRC21:21
*** chlong has quit IRC21:45
*** catintheroof has joined #openstack-mistral22:58
*** bobh has joined #openstack-mistral23:46

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