*** thorst has joined #openstack-watcher | 00:12 | |
*** thorst has quit IRC | 00:19 | |
*** Tamayo has quit IRC | 00:22 | |
*** exploreshaifali has joined #openstack-watcher | 00:25 | |
*** exploreshaifali has quit IRC | 00:40 | |
*** zhurong has joined #openstack-watcher | 00:43 | |
*** thorst has joined #openstack-watcher | 00:50 | |
*** thorst has quit IRC | 01:01 | |
*** sanfern has quit IRC | 01:12 | |
*** thorst has joined #openstack-watcher | 01:49 | |
*** thorst has quit IRC | 01:49 | |
*** thorst has joined #openstack-watcher | 02:21 | |
openstackgerrit | Merged openstack/watcher master: Updated from global requirements https://review.openstack.org/456034 | 02:34 |
---|---|---|
openstackgerrit | licanwei proposed openstack/watcher master: Add action description https://review.openstack.org/450720 | 02:37 |
openstackgerrit | licanwei proposed openstack/watcher master: Add action description notification https://review.openstack.org/454638 | 02:37 |
*** thorst has quit IRC | 02:39 | |
*** sanfern has joined #openstack-watcher | 02:53 | |
openstackgerrit | licanwei proposed openstack/python-watcherclient master: Add the filed of description to shell command for action. https://review.openstack.org/414376 | 03:11 |
*** hidekazu_ has quit IRC | 03:22 | |
*** pshedimb_ has joined #openstack-watcher | 03:32 | |
*** zhurong has quit IRC | 03:57 | |
*** zhurong has joined #openstack-watcher | 04:16 | |
*** hidekazu has joined #openstack-watcher | 04:36 | |
*** thorst has joined #openstack-watcher | 04:36 | |
*** thorst has quit IRC | 04:41 | |
*** grumpycatt has quit IRC | 05:41 | |
openstackgerrit | licanwei proposed openstack/watcher master: use instance data replace exception.NoDataFound https://review.openstack.org/456047 | 05:41 |
*** pksingh has joined #openstack-watcher | 05:59 | |
*** pksingh has quit IRC | 06:44 | |
*** adisky_ has joined #openstack-watcher | 07:19 | |
hidekazu | adisky_: sorry i missed your ping yesterda. | 07:34 |
hidekazu | adisky_: y. | 07:34 |
adisky_ | hidekazu: no problem | 07:35 |
adisky_ | hidekazu: I need some help on action plan cancel | 07:35 |
hidekazu | adisky_: 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-watcher | 07:44 | |
hidekazu | adisky_: you mean we can not implement as spec? | 07:45 |
adisky_ | hidekazu: yes | 07:45 |
adisky_ | hidekazu: not completly but a little deviation | 07:46 |
hidekazu | adisky_: 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 approach | 07:49 |
*** vincentfrancoise has joined #openstack-watcher | 07:49 | |
hidekazu | adisky_: my colleague said taskflow activity is low these days. | 07:49 |
adisky_ | hidekazu: ok | 07:50 |
*** pksingh has joined #openstack-watcher | 07:55 | |
pksingh | alexchadin: Hello, Good Morning | 07:59 |
alexchadin | pksingh: morning | 07:59 |
pksingh | alexchadin: i have some queries regarding scope, can you please help me out understanding that | 07:59 |
alexchadin | pksingh: yeap, what exactly do you want to know? | 08:00 |
pksingh | alexchadin: i have some applications which are running on instances on some host aggregates | 08:00 |
pksingh | alexchadin: i want to exclude the host aggregates from audit | 08:01 |
pksingh | alexchadin: can this be done using scopes? | 08:01 |
alexchadin | pksingh: yes! | 08:01 |
alexchadin | wait a sec | 08:01 |
pksingh | alexchadin: as per code we cant exclude host aggregates | 08:01 |
*** pshedimb_ has quit IRC | 08:03 | |
alexchadin | pksingh: for now, you may list all host aggregates you need in 'host_aggregates' array | 08:04 |
*** efoley has joined #openstack-watcher | 08:05 | |
pksingh | alexchadin: but that will be for running audit on only those host aggregates? | 08:05 |
*** efoley has quit IRC | 08:05 | |
*** efoley_ has joined #openstack-watcher | 08:05 | |
*** efoley__ has joined #openstack-watcher | 08:07 | |
alexchadin | pksingh: 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 audit | 08:09 |
*** efoley_ has quit IRC | 08:11 | |
pksingh | alexchadin: what about adding host aggregates in 'exclude' field like 'instances' and 'compute_nodes'? | 08:11 |
alexchadin | pksingh: it would be good case :) | 08:13 |
alexchadin | pksingh: I think, it costs 10-20 lines of codes | 08:14 |
pksingh | alexchadin: can independent 'host_aggregates' and 'host_aggregates' in exclude reside together in one scope? | 08:14 |
pksingh | alexchadin: 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 field | 08:15 |
alexchadin | pksingh: I see that you have already added 'instance_metadata' | 08:17 |
alexchadin | pksingh: I didn't understand your previous question | 08:17 |
pksingh | alexchadin: let me explain with example | 08:18 |
pksingh | alexchadin: i have pasted a scope as example at http://paste.openstack.org/show/606417/ | 08:20 |
pksingh | alexchadin: i think host_aggregate can be either in exclude field or include field, | 08:20 |
alexchadin | pksingh: it makes sense | 08:21 |
pksingh | alexchadin: earlier implementation of audit_tag was strategy based not scope based | 08:22 |
pksingh | alexchadin: current patch set in spec suggests to move it to scope based | 08:22 |
alexchadin | pksingh: I think, there should be checking for host_aggregates field in the scope | 08:22 |
pksingh | alexchadin: at API layer iteself, right? | 08:23 |
alexchadin | pksingh: can't it be implemented by json-schema in https://github.com/openstack/watcher/blob/master/watcher/decision_engine/scope/default.py ? | 08:24 |
alexchadin | line 31 | 08:24 |
pksingh | alexchadin: i am not sure if i can check host_aggregates coming twise in schema? | 08:25 |
pksingh | alexchadin: using json schema validator | 08:26 |
alexchadin | pksingh: I'm looking at specification of schema | 08:26 |
alexchadin | pksingh: if it's impossible, I think it should be checked at API layer | 08:27 |
pksingh | alexchadin: i will find a way, | 08:27 |
pksingh | alexchadin: what is best approach to implement audit tag, using scope or filetering in strategy? | 08:28 |
pksingh | alexchadin: i think scope is little bit cleaner approach | 08:29 |
alexchadin | pksingh: I think, when we come in strategy, our resources should already be prepared | 08:30 |
alexchadin | pksingh: I agree with you, scope would be better way for it | 08:31 |
pksingh | alexchadin: ok, i will reimplement it using scope | 08:31 |
pksingh | alexchadin: thanks for your time, i will come to you if i need any help :) | 08:31 |
alexchadin | pksingh: you are welcome! | 08:32 |
*** vincentfrancois1 has joined #openstack-watcher | 08:40 | |
*** thorst has joined #openstack-watcher | 08:41 | |
*** vincentfrancois1 has quit IRC | 08:51 | |
*** thorst has quit IRC | 08:59 | |
*** efoley_ has joined #openstack-watcher | 08:59 | |
*** efoley__ has quit IRC | 09:02 | |
*** pksingh has quit IRC | 10:08 | |
*** zhurong has quit IRC | 10:17 | |
*** alexchadin has quit IRC | 10:19 | |
*** pksingh has joined #openstack-watcher | 10:39 | |
*** zhurong has joined #openstack-watcher | 10:45 | |
*** pksingh has quit IRC | 10:46 | |
*** sanfern has quit IRC | 10:54 | |
*** thorst has joined #openstack-watcher | 10:56 | |
*** thorst has quit IRC | 11:01 | |
*** efoley__ has joined #openstack-watcher | 11:06 | |
*** efoley_ has quit IRC | 11:09 | |
*** hidekazu_ has joined #openstack-watcher | 11:50 | |
*** thorst has joined #openstack-watcher | 11:53 | |
openstackgerrit | Merged openstack/watcher master: exception when running 'watcher actionplan start XXX' https://review.openstack.org/450555 | 11:59 |
*** Daviey has quit IRC | 12:28 | |
*** hidekazu_ has left #openstack-watcher | 12:52 | |
*** Daviey has joined #openstack-watcher | 12:57 | |
*** alexchadin has joined #openstack-watcher | 13:51 | |
*** vincentfrancoise has quit IRC | 13:53 | |
*** vincentfrancoise has joined #openstack-watcher | 13:54 | |
*** zhurong has quit IRC | 13:57 | |
*** pksingh has joined #openstack-watcher | 14:02 | |
*** vincentfrancoise has quit IRC | 14:23 | |
*** vincentfrancoise has joined #openstack-watcher | 14:24 | |
*** vincentfrancoise has quit IRC | 14:54 | |
*** vincentfrancoise has joined #openstack-watcher | 14:55 | |
*** pshedimb_ has joined #openstack-watcher | 14:56 | |
*** zigo_ has joined #openstack-watcher | 15:09 | |
*** zigo has quit IRC | 15:10 | |
*** zigo_ is now known as zigo | 15:12 | |
*** zigo is now known as Guest52586 | 15:12 | |
*** danpawli1 has quit IRC | 15:38 | |
*** pshedimb_ has quit IRC | 15:39 | |
*** alexchadin has quit IRC | 15:50 | |
*** thorst has quit IRC | 16:23 | |
*** thorst has joined #openstack-watcher | 16:25 | |
*** openstack has joined #openstack-watcher | 16:32 | |
*** pksingh has quit IRC | 16:42 | |
*** pshedimb_ has joined #openstack-watcher | 16:44 | |
*** efoley__ has quit IRC | 17:10 | |
*** pshedimb_ has quit IRC | 17: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.JPG | 18: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-group | 18:32 |
sballe_ | Also let me know if I forgot somebody and if I did I didn't do it on purpose | 18:33 |
*** adisky_ has quit IRC | 20:09 | |
*** pshedimb_ has joined #openstack-watcher | 20:41 | |
*** thorst has quit IRC | 21:02 | |
*** thorst has joined #openstack-watcher | 22:10 | |
*** thorst has quit IRC | 22:20 | |
*** thorst has joined #openstack-watcher | 22:43 | |
*** thorst has quit IRC | 22:44 | |
*** thorst has joined #openstack-watcher | 23:15 | |
*** thorst has quit IRC | 23:26 | |
*** thorst has joined #openstack-watcher | 23:41 | |
hidekazu | sballe_: NEC logo looks good, thanks. | 23:55 |
*** hidekazu_ has joined #openstack-watcher | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!