Wednesday, 2017-03-15

*** catintheroof has joined #openstack-mistral00:32
*** bobh has quit IRC00:36
*** bobh has joined #openstack-mistral00:38
*** zhurong has joined #openstack-mistral00:53
*** bobh has quit IRC00:55
*** catintheroof has quit IRC01:24
*** catintheroof has joined #openstack-mistral01:30
*** catintheroof has quit IRC01:32
*** gongysh has joined #openstack-mistral02:15
*** bobh has joined #openstack-mistral03:26
*** bobh has quit IRC03:39
*** bobh has joined #openstack-mistral03:49
*** bobh has quit IRC03:57
*** bobh has joined #openstack-mistral04:04
*** bobh has quit IRC04:11
*** gongysh has quit IRC04:39
*** zhurong has quit IRC05:00
*** sharatss has joined #openstack-mistral05:06
*** gongysh has joined #openstack-mistral05:17
*** sharatss has quit IRC06:47
*** sharatss has joined #openstack-mistral06:47
*** jaosorior has joined #openstack-mistral06:52
*** zhurong has joined #openstack-mistral06:57
*** jtomasek has quit IRC07:07
rakhmerovd0ugal: I'm ok with https://review.openstack.org/#/c/411412 now, can you please take a look too?07:21
openstackgerritRenat Akhmerov proposed openstack/mistral master: Improve database object access checking  https://review.openstack.org/43721907:26
*** gongysh has quit IRC07:34
*** Guest4569 has joined #openstack-mistral07:39
*** gongysh has joined #openstack-mistral07:50
*** Guest4569 has quit IRC07:53
*** shardy_afk is now known as shardy08:00
openstackgerritMerged openstack/mistral master: Fully override default json values with user input  https://review.openstack.org/44473208:10
openstackgerritMerged openstack/mistral master: Updated from global requirements  https://review.openstack.org/44575208:11
openstackgerritMerged openstack/mistral master: Log stack trace if action initialization faild  https://review.openstack.org/44548408:12
*** zhurong has quit IRC08:28
*** d0ugal has joined #openstack-mistral08:32
*** amoralej|off is now known as amoralej08:37
*** jpich has joined #openstack-mistral08:39
*** jtomasek has joined #openstack-mistral09:18
*** jaosorior is now known as jaosorior_lunch09:28
*** zhurong has joined #openstack-mistral09:28
*** zhurong has quit IRC09:38
*** zhurong has joined #openstack-mistral09:43
*** zhurong has quit IRC09:53
openstackgerritMerged openstack/mistral-lib master: Adds minimum common shared code for custom actions API  https://review.openstack.org/41141209:53
d0ugalrbrady-afk: ^ woop!09:53
openstackgerritDougal Matthews proposed openstack/mistral-lib master: Fix the package name in the setup.cfg  https://review.openstack.org/44545709:53
*** dmellado has quit IRC09:54
*** amoralej has quit IRC09:54
openstackgerritMerged openstack/mistral-lib master: Fix oslo_debug_helper not running  https://review.openstack.org/44236109:55
*** amoralej has joined #openstack-mistral10:00
*** dmellado has joined #openstack-mistral10:02
openstackgerritMerged openstack/mistral-lib master: Fix the package name in the setup.cfg  https://review.openstack.org/44545710:09
openstackgerritLingxian Kong proposed openstack/mistral-specs master: Support openstack context for workflow execution  https://review.openstack.org/41450810:13
*** openstackgerrit has quit IRC10:18
*** thrash|g0ne is now known as thrash10:19
*** jtomasek has quit IRC10:38
*** jtomasek has joined #openstack-mistral10:38
*** jtomasek has quit IRC10:45
*** jtomasek has joined #openstack-mistral10:45
*** openstackgerrit has joined #openstack-mistral10:48
openstackgerritMerged openstack/mistral master: Improve database object access checking  https://review.openstack.org/43721910:48
*** jkilpatr has quit IRC10:50
*** gongysh has quit IRC11:01
konghi, anyone working on the gate failure?11:01
*** goutham has joined #openstack-mistral11:05
*** jkilpatr has joined #openstack-mistral11:16
*** jkilpatr has quit IRC11:24
d0ugalkong: Which one?11:30
d0ugaldevstack?11:31
openstackgerritLingxian Kong proposed openstack/mistral master: Add unit test for deleting workflows by admin  https://review.openstack.org/44588911:35
*** jkilpatr has joined #openstack-mistral11:38
openstackgerritDougal Matthews proposed openstack/mistral-lib master: Pass "mistral_lib" to the coverage test  https://review.openstack.org/44589211:40
openstackgerritMerged openstack/mistral master: Refactor workflow/action input validation  https://review.openstack.org/44479111:41
gouthamhi all can any one give details about this https://github.com/openstack/mistral/blob/master/mistral/context.py#L3511:45
d0ugalgoutham: what details? :)11:48
d0ugalgoutham: I assume it is just so the root of the API works without auth - but you can't actually do anything with them - just see that the mistral server is there.11:49
*** bobh has joined #openstack-mistral11:54
*** bobh has quit IRC11:54
*** bobh has joined #openstack-mistral11:55
gouthamwhich means it is just to return a json object when we execute curl 172.16.xx.xx:898911:55
gouthamthats it nothing more??11:55
gouthamMistral is running but i want to try something similar to that in our service so asking11:59
d0ugalgoutham: Yeah, well, it just disabled auth for those paths. https://github.com/openstack/mistral/blob/master/mistral/context.py#L275-L27612:07
d0ugalSee the lines below that on 278 and 279 which is the global setting to totally disabled auth12:08
gouthamyea12:08
gouthami couldnt do it with our service so i wanted the details12:09
gouthamhttps://github.com/openstack/kingbird/blob/master/kingbird/api/controllers/root.py#L3312:10
d0ugalgoutham: there isn't really any other details :) just that list and the if statement.12:10
gouthamok i will debug thanks that was nice talking to you . :)12:10
*** rbrady-afk is now known as rbrady12:12
d0ugalgoutham: I don't see anything like the AuthHook in your code.12:12
*** gongysh has joined #openstack-mistral12:13
d0ugalgoutham: this is where it is added to the pecan app: https://github.com/openstack/mistral/blob/ab09e08bfa6fdca1aa5003425117c65b0eda9c38/mistral/api/app.py#L61-L6612:13
openstackgerritMerged openstack/mistral master: Refactor methods in utils related to dicts  https://review.openstack.org/44484512:13
d0ugalgoutham: you have no hooks, but you could add a similar one here: https://github.com/openstack/kingbird/blob/7b91b1c94438267552049501351ee49aeed1e035/kingbird/api/app.py#L5112:13
d0ugalbut I guess your auth hooks in another way?12:13
gouthamyea i tried this but still the error persists12:14
gouthami kept auth hooks and then added some code in context.py12:15
gouthamhttps://hastebin.com/evesusecev.py ---- auth hooks12:16
gouthamhttps://github.com/openstack/kingbird/blob/master/kingbird/common/context.py  this to https://hastebin.com/rorawoteca.py12:17
*** bobh has quit IRC12:17
*** dprince has joined #openstack-mistral12:18
*** bobh has joined #openstack-mistral12:19
gouthamthe curl request work when i use token in i.e curl curl -H "X-Auth-Token: $TOKEN" 172.xx.xx.xx:811812:21
*** jaosorior_lunch is now known as jaosorior12:21
*** bobh has quit IRC12:26
*** rbrady has quit IRC12:28
*** toure|gone is now known as toure12:39
*** shardy is now known as shardy_lunch12:43
openstackgerritOpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements  https://review.openstack.org/44592412:44
*** jpich has quit IRC12:46
*** jaosorior has quit IRC12:46
*** jpich_ has joined #openstack-mistral12:46
*** jaosorior has joined #openstack-mistral12:47
*** jpich_ is now known as jpich12:51
*** catintheroof has joined #openstack-mistral12:59
*** sharatss has quit IRC13:08
*** jtomasek has quit IRC13:25
*** rbrady has joined #openstack-mistral13:28
*** jtomasek has joined #openstack-mistral13:28
*** goutham has quit IRC13:30
*** amoralej is now known as amoralej|lunch13:34
*** jtomasek has quit IRC13:46
*** zhurong_ has joined #openstack-mistral14:03
*** zhurong_ has quit IRC14:06
*** shardy_lunch is now known as shardy14:10
*** fultonj has joined #openstack-mistral14:10
*** dprince has quit IRC14:14
*** dprince has joined #openstack-mistral14:23
*** rook is now known as rook-mtg14:39
*** d0ugal has quit IRC14:42
*** d0ugal has joined #openstack-mistral14:43
*** gongysh has quit IRC14:51
*** jtomasek has joined #openstack-mistral15:01
*** amoralej|lunch is now known as amoralej15:02
openstackgerritMerged openstack/mistral master: Updated from global requirements  https://review.openstack.org/44592415:03
*** bobh has joined #openstack-mistral15:06
*** brunograz has quit IRC15:26
*** brunograz has joined #openstack-mistral15:30
*** brunograz has quit IRC15:34
*** jaosorior has quit IRC16:02
*** jkilpatr_ has joined #openstack-mistral16:03
*** jkilpatr has quit IRC16:06
*** mgershen1 has joined #openstack-mistral16:16
*** mgershen has quit IRC16:17
*** jmlowe has joined #openstack-mistral16:22
jmloweThere is probably something easy I'm missing here, the dashboard ui doesn't seem to want to discover the correct mistral endpoint.  Is there something I need to set in local_settings ?16:24
*** rbrady has quit IRC16:28
*** brunograz has joined #openstack-mistral16:30
*** rbrady has joined #openstack-mistral16:31
d0ugalI think it should get the endpoint via Keystone, but I am not totally sure16:55
d0ugalHave you checked it is correct there?16:55
d0ugaljmlowe: ^16:55
jmloweI have, I was missing the internal one, only had the public16:58
*** rook-mtg is now known as rook16:59
jmloweweird, so I have a newton and an ocata dashboard, the ocata one works17:02
*** jkilpatr has joined #openstack-mistral17:29
*** szaher has quit IRC17:29
*** rbrady is now known as rbrady-afk17:30
*** jkilpatr_ has quit IRC17:30
*** jpich has quit IRC17:31
*** szaher has joined #openstack-mistral17:38
*** szaher has quit IRC17:39
*** szaher has joined #openstack-mistral17:39
*** shardy has quit IRC18:34
*** jtomasek has quit IRC18:39
*** dprince has quit IRC18:47
*** catinthe_ has joined #openstack-mistral18:48
*** catintheroof has quit IRC18:51
*** rbrady-afk is now known as rbrady18:58
*** dprince has joined #openstack-mistral19:12
*** thrash is now known as thrash|biab19:19
*** amoralej is now known as amoralej|off19:20
*** thrash|biab is now known as thrash19:51
*** fultonj has quit IRC19:56
*** rbrady is now known as rbrady-errand19:58
*** dprince has quit IRC20:38
*** jtomasek has joined #openstack-mistral21:28
*** jkilpatr has quit IRC21:37
*** jamielennox has quit IRC21:55
*** jkilpatr has joined #openstack-mistral21:57
*** jamielennox has joined #openstack-mistral22:15
openstackgerritLingxian Kong proposed openstack/mistral master: Fix multi_vim tempest test failure  https://review.openstack.org/44620822:31
*** rbrady-errand is now known as rbrady22:34
*** gongysh has joined #openstack-mistral22:37
*** bobh has quit IRC22:45
*** jtomasek has quit IRC22:56
*** catinthe_ has quit IRC23:02
*** joanna has joined #openstack-mistral23:58

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