*** thrash is now known as thrash|g0ne | 01:01 | |
*** Guest98296 has quit IRC | 01:12 | |
*** yangyapeng has joined #openstack-mistral | 01:19 | |
*** dprince has quit IRC | 01:23 | |
*** Guest98296 has joined #openstack-mistral | 01:40 | |
*** harlowja has quit IRC | 01:42 | |
*** harlowja has joined #openstack-mistral | 03:37 | |
*** Guest98296 has quit IRC | 04:22 | |
*** Guest98296 has joined #openstack-mistral | 04:23 | |
*** hardikjasani has joined #openstack-mistral | 04:33 | |
*** Guest98296 has quit IRC | 04:48 | |
*** Guest98296 has joined #openstack-mistral | 04:49 | |
*** harlowja has quit IRC | 05:22 | |
*** yangyapeng has quit IRC | 05:27 | |
*** jtomasek has joined #openstack-mistral | 05:40 | |
*** yangyapeng has joined #openstack-mistral | 05:47 | |
*** yangyapeng has quit IRC | 05:53 | |
*** yangyapeng has joined #openstack-mistral | 05:59 | |
*** haint_ has quit IRC | 06:14 | |
*** nguyenhai has joined #openstack-mistral | 06:14 | |
*** nguyenhai has quit IRC | 06:32 | |
*** AlexeyAbashkin has joined #openstack-mistral | 06:38 | |
*** nguyenhai has joined #openstack-mistral | 06:45 | |
*** Guest98296 has quit IRC | 06:57 | |
*** d0ugal has joined #openstack-mistral | 06:57 | |
*** d0ugal has quit IRC | 06:57 | |
*** d0ugal has joined #openstack-mistral | 06:57 | |
d0ugal | kumar145: Hi | 07:07 |
---|---|---|
d0ugal | kumar145: Why do you want to use https without wsgi? | 07:07 |
d0ugal | I don't know of a way to do this. | 07:07 |
kumar145 | i dont want to run mistral-api on apache2 | 07:08 |
d0ugal | It doesn't need to be apache. | 07:08 |
kumar145 | i want it to be stand alone api like heat-api, cinder-api they work with ssl without wsgi | 07:09 |
d0ugal | kumar145: Have you tried configuring Mistral the same way? | 07:09 |
kumar145 | yes d0ugal i tried for newton release it gave ssl error | 07:10 |
kumar145 | not sure about newer vesions... | 07:10 |
d0ugal | I see, maybe it doesn't work in Newton. I have not used Mistral newton for a long time. | 07:11 |
d0ugal | https://docs.openstack.org/mistral/latest/configuration/config-guide.html | 07:11 |
d0ugal | There is some instructions about SSL there. | 07:11 |
d0ugal | If that doesn't work, then please open a bug. I guess it might not be working. | 07:11 |
d0ugal | It isn't something I use. | 07:11 |
kumar145 | d0ugal: ok i will check on latest release | 07:12 |
kumar145 | d0ugal: Thank u very much for quick reply :) | 07:12 |
d0ugal | np | 07:20 |
*** jpich has joined #openstack-mistral | 07:40 | |
*** gkadam has joined #openstack-mistral | 07:44 | |
*** shardy has joined #openstack-mistral | 07:48 | |
*** shardy has quit IRC | 07:52 | |
*** shardy has joined #openstack-mistral | 07:53 | |
*** shardy has quit IRC | 07:53 | |
*** shardy has joined #openstack-mistral | 08:00 | |
*** FL1SK has quit IRC | 08:06 | |
*** josecastroleon has quit IRC | 08:12 | |
*** josecastroleon has joined #openstack-mistral | 08:14 | |
*** d0ugal has quit IRC | 08:20 | |
*** d0ugal has joined #openstack-mistral | 08:39 | |
*** josecastroleon has quit IRC | 08:55 | |
*** d0ugal_ has joined #openstack-mistral | 09:02 | |
*** d0ugal has quit IRC | 09:03 | |
*** d0ugal_ has quit IRC | 09:05 | |
*** d0ugal has joined #openstack-mistral | 09:05 | |
*** kumar145 has quit IRC | 09:53 | |
*** d0ugal has quit IRC | 10:03 | |
*** d0ugal_ has joined #openstack-mistral | 10:04 | |
*** FL1SK has joined #openstack-mistral | 10:16 | |
*** thrash|g0ne is now known as thrash | 10:25 | |
*** yangyapeng has quit IRC | 10:30 | |
rakhmerov | d0ugal_: hi, https://review.openstack.org/#/c/558905 | 10:37 |
rakhmerov | not sure though if it can be backported | 10:37 |
rakhmerov | I don't think it fixes something critical | 10:37 |
d0ugal_ | rakhmerov: It makes sense to backport, a nice bugfix. | 10:41 |
rakhmerov | ok ) | 10:42 |
*** dprince has joined #openstack-mistral | 10:46 | |
*** d0ugal__ has joined #openstack-mistral | 11:03 | |
*** d0ugal_ has quit IRC | 11:04 | |
*** d0ugal__ has quit IRC | 11:19 | |
*** d0ugal has joined #openstack-mistral | 11:19 | |
*** d0ugal has quit IRC | 11:19 | |
*** d0ugal has joined #openstack-mistral | 11:19 | |
openstackgerrit | Doug Hellmann proposed openstack/mistral-lib master: add lower-constraints job https://review.openstack.org/555826 | 11:25 |
thrash | d0ugal: so, I think the log_exceptions is being swallowed, and not actually doing anything. | 11:49 |
thrash | d0ugal: I get an outright failure when calling an action directly from cli with that param. | 11:50 |
thrash | d0ugal: "Invalid input [name=swift.head_container, class=mistral.action | 11:50 |
thrash | s.openstack.actions.SwiftAction, unexpected=[u'log_exceptions']] | 11:50 |
thrash | d0ugal: it does seem though that we have two different code paths when an action is run from the cli vs. from a workflow. | 11:51 |
pgaxatte | hi | 12:03 |
pgaxatte | I'm back with another twisted workflow question :D | 12:03 |
pgaxatte | is there an easy way to get the workflow ID (not the execution ID) from within itself or do I have to use mistral.workflows_get with the name? | 12:05 |
pgaxatte | typically I'd like to check the progress of a task (snapshot for instance) and report once it has reached a final state (error, done or whatever) | 12:06 |
pgaxatte | and while it's not in a final state I would schedule a cron trigger to check again in a moment | 12:07 |
pgaxatte | oh nevermind, I thought I needed the ID of the workflow for mistral.cron_triggers_create but I just need the name :) | 12:08 |
*** yangyapeng has joined #openstack-mistral | 12:17 | |
*** yangyapeng has quit IRC | 12:22 | |
*** yangyapeng has joined #openstack-mistral | 12:41 | |
*** yangyapeng has quit IRC | 12:45 | |
*** yangyapeng has joined #openstack-mistral | 12:48 | |
openstackgerrit | Merged openstack/mistral stable/queens: Update cut_dict() to return no more than specified by length https://review.openstack.org/558905 | 12:59 |
*** yangyapeng has quit IRC | 13:03 | |
*** yangyapeng has joined #openstack-mistral | 13:03 | |
*** thrash is now known as thrash|appt | 13:06 | |
*** yangyapeng has quit IRC | 13:08 | |
*** hardikjasani has quit IRC | 13:23 | |
*** jistr is now known as jistr|mtg | 13:30 | |
*** yangyapeng has joined #openstack-mistral | 13:34 | |
*** yangyapeng has quit IRC | 13:39 | |
d0ugal | thrash|appt: did you run the db populate? | 13:52 |
d0ugal | pgaxatte: I don't know of a way to get the workflow ID, but it sounds like you don't need it anyway - so that is good :) | 13:54 |
*** yangyapeng has joined #openstack-mistral | 13:59 | |
*** yangyapeng has quit IRC | 14:03 | |
pgaxatte | d0ugal: yep it's all fine :) | 14:05 |
*** bobh has joined #openstack-mistral | 14:05 | |
*** yangyapeng has joined #openstack-mistral | 14:18 | |
*** yangyapeng has quit IRC | 14:22 | |
*** jistr|mtg is now known as jistr | 14:26 | |
*** yangyapeng has joined #openstack-mistral | 14:39 | |
*** d0ugal has quit IRC | 14:42 | |
*** yangyapeng has quit IRC | 14:43 | |
*** d0ugal has joined #openstack-mistral | 14:45 | |
*** yangyapeng has joined #openstack-mistral | 14:59 | |
*** gkadam_ has joined #openstack-mistral | 15:01 | |
*** gkadam has quit IRC | 15:03 | |
*** yangyapeng has quit IRC | 15:04 | |
*** thrash|appt is now known as thrash | 15:05 | |
*** yangyapeng has joined #openstack-mistral | 15:20 | |
*** yangyapeng has quit IRC | 15:25 | |
thrash | d0ugal: have you looked at https://bugs.launchpad.net/tripleo/+bug/1761050 | 15:25 |
openstack | Launchpad bug 1761050 in tripleo "Mistral or Zaqar fail to maintain a keystone session while deploying an overcloud" [High,Triaged] | 15:25 |
thrash | d0ugal: any ideas? | 15:25 |
d0ugal | thrash: yeah, I had a look. My only conclusion led to EmilienM increasing the token expiry :) | 15:26 |
d0ugal | thrash: but that is just a workaround, we need a proper fix | 15:26 |
thrash | d0ugal: ack | 15:26 |
d0ugal | thrash: https://github.com/d0ugal/tripleo-util/blob/master/scripts/workbooks/testing.yaml | 15:26 |
thrash | d0ugal: My guess is that it is the zaqarclient that needs the fix. | 15:26 |
d0ugal | thrash: I was able to reproduce it with that | 15:26 |
d0ugal | thrash: yeah, possibly. | 15:27 |
thrash | d0ugal: awesome. | 15:27 |
EmilienM | I think we have this bug for a very while | 15:28 |
*** openstackgerrit has quit IRC | 15:34 | |
*** FL1SK has quit IRC | 16:02 | |
*** AlexeyAbashkin has quit IRC | 16:10 | |
*** openstackgerrit has joined #openstack-mistral | 16:14 | |
openstackgerrit | Bob Haddleton proposed openstack/mistral master: Update cut_list() to return the specified number of characters https://review.openstack.org/558902 | 16:14 |
*** FL1SK has joined #openstack-mistral | 16:17 | |
*** yangyapeng has joined #openstack-mistral | 16:22 | |
*** yangyapeng has quit IRC | 16:27 | |
*** jpich has quit IRC | 16:38 | |
*** thrash is now known as thrash|biab | 16:49 | |
EmilienM | d0ugal, thrash|biab: I have another reproducer: http://logs.openstack.org/14/558914/1/check/tripleo-ci-centos-7-containers-multinode/47b2c6d/logs/undercloud/var/log/containers/zaqar/zaqar.log.txt.gz#_2018-04-05_06_32_01_091 | 16:57 |
EmilienM | with https://review.openstack.org/#/c/558914/ | 16:57 |
*** gkadam_ has quit IRC | 17:10 | |
*** harlowja has joined #openstack-mistral | 17:21 | |
*** harlowja has quit IRC | 17:25 | |
*** shardy has quit IRC | 17:27 | |
*** thrash|biab is now known as thrash | 17:27 | |
*** AlexeyAbashkin has joined #openstack-mistral | 17:34 | |
*** AlexeyAbashkin has quit IRC | 17:38 | |
*** d0ugal has quit IRC | 17:49 | |
*** d0ugal has joined #openstack-mistral | 17:56 | |
*** harlowja has joined #openstack-mistral | 18:29 | |
thrash | d0ugal: I'm thinking we've had this problem all along, and we just never hit it. Something else would time out first. | 19:02 |
thrash | d0ugal: or it would complete. | 19:02 |
*** jaosorior has quit IRC | 19:11 | |
*** yangyapeng has joined #openstack-mistral | 19:13 | |
*** yangyapeng has quit IRC | 19:18 | |
*** yangyapeng has joined #openstack-mistral | 19:33 | |
*** yangyapeng has quit IRC | 19:37 | |
*** pgaxatte has quit IRC | 20:07 | |
*** jistr has quit IRC | 20:18 | |
*** jistr has joined #openstack-mistral | 20:19 | |
*** yangyapeng has joined #openstack-mistral | 20:35 | |
*** yangyapeng has quit IRC | 20:40 | |
*** bobh has quit IRC | 20:40 | |
d0ugal | thrash: agreed | 20:40 |
*** bobh has joined #openstack-mistral | 20:40 | |
d0ugal | thrash: and the undercloud was set to a 4 hour timeout | 20:40 |
d0ugal | it was one of the reasons that the deploy workflow didn't wait for the stack to complete - we knew it would hit the limit | 20:41 |
d0ugal | I'm not sure who told me it would :) | 20:41 |
d0ugal | Maybe Renat did | 20:41 |
*** rbrady is now known as rbrady-afk | 20:41 | |
d0ugal | but somebody told me about the token issue | 20:41 |
d0ugal | Are we sure the other OpenStack actions work? | 20:41 |
*** dprince has quit IRC | 21:11 | |
d0ugal | thrash: ^ | 21:31 |
*** bobh has quit IRC | 22:19 | |
*** bobh has joined #openstack-mistral | 22:20 | |
*** jistr has quit IRC | 22:22 | |
*** bobh has quit IRC | 22:24 | |
*** jistr has joined #openstack-mistral | 22:36 | |
*** yangyapeng has joined #openstack-mistral | 22:44 | |
*** yangyapeng has quit IRC | 22:49 | |
*** threestrands has joined #openstack-mistral | 23:02 | |
*** threestrands has quit IRC | 23:02 | |
*** threestrands has joined #openstack-mistral | 23:02 | |
*** yangyapeng has joined #openstack-mistral | 23:03 | |
*** weshay is now known as weshay_pto | 23:05 | |
*** yangyapeng has quit IRC | 23:08 | |
*** yangyapeng has joined #openstack-mistral | 23:25 | |
*** yangyapeng has quit IRC | 23:29 | |
*** yangyapeng has joined #openstack-mistral | 23:39 | |
*** yangyapeng has quit IRC | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!