*** tzumainn has joined #openstack-mistral | 00:31 | |
*** rbrady has joined #openstack-mistral | 00:34 | |
*** rbrady has quit IRC | 00:34 | |
*** rbrady has joined #openstack-mistral | 00:34 | |
*** tzumainn has quit IRC | 00:47 | |
*** bobh has joined #openstack-mistral | 01:02 | |
*** jkilpatr has quit IRC | 01:04 | |
*** bobh has quit IRC | 01:35 | |
*** rbrady has quit IRC | 01:39 | |
*** gongysh has joined #openstack-mistral | 01:46 | |
*** zhurong has joined #openstack-mistral | 02:51 | |
*** gkadam has joined #openstack-mistral | 03:41 | |
*** gongysh has quit IRC | 04:30 | |
*** gongysh has joined #openstack-mistral | 05:09 | |
rakhmerov | apetrich: the main point of Mistral cron is that it's distributed, no single point of failure (kind of) | 05:10 |
---|---|---|
rakhmerov | unlike regular cron | 05:10 |
apetrich | rakhmerov, neat. I took a wee look at it yesterday afternoon to familiarize myself with it | 05:11 |
rakhmerov | bobh: yes, you're right. It's a limitation. I'm actually looking forward to see our action subsystem refactored seriously and that work is going on but not as fast as we want | 05:12 |
rakhmerov | this obviously can be a good enhancement, I agree | 05:13 |
rakhmerov | bobh: can you please file a BP (or bug) at launchpad? | 05:13 |
rakhmerov | apetrich: ok :) | 05:13 |
*** shardy has joined #openstack-mistral | 07:09 | |
d0ugal | btw, the issue yesterday, I was hitting was https://review.openstack.org/492046 | 07:57 |
rakhmerov | d0ugal: yeah, I thought it could be it | 07:59 |
d0ugal | ouch, the gate queue is huge | 08:33 |
*** jtomasek has joined #openstack-mistral | 08:35 | |
*** jaosorior has quit IRC | 08:37 | |
openstackgerrit | Merged openstack/python-mistralclient master: Task list now only queries the displayed fields. https://review.openstack.org/491780 | 08:38 |
*** nmakhotkin has joined #openstack-mistral | 08:38 | |
nmakhotkin | hi there! | 08:38 |
*** jtomasek has quit IRC | 08:39 | |
*** jaosorior has joined #openstack-mistral | 08:41 | |
*** jtomasek has joined #openstack-mistral | 08:47 | |
rakhmerov | nmakhotkin: welcome back to our IRC! :) | 08:48 |
rakhmerov | d0ugal: the check queue is now pretty big | 08:49 |
rakhmerov | gate seems to be fine now | 08:49 |
rakhmerov | ooh, no, I guess they both have problems.. | 08:49 |
*** jaosorior has quit IRC | 08:54 | |
*** gongysh has quit IRC | 09:19 | |
nmakhotkin | gate queue is really big | 09:32 |
*** gongysh has joined #openstack-mistral | 09:37 | |
*** jaosorior has joined #openstack-mistral | 09:54 | |
*** shardy has quit IRC | 10:08 | |
*** shardy has joined #openstack-mistral | 10:11 | |
*** zhurong has quit IRC | 10:39 | |
*** jkilpatr has joined #openstack-mistral | 10:59 | |
*** gongysh has quit IRC | 11:01 | |
*** rbrady has joined #openstack-mistral | 11:35 | |
*** gkadam has quit IRC | 11:52 | |
*** jtomasek has quit IRC | 12:05 | |
*** katkapilatova has joined #openstack-mistral | 12:13 | |
*** shardy has quit IRC | 12:23 | |
*** shardy has joined #openstack-mistral | 12:25 | |
*** rbrady has quit IRC | 12:29 | |
katkapilatova | hello everyone, I am trying to create a simple trigger - in this case, one that would print once per minute a list of nova flavors on the output. | 12:33 |
katkapilatova | But what I found out was that both "*/1 * * * *" and "36 * * * *" (I wanted to check whether my syntax in "once per minute" isn't causing the issue) patterns, I encountered a strange behaviour. The trigger was created fine and I could get information about it. | 12:33 |
katkapilatova | But once it got executed, the next estimated time started continually moving further to the past. For instance, in case of the "once per minute" trigger, the "next execution time" moved approximately 2 hours back into the past whenever I prompted for info about the trigger (say every second or two). | 12:33 |
katkapilatova | I used openstack client commands for it and my openstack-mistral version is 4.0.1 . | 12:33 |
katkapilatova | However, there's more. When I asked dmatthews about this, he found out that recent changes in mistral master don't enable him to create a trigger at all. | 12:33 |
d0ugal | toure|gone: ^ did you look at the cron triggers at all? | 12:34 |
d0ugal | I think toure will be around soon. | 12:34 |
d0ugal | rakhmerov: ^ this is the other cron problem I was trying to figure out. | 12:35 |
*** catintheroof has joined #openstack-mistral | 12:45 | |
*** jrist has joined #openstack-mistral | 12:58 | |
*** katkapilatova_ has joined #openstack-mistral | 13:15 | |
*** katkapilatova has quit IRC | 13:16 | |
*** katkapilatova_ is now known as katkapilatova | 13:16 | |
*** katkapilatova1 has joined #openstack-mistral | 13:17 | |
*** katkapilatova1 has quit IRC | 13:18 | |
*** katkapilatova1 has joined #openstack-mistral | 13:20 | |
*** toure|gone is now known as toure | 13:22 | |
*** katkapilatova1 has quit IRC | 13:23 | |
*** bobh has joined #openstack-mistral | 13:24 | |
*** katkapilatova1 has joined #openstack-mistral | 13:29 | |
toure | d0ugal still looking at it | 13:31 |
d0ugal | toure: k, thanks - let katkapilatova know if you have any ideas. | 13:59 |
*** katkapilatova1 has quit IRC | 14:00 | |
*** katkapilatova has left #openstack-mistral | 14:00 | |
*** katkapilatova has joined #openstack-mistral | 14:01 | |
toure | d0ugal will do...I think I have a hint, just trying to prove it | 14:01 |
*** gongysh has joined #openstack-mistral | 14:02 | |
*** gongysh has quit IRC | 14:03 | |
d0ugal | katkapilatova: did you check for errors in the engine log? | 14:04 |
katkapilatova | "Forbidden: You are not authorized to perform the requested action: Using trust-scoped token to create another token. Create a new trust-scoped token instead. (HTTP 403) (Request-ID: req-74c2c4e0-8ce9-4dcc-8c01-60f33e5182ff)" | 14:07 |
d0ugal | hmm, interesting. That actually sounds similar to the error I was hitting. | 14:07 |
katkapilatova | dOugal: last 50 lines from the log http://pastebin.test.redhat.com/507481 | 14:08 |
katkapilatova | it's interesting that you cannot even create the trigger while I can though | 14:09 |
d0ugal | katkapilatova: no, I can create the trigger - it just never executes | 14:09 |
katkapilatova | oh, then it might be the same...upon first execution, it does this to me | 14:09 |
d0ugal | katkapilatova: I have this in the api log. http://paste.openstack.org/show/618050/ | 14:12 |
d0ugal | I thought it would be fixed by this: https://review.openstack.org/#/c/492046/ | 14:12 |
d0ugal | but I think I have that patch applied... | 14:12 |
katkapilatova | once shadower is back, I can tell him to try it on his devbox | 14:15 |
d0ugal | katkapilatova: sounds good. | 14:15 |
d0ugal | nmakhotkin: I just commented on https://review.openstack.org/#/c/492046/ | 14:16 |
d0ugal | nmakhotkin: I get a different error with cron triggers. | 14:16 |
d0ugal | katkapilatova: sorry about this, this bit should have been easy! | 14:16 |
katkapilatova | oh, ye that's different | 14:16 |
d0ugal | between you, me and nmakhotkin we have three different errors, but they all seem to be related to authentication. | 14:18 |
katkapilatova | :D | 14:19 |
toure | d0ugal so my cron-trigger is running correctly | 14:19 |
katkapilatova | it's good that it seems to be connected to a specific area | 14:19 |
*** katkapilatova has left #openstack-mistral | 14:20 | |
*** jkilpatr has quit IRC | 14:20 | |
*** jkilpatr has joined #openstack-mistral | 14:20 | |
toure | d0ugal did it take time to hit the error? | 14:21 |
d0ugal | toure: damn, lucky you! | 14:21 |
toure | hahahaa | 14:21 |
d0ugal | toure: nah, it was very quick | 14:21 |
toure | so I have a glance image list running every 2 mins | 14:21 |
toure | so far it has been triggered correctly everytime | 14:22 |
nmakhotkin | d0ugal: yes, it seems like it depends on exact configuration | 14:22 |
nmakhotkin | and your error means that you probably have more than needed in config | 14:23 |
d0ugal | oh | 14:23 |
d0ugal | I'll check... | 14:23 |
nmakhotkin | but I'm not so sure | 14:23 |
nmakhotkin | katkapilatova: Did you use trust-scoped token to create cron-trigger ? | 14:23 |
toure | d0ugal can I see the workflow you are running? | 14:23 |
toure | I want to load it on my server and run it | 14:24 |
nmakhotkin | I just tested cron-triggers with my patch, so usual(not trust-scoped) token should work fine | 14:24 |
d0ugal | toure: I just have a test workflow that does nothing. so that wont be very useful | 14:25 |
d0ugal | nmakhotkin: k, thanks. I'll take a look at the config, I'm not sure what is in it :) | 14:25 |
toure | ack | 14:26 |
d0ugal | toure: it just has one action that is std.noop :) | 14:26 |
toure | cool | 14:26 |
toure | d0ugal what I will do, is load another trigger and keep the current one running | 14:26 |
nmakhotkin | d0ugal: but again, this issue needs to be fixed too :) | 14:27 |
nmakhotkin | d0ugal: I'd like to fix this but next 3 weeks I'll be on the vacation | 14:27 |
d0ugal | no problem :) | 14:28 |
d0ugal | I'll see if I can figure it out | 14:28 |
nmakhotkin | ok :) | 14:28 |
*** katkapilatova has joined #openstack-mistral | 14:29 | |
openstackgerrit | Merged openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 14:59 |
*** nmakhotkin has quit IRC | 16:43 | |
*** shardy has quit IRC | 17:38 | |
*** apetrich has quit IRC | 18:10 | |
*** apetrich has joined #openstack-mistral | 18:13 | |
*** portdirect is now known as eteppete | 19:02 | |
*** openstackgerrit has quit IRC | 19:03 | |
*** eteppete is now known as portdirect | 19:03 | |
*** portdirect has quit IRC | 19:17 | |
*** portdirect has joined #openstack-mistral | 19:17 | |
*** jrist has quit IRC | 19:48 | |
*** brunograz has quit IRC | 19:50 | |
*** brunograz1 has joined #openstack-mistral | 19:50 | |
*** apetrich has quit IRC | 19:54 | |
*** apetrich has joined #openstack-mistral | 19:55 | |
*** brunograz1 has quit IRC | 20:07 | |
*** brunograz has joined #openstack-mistral | 20:08 | |
*** jkilpatr has quit IRC | 20:11 | |
*** jkilpatr has joined #openstack-mistral | 21:00 | |
*** openstackgerrit has joined #openstack-mistral | 21:05 | |
openstackgerrit | Merged openstack/mistral master: [Triggers] Fix running openstack actions via triggers https://review.openstack.org/492046 | 21:05 |
openstackgerrit | Merged openstack/mistral master: Move dsl_v2 document to user guide https://review.openstack.org/490838 | 21:05 |
openstackgerrit | Merged openstack/mistral master: Add doc8 rule and check doc/source files https://review.openstack.org/492049 | 21:06 |
openstackgerrit | Merged openstack/mistral master: Fix the pep8 commands failed https://review.openstack.org/487637 | 21:06 |
*** rbrady has joined #openstack-mistral | 21:43 | |
*** bobh has quit IRC | 21:47 | |
*** bobh has joined #openstack-mistral | 21:48 | |
*** bobh has quit IRC | 21:53 | |
*** openstackgerrit has quit IRC | 22:18 | |
*** catintheroof has quit IRC | 22:45 | |
*** catintheroof has joined #openstack-mistral | 22:45 | |
*** catintheroof has quit IRC | 22:49 | |
kong | rakhmerov: have we merged all patches we need for pike? If we release rc1 and create a stable branch based on that, only critical bugfix could be backported | 23:39 |
kong | I can see there may be 2 candidates for pike, https://review.openstack.org/#/c/484986/ and https://review.openstack.org/#/c/490063/ | 23:39 |
kong | I can wait for the first one, but the latter one will need d0ugal to propose another patchset to fix the gate failure | 23:41 |
kong | d0ugal: are you around? | 23:41 |
*** tung_doan has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!