Wednesday, 2016-10-12

*** dprince has joined #openstack-mistral00:01
*** gyee has quit IRC00:29
*** dprince has quit IRC00:40
*** Guest50630 has quit IRC02:03
*** zigo has joined #openstack-mistral02:05
*** zigo is now known as Guest5942702:06
*** bobh has joined #openstack-mistral02:26
*** bobh has quit IRC02:31
*** hparekh has joined #openstack-mistral03:59
*** jistr has quit IRC04:15
*** jistr has joined #openstack-mistral04:16
*** vishwanathj has quit IRC04:32
*** Ravikiran_K has joined #openstack-mistral04:59
*** jaosorior has joined #openstack-mistral05:02
*** janki has joined #openstack-mistral05:32
*** jtomasek|bbl is now known as jtomasek06:20
d0ugalhttp://paste.openstack.org/show/585414/07:09
d0ugalIs there a config option for this?07:09
d0ugalactually, I think I may have just broken my dev env :)07:09
d0ugaloh, wow, I get that if I don't have auth setup07:12
d0ugalthat is a bug, the error should be clearer07:12
ddejad0ugal: how did you hit that?07:14
*** sharatss has joined #openstack-mistral07:14
d0ugalddeja: `mistral action-list` without setting OS_AUTH_URL etc.07:15
ddejahm, strange07:16
d0ugalI am sure the error used to be different07:16
d0ugalMaybe it changed with the recent auth refactor in the client07:16
ddejalet me check07:16
ddejahm, I got ERROR (app) Failed to validate access token: Authentication required07:17
d0ugalhuh, interesting.07:17
ddejabut I may have older version of client07:17
ddejapython-mistralclient (2.0.0)07:17
d0ugalI have python-mistralclient==2.1.107:18
d0ugal2.0.0 is about 8 months old :)07:19
ddejawell, I'm only developing mistral itself, so didn't pay attention to client veriosn07:19
ddejaupdating and will recheck07:19
d0ugalYeah, makes sense :)07:19
d0ugalThere have not been many changes in the client07:20
ddejaon the newest still same error07:20
ddejaERROR (app) Failed to validate access token: Authentication required07:20
ddejawith mistralclient 2.1.107:20
d0ugalInteresting.07:22
d0ugalI'll keep digging07:22
ddejad0ugal: do you have any error from API service in mistral log?07:25
ddejathere should be something related07:25
*** shardy has joined #openstack-mistral07:27
*** Guest59427 is now known as zigo07:33
d0ugalddeja: Nothing in the mistral logs at all when I do that :/07:34
d0ugalkong: Shouldn't mistral 3.0 be on PyPI now?07:36
d0ugalI only see 3.0.0.0b107:38
ddejad0ugal: hm, strange...07:44
ddejait may be related to configuration of apache07:44
d0ugalddeja: Yeah, it's strange. It is non-urgent for now, just confusing :)07:45
d0ugalI'll take a look later.07:45
ddejaOK07:46
openstackgerritJamie Lennox proposed openstack/python-mistralclient: Replace request mocking in test_httpclient with requests-mock  https://review.openstack.org/38532907:56
hparekhd0ugal: Do you have proxy in your environment ?07:57
openstackgerritMerged openstack/mistral-dashboard: Enable release notes translation  https://review.openstack.org/38323508:10
openstackgerritMerged openstack/mistral-lib: Enable release notes translation  https://review.openstack.org/38323608:10
*** jpich has joined #openstack-mistral08:10
ddejahparekh, d0ugal, kong: Hi guys. I've added new spec https://review.openstack.org/#/c/384467/ I would apprecieate your reviews so I can enchance it before the summit (On which unfortunately I'm not going)08:12
d0ugalddeja: sure, I'll try and look this week.08:16
ddejathanks :)08:19
d0ugalhparekh: I don't think so, but I'll check.08:23
openstackgerritMerged openstack/python-mistralclient: Enable release notes translation  https://review.openstack.org/38337708:31
*** Ravikiran_K has quit IRC08:54
*** shardy is now known as shardy_mtg09:04
*** Ravikiran_K has joined #openstack-mistral09:06
*** shardy_mtg is now known as shardy09:27
*** jaosorior has quit IRC09:39
*** jaosorior has joined #openstack-mistral09:40
*** jamielennox has joined #openstack-mistral09:47
*** szaher has quit IRC10:23
*** janki has quit IRC10:36
*** dprince has joined #openstack-mistral10:55
*** shardy is now known as shardy_lunch11:12
*** hparekh has quit IRC11:24
*** vinod has joined #openstack-mistral12:27
*** shardy_lunch is now known as shardy12:28
*** szaher has joined #openstack-mistral12:28
vinodhi12:32
openstackgerritMerged openstack/mistral: Change task() function to return 'null' if task doesn't exist  https://review.openstack.org/38358012:36
sharatssvinod: hi12:38
vinodI am a noob to mistral/python, so looking for some guidance from experts here in accessing if mistral would be able to cope up with my performance needs...12:39
vinodif Ive to scale mistral to support concurrent submission of say 50 tasks per sec, would mistral be able to handle that load?12:40
sharatssd0ugal ddeja hparekh rakhmerov ^^12:41
vinodare there settings that could be tweaked for performance?12:41
vinod@sharatss Hi! Thanks for responding12:43
*** bobh has joined #openstack-mistral12:55
*** rbrady-afk is now known as rbrady12:56
ddejavinod: Hi. From what I know it should be possible. rakhmerov spend last month on tuning performance and doing tests but he didn't share the data yet. Unfortunately, he's on vacation this week.13:04
ddejaSo to be 100% sure that mistral could handle your load you'll need to ask next week :)13:04
vinod@ddeja Wow ... looks like Im in luck then as some work has been done towards performance testing. I can wait until next week for sure. I'll check with you guys again next week. Thanks once again for the info! :-)13:15
*** vishwanathj has joined #openstack-mistral13:15
*** vinod has quit IRC13:24
*** jaosorior has quit IRC13:53
*** Ephur has joined #openstack-mistral14:09
*** bobh has quit IRC14:41
*** brunograz has joined #openstack-mistral14:43
brunograzHi guys, I've a v simple question - I'm creating a workflow where I ssh into a vm and from there I try to ping a url for example14:49
brunograzthe dsl would be:14:49
brunograzping_url:14:49
brunograz   cmd: 'ping -c 1' <% $.url %>14:49
brunograzis there a way to do something similar to this? Mistral doens't allow concatenation of a string with a paramere '-'14:51
ddejabrunograz: Hi15:09
ddejaum, first thing that comes to my mind is that you can always write your own action in case dsl limits you in some way15:10
brunograzHi ddeja15:10
ddejabut I'm not sure what are you trying to achive. could you show the whole workflow?15:11
brunograzddeja: will share on pastebin15:12
brunograzit is mostly based on the workflow available in the examples15:12
brunograzhttp://pastebin.com/DXcJtqUp15:12
brunograzjust trying it out15:13
brunograzbut I think I found the solution by putting the variable inside the string15:13
* ddeja is reading15:13
brunograzlike cmd: 'ping -c 1 <% $.url %>'15:13
brunograzbut need to confirm it executing the workflow15:14
ddejabrunograz: it should work. If not, please submit a bug15:16
brunograzddeja: yes, I'm testing it now - I think I wrote the cmd in a wrong way previously15:17
brunograzsorry for bugging you with this ;)15:17
ddejano problem15:18
ddejaI'm glad it is working for you now15:19
ddeja:)15:19
rbradybrunograz: yaql has a concat function for strings: https://github.com/openstack/yaql/blob/master/yaql/standard_library/strings.py#L13615:19
*** Ravikiran_K has quit IRC15:38
*** jtomasek has quit IRC15:38
*** bobh has joined #openstack-mistral15:41
*** bobh has quit IRC15:47
*** rbrady is now known as rbrady-afk15:52
*** jpich has quit IRC16:34
*** bobh has joined #openstack-mistral16:43
*** bobh has quit IRC16:49
*** rbrady-afk is now known as rbrady16:49
*** jtomasek has joined #openstack-mistral17:04
*** shardy has quit IRC17:05
*** jtomasek has quit IRC17:08
*** jtomasek has joined #openstack-mistral17:08
*** rbrady is now known as rbrady-afk17:36
*** bobh has joined #openstack-mistral17:45
*** bobh has quit IRC17:50
openstackgerritMerged openstack/mistral: Enable release notes translation  https://review.openstack.org/38323419:30
*** bobh has joined #openstack-mistral19:53
*** bobh has quit IRC19:58
*** dprince has quit IRC20:24
*** rbrady-afk is now known as rbrady20:39
*** bobh has joined #openstack-mistral20:54
*** bobh has quit IRC20:59
*** brunograz_ has joined #openstack-mistral21:12
*** rbrady_ has joined #openstack-mistral21:14
*** rbrady_ has quit IRC21:14
*** rbrady_ has joined #openstack-mistral21:14
*** zigo_ has joined #openstack-mistral21:17
*** brunograz has quit IRC21:19
*** zigo has quit IRC21:19
*** rbrady has quit IRC21:19
*** lkannan has quit IRC21:23
*** lkannan has joined #openstack-mistral21:28
*** zigo_ is now known as zigo21:28
*** bobh has joined #openstack-mistral21:55
*** bobh has quit IRC21:59
*** bobh has joined #openstack-mistral23:10

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