Thursday, 2017-04-13

*** thorst has joined #openstack-watcher00:12
*** thorst has quit IRC00:19
*** Tamayo has quit IRC00:22
*** exploreshaifali has joined #openstack-watcher00:25
*** exploreshaifali has quit IRC00:40
*** zhurong has joined #openstack-watcher00:43
*** thorst has joined #openstack-watcher00:50
*** thorst has quit IRC01:01
*** sanfern has quit IRC01:12
*** thorst has joined #openstack-watcher01:49
*** thorst has quit IRC01:49
*** thorst has joined #openstack-watcher02:21
openstackgerritMerged openstack/watcher master: Updated from global requirements  https://review.openstack.org/45603402:34
openstackgerritlicanwei proposed openstack/watcher master: Add action description  https://review.openstack.org/45072002:37
openstackgerritlicanwei proposed openstack/watcher master: Add action description notification  https://review.openstack.org/45463802:37
*** thorst has quit IRC02:39
*** sanfern has joined #openstack-watcher02:53
openstackgerritlicanwei proposed openstack/python-watcherclient master: Add the filed of description to shell command for action.  https://review.openstack.org/41437603:11
*** hidekazu_ has quit IRC03:22
*** pshedimb_ has joined #openstack-watcher03:32
*** zhurong has quit IRC03:57
*** zhurong has joined #openstack-watcher04:16
*** hidekazu has joined #openstack-watcher04:36
*** thorst has joined #openstack-watcher04:36
*** thorst has quit IRC04:41
*** grumpycatt has quit IRC05:41
openstackgerritlicanwei proposed openstack/watcher master: use instance data replace exception.NoDataFound  https://review.openstack.org/45604705:41
*** pksingh has joined #openstack-watcher05:59
*** pksingh has quit IRC06:44
*** adisky_ has joined #openstack-watcher07:19
hidekazuadisky_: sorry i missed your ping yesterda.07:34
hidekazuadisky_: y.07:34
adisky_hidekazu: no problem07:35
adisky_hidekazu: I  need some help on action plan cancel07:35
hidekazuadisky_: if i can help ;)07:39
adisky_hidekazu: actually there is no way to abort a task in taskflow, for ONGOING actions if action plan cancel is triggered then taskflow is waiting for the action to complete then it is calling the revert method.07:41
adisky_hidekazu: so if we need to stop ONGOING actions ie. abort, i think we need to keep poll the action plan state.07:43
*** alexchadin has joined #openstack-watcher07:44
hidekazuadisky_: you mean we can not implement as spec?07:45
adisky_hidekazu: yes07:45
adisky_hidekazu: not completly but a little deviation07:46
hidekazuadisky_: i am not familiar with taskflow. but ok, i will investigate.07:47
adisky_hidekazu: i have seen taskflow blueprints there is one on abort but no one is working on it from long time, i have asked to taskflow team as well.07:48
adisky_meanwhile i wiill submit patch with polling approach07:49
*** vincentfrancoise has joined #openstack-watcher07:49
hidekazuadisky_: my colleague said taskflow activity is low these days.07:49
adisky_hidekazu: ok07:50
*** pksingh has joined #openstack-watcher07:55
pksinghalexchadin: Hello, Good Morning07:59
alexchadinpksingh: morning07:59
pksinghalexchadin: i have some queries regarding scope, can you please help me out understanding that07:59
alexchadinpksingh: yeap, what exactly do you want to know?08:00
pksinghalexchadin: i have some applications which are running on instances on some host aggregates08:00
pksinghalexchadin: i want to exclude the host aggregates from audit08:01
pksinghalexchadin: can this be done using scopes?08:01
alexchadinpksingh: yes!08:01
alexchadinwait a sec08:01
pksinghalexchadin: as per code we cant exclude host aggregates08:01
*** pshedimb_ has quit IRC08:03
alexchadinpksingh: for now, you may list all host aggregates you need in 'host_aggregates' array08:04
*** efoley has joined #openstack-watcher08:05
pksinghalexchadin: but that will be for running audit on only those host aggregates?08:05
*** efoley has quit IRC08:05
*** efoley_ has joined #openstack-watcher08:05
*** efoley__ has joined #openstack-watcher08:07
alexchadinpksingh: you can't exclude host aggregate, but you may not to mention it in the host_aggregates array. scope sets the borders for resources of audit08:09
*** efoley_ has quit IRC08:11
pksinghalexchadin: what about adding host aggregates in 'exclude' field like 'instances' and 'compute_nodes'?08:11
alexchadinpksingh: it would be good case :)08:13
alexchadinpksingh: I think, it costs 10-20 lines of codes08:14
pksinghalexchadin: can independent 'host_aggregates' and 'host_aggregates' in exclude reside together in one scope?08:14
pksinghalexchadin: i was implementing https://review.openstack.org/#/c/391374/15, based on new patch set, i will add 'instance_metadata' and 'host_aggregates' in exclde field08:15
alexchadinpksingh: I see that you have already added 'instance_metadata'08:17
alexchadinpksingh: I didn't understand your previous question08:17
pksinghalexchadin: let me explain with example08:18
pksinghalexchadin: i have pasted a scope as example at http://paste.openstack.org/show/606417/08:20
pksinghalexchadin: i think host_aggregate can be either in exclude field or include field,08:20
alexchadinpksingh: it makes sense08:21
pksinghalexchadin: earlier implementation of audit_tag was strategy based not scope based08:22
pksinghalexchadin: current patch set in spec suggests to move it to scope based08:22
alexchadinpksingh: I think, there should be checking for host_aggregates field in the scope08:22
pksinghalexchadin: at API layer iteself, right?08:23
alexchadinpksingh: can't it be implemented by json-schema in https://github.com/openstack/watcher/blob/master/watcher/decision_engine/scope/default.py ?08:24
alexchadinline 3108:24
pksinghalexchadin: i am not sure if i can check host_aggregates coming twise in schema?08:25
pksinghalexchadin: using json schema validator08:26
alexchadinpksingh: I'm looking at specification of schema08:26
alexchadinpksingh: if it's impossible, I think it should be checked at API layer08:27
pksinghalexchadin: i will find a way,08:27
pksinghalexchadin: what is best approach to implement audit tag, using scope or filetering in strategy?08:28
pksinghalexchadin: i think scope is little bit cleaner approach08:29
alexchadinpksingh: I think, when we come in strategy, our resources should already be prepared08:30
alexchadinpksingh: I agree with you, scope would be better way for it08:31
pksinghalexchadin: ok, i will reimplement it using scope08:31
pksinghalexchadin: thanks for your time, i will come to you if i need any help :)08:31
alexchadinpksingh: you are welcome!08:32
*** vincentfrancois1 has joined #openstack-watcher08:40
*** thorst has joined #openstack-watcher08:41
*** vincentfrancois1 has quit IRC08:51
*** thorst has quit IRC08:59
*** efoley_ has joined #openstack-watcher08:59
*** efoley__ has quit IRC09:02
*** pksingh has quit IRC10:08
*** zhurong has quit IRC10:17
*** alexchadin has quit IRC10:19
*** pksingh has joined #openstack-watcher10:39
*** zhurong has joined #openstack-watcher10:45
*** pksingh has quit IRC10:46
*** sanfern has quit IRC10:54
*** thorst has joined #openstack-watcher10:56
*** thorst has quit IRC11:01
*** efoley__ has joined #openstack-watcher11:06
*** efoley_ has quit IRC11:09
*** hidekazu_ has joined #openstack-watcher11:50
*** thorst has joined #openstack-watcher11:53
openstackgerritMerged openstack/watcher master: exception when running 'watcher actionplan start XXX'  https://review.openstack.org/45055511:59
*** Daviey has quit IRC12:28
*** hidekazu_ has left #openstack-watcher12:52
*** Daviey has joined #openstack-watcher12:57
*** alexchadin has joined #openstack-watcher13:51
*** vincentfrancoise has quit IRC13:53
*** vincentfrancoise has joined #openstack-watcher13:54
*** zhurong has quit IRC13:57
*** pksingh has joined #openstack-watcher14:02
*** vincentfrancoise has quit IRC14:23
*** vincentfrancoise has joined #openstack-watcher14:24
*** vincentfrancoise has quit IRC14:54
*** vincentfrancoise has joined #openstack-watcher14:55
*** pshedimb_ has joined #openstack-watcher14:56
*** zigo_ has joined #openstack-watcher15:09
*** zigo has quit IRC15:10
*** zigo_ is now known as zigo15:12
*** zigo is now known as Guest5258615:12
*** danpawli1 has quit IRC15:38
*** pshedimb_ has quit IRC15:39
*** alexchadin has quit IRC15:50
*** thorst has quit IRC16:23
*** thorst has joined #openstack-watcher16:25
*** openstack has joined #openstack-watcher16:32
*** pksingh has quit IRC16:42
*** pshedimb_ has joined #openstack-watcher16:44
*** efoley__ has quit IRC17:10
*** pshedimb_ has quit IRC17:16
sballe_alexhadin: all: I created a slide with the logos of all the companies who are participating in Watcher and want to make sure I picked the right logo for your companies. I updated it from the last OpenStack talk. https://usercontent.irccloud-cdn.com/file/6gz8gKrt/watcher_contributors.JPG18:31
sballe_please take a look and send me the right logo if I didn't use the right one. like I said I updated the content based on our last slide and added companies based on http://stackalytics.com/?module=watcher-group18:32
sballe_Also let me know if I forgot somebody and if I did I didn't do it on purpose18:33
*** adisky_ has quit IRC20:09
*** pshedimb_ has joined #openstack-watcher20:41
*** thorst has quit IRC21:02
*** thorst has joined #openstack-watcher22:10
*** thorst has quit IRC22:20
*** thorst has joined #openstack-watcher22:43
*** thorst has quit IRC22:44
*** thorst has joined #openstack-watcher23:15
*** thorst has quit IRC23:26
*** thorst has joined #openstack-watcher23:41
hidekazusballe_: NEC logo looks good, thanks.23:55
*** hidekazu_ has joined #openstack-watcher23:58

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