Wednesday, 2017-04-26

*** mgershen has quit IRC00:42
*** mgershen has joined #openstack-mistral00:43
*** dmellado has quit IRC01:00
*** dmellado has joined #openstack-mistral01:02
*** thrash is now known as thrash|g0ne01:33
tung_doanthrash|g0ne: d0ugal kong: that is a very good news! I will firgure out how Mistral + Zaquar work together. Hopw to talk with you later. thanks01:43
*** bobh has quit IRC01:59
*** zhurong has joined #openstack-mistral02:33
*** bobh has joined #openstack-mistral02:45
*** bobh has quit IRC02:49
*** zhurong has quit IRC03:15
*** gkadam has joined #openstack-mistral03:19
*** gongysh has joined #openstack-mistral04:47
*** gongysh has quit IRC04:49
*** sharatss has joined #openstack-mistral05:04
*** zhurong has joined #openstack-mistral05:07
*** zhurong has quit IRC05:52
*** gongysh has joined #openstack-mistral05:53
gongyshd0ugal, kong05:53
gongyshhi05:53
d0ugalgongysh: hi06:21
gongyshhi06:21
gongyshI want mistral not to save task execution, how to do it?06:24
gongyshd0ugal06:24
d0ugalgongysh: Why don't you want to save it?06:25
gongyshI have a loop workflow, which will run tasks for a long time. task1 -> task2 -> task106:26
*** zhurong has joined #openstack-mistral06:26
gongyshwith this loop flow, the mistral db will have thousands of task1 and task2 executions.06:26
d0ugalgongysh: there is no way, that I know of, to stop Mistral storing the action executions06:27
d0ugalHowever, you can use the execution expiration policy to clean them up06:27
d0ugalhttps://docs.openstack.org/developer/mistral/main_features.html?highlight=execution_expiration_policy#execution-expiration-policy06:27
gongyshd0ugal https://github.com/openstack/mistral/blob/master/mistral/engine/actions.py#L24606:31
openstackgerritluong tuan proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540706:31
gongyshthe code has the save=True parameter, but it seems other codes are not using it.06:32
d0ugalgongysh: that is used with `mistral run-action` only, which is a way of running an action outside of workflows - for testing etc.06:33
*** zhurong has quit IRC06:33
d0ugalI wrote that :)06:33
gongyshd0ugal, then how do pass in save=False?06:34
d0ugalgongysh: You can't from workflows.06:34
gongyshd0ugal, you expected there is 'gongysh' who will use it06:35
d0ugalFalse is the default btw06:35
gongysh:)06:35
gongyshd0ugal, https://github.com/openstack/mistral/blob/master/mistral/engine/actions.py#L23106:35
gongyshthe save=True is default.06:35
*** d0ugal has quit IRC06:39
*** d0ugal has joined #openstack-mistral06:41
d0ugalgongysh: sorry, I had a connection issue.06:42
d0ugalgongysh: I didn't see anything after I said "False is the default btw"06:42
gongyshd0ugal, https://github.com/openstack/mistral/blob/master/mistral/engine/actions.py#L23106:42
gongysh[14:35:51]  <gongysh>the save=True is default.06:42
d0ugalgongysh: right, but I mean for `mistral run-action` it defaults to false06:43
d0ugalfor everything else it defaults to True and there is no way to change it06:43
*** mgershen1 has joined #openstack-mistral06:48
*** mgershen has quit IRC06:49
*** mgershen has joined #openstack-mistral07:01
*** mgershen1 has quit IRC07:02
*** shardy has joined #openstack-mistral07:05
*** Kevin_Zheng has joined #openstack-mistral07:21
*** zhurong has joined #openstack-mistral07:27
*** jpich has joined #openstack-mistral07:42
*** warface has joined #openstack-mistral07:44
d0ugalrakhmerov: hey, are you around?07:59
*** zhurong has quit IRC08:08
*** gongysh has quit IRC08:16
*** jaosorior_away is now known as jaosorior08:28
*** gkadam is now known as gkadam-afk08:33
rakhmerovd0ugal: yes09:16
rakhmerovhi09:16
*** zhurong has joined #openstack-mistral09:22
*** zhurong has quit IRC09:37
d0ugalrakhmerov: to trigger the rpm package build, I need something to merge into mistral-lib :)09:49
d0ugalhttps://review.openstack.org/#/q/status:open+project:openstack/mistral-lib,n,z - could we land one of these?09:50
rakhmerovyes sir09:50
d0ugalThanks, they are both pretty small09:50
openstackgerritMerged openstack/mistral-lib master: Fix documentation for custom actions  https://review.openstack.org/45969509:58
openstackgerritMerged openstack/mistral-lib master: Remove the unused ApplicationContextNotFoundException  https://review.openstack.org/45969809:58
d0ugal\o/09:58
*** gkadam-afk is now known as gkadam10:30
*** gkadam has quit IRC10:31
*** gkadam has joined #openstack-mistral10:31
*** gkadam is now known as gkadam-afk10:31
*** jkilpatr has quit IRC10:45
*** jkilpatr has joined #openstack-mistral11:05
*** shardy is now known as shardy_lunch11:09
*** gkadam-afk is now known as gkadam11:23
jaosoriorsharatss: seems to me that it won't work, there is something wrong with the cahnges to the functional tests. Did you check the logs? I haven't had time to work on this. If you have time to dig deeper into the current issue it would be appreciated.11:31
sharatssjaosorior, i didn't check the logs yet. i will do it today and let you know11:32
rakhmerovd0ugal: I'd appreciate if you could chime in to https://review.openstack.org/#/c/45508311:36
rakhmerovanother architectural discussion11:36
d0ugalrakhmerov: we just use zaqar for that... it works great.12:18
d0ugalbut we don't have all the events, seems like it could be useful12:18
*** mgershen1 has joined #openstack-mistral12:20
*** mgershen has quit IRC12:22
rakhmerovd0ugal: yeah, also keep in mind that lots of people have nothing to do with OpenStack when they use Mistral, not sure if Zaqar would be ok for that12:23
*** thrash|g0ne is now known as thrash12:25
d0ugalyeah, maybe not, but I guess we at least need to support zaqar12:28
*** jpich has quit IRC12:39
*** shardy_lunch is now known as shardy12:39
*** jpich has joined #openstack-mistral12:40
openstackgerritSharat Sharma proposed openstack/mistral master: Minor nits to README  https://review.openstack.org/46010013:04
*** gkadam has quit IRC13:12
*** dprince has joined #openstack-mistral13:20
*** sharatss has quit IRC13:30
*** mgershen has joined #openstack-mistral13:36
*** jaosorior is now known as jaosorior_away13:36
*** mgershen1 has quit IRC13:38
*** bobh has joined #openstack-mistral13:42
*** catintheroof has joined #openstack-mistral13:56
*** chlong has joined #openstack-mistral13:58
*** bobh has quit IRC14:01
*** livelace has joined #openstack-mistral14:08
*** bobh has joined #openstack-mistral14:27
flaper87d0ugal: u around? any thoughts on this https://github.com/d0ugal/mistral-ansible-actions/pull/9 ?14:39
*** catintheroof has quit IRC15:10
*** catintheroof has joined #openstack-mistral15:11
*** catintheroof has quit IRC15:11
d0ugalflaper87: oh, sorry, I forgot to look yesterday. On it now.15:24
d0ugalflaper87: LGTM, is there something you want to change on it?15:38
flaper87d0ugal: having a prob with the inventory property15:38
flaper87d0ugal: registering the action seems to fail if there are properties15:39
d0ugaloh really, that is interesting.15:39
d0ugalflaper87: any errors>15:39
d0ugal?*15:39
flaper87d0ugal: yes, need to replicate. 2s, in a call15:40
flaper87:D15:40
d0ugalk15:40
*** warface has quit IRC15:41
openstackgerritDougal Matthews proposed openstack/mistral master: Add support for mistral-lib to Mistral  https://review.openstack.org/45351715:45
flaper87d0ugal: put the error on the PR15:57
flaper87d0ugal: btw, I'd like to do something similar w/ playbooks. Allow to pass a file or a template15:57
d0ugalflaper87: cool15:57
d0ugalwoah15:57
d0ugalI didn't know we stored action attributes!15:58
flaper87d0ugal: :)16:00
d0ugalflaper87: working on a fix16:00
flaper87d0ugal: awesome, looking forward to it. gtg now16:00
flaper87<316:00
d0ugalsure, I might not have one until tomorrow morning :)16:01
*** jpich has quit IRC16:08
*** mgershen1 has joined #openstack-mistral16:09
*** mgershen has quit IRC16:10
*** jpich has joined #openstack-mistral16:12
openstackgerritDougal Matthews proposed openstack/mistral master: Don't save @property methods with other attributes  https://review.openstack.org/46020616:13
d0ugalflaper87: ^16:14
*** jaosorior_away is now known as jaosorior16:22
openstackgerritDougal Matthews proposed openstack/mistral master: Don't save @property methods with other attributes  https://review.openstack.org/46020616:24
*** livelace has quit IRC16:24
*** jaosorior has quit IRC16:26
*** jaosorior has joined #openstack-mistral16:27
*** jaosorior is now known as jaosorior_away16:27
openstackgerritDougal Matthews proposed openstack/mistral master: Force Python 2 for pep8 linting  https://review.openstack.org/46021216:27
*** jamielennox is now known as jamielennox|away16:31
*** jpich has quit IRC16:37
*** dprince has quit IRC16:46
*** dprince has joined #openstack-mistral16:46
*** mgershen has joined #openstack-mistral16:51
*** mgershen1 has quit IRC16:52
*** warface has joined #openstack-mistral16:53
*** Qiming has quit IRC17:12
*** Qiming has joined #openstack-mistral17:14
*** warface has quit IRC17:36
*** jkilpatr_ has joined #openstack-mistral17:44
*** jkilpatr has quit IRC17:46
*** shardy has quit IRC17:50
*** thrash is now known as thrash|biab18:25
*** jkilpatr_ has quit IRC18:37
*** jkilpatr has joined #openstack-mistral18:39
*** thrash|biab is now known as thrash19:12
*** Kevin_Zheng has quit IRC19:17
*** Qiming has quit IRC19:39
*** Qiming has joined #openstack-mistral19:42
*** shardy has joined #openstack-mistral19:48
*** jamielennox|away is now known as jamielennox19:52
*** dprince has quit IRC20:00
*** shardy has quit IRC20:07
*** zhenguo has quit IRC21:22
*** thrash is now known as thrash|g0ne21:44
*** chlong has quit IRC21:48
*** jkilpatr has quit IRC21:51
*** rbrady has quit IRC22:18
*** jkilpatr has joined #openstack-mistral22:32
*** bobh has quit IRC22:38
openstackgerritLingxian Kong proposed openstack/mistral master: Add "running_region" param for OpenStack actions  https://review.openstack.org/46035123:43

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