Thursday, 2017-05-11

*** chlong has quit IRC00:08
*** catintheroof has joined #openstack-mistral02:43
*** mbrennan has joined #openstack-mistral03:23
*** mbrennan has quit IRC03:27
*** catintheroof has quit IRC03:35
*** jamielennox has quit IRC04:34
*** jamielennox has joined #openstack-mistral04:34
*** jaosorior_away is now known as jaosorior05:08
*** jtomasek has quit IRC05:20
*** warface has quit IRC05:41
*** sharat has joined #openstack-mistral06:06
*** jtomasek has joined #openstack-mistral06:21
openstackgerritluong tuan proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540707:19
*** jpich has joined #openstack-mistral07:44
*** mbrennan has joined #openstack-mistral09:39
*** mbrennan has quit IRC09:44
*** tuan_ has joined #openstack-mistral10:02
tuan_Hi guys10:26
tuan_someone overthere10:26
tuan_d0ugal: If you avai, i wanna ask you about devstack gate on Mistral CI10:28
d0ugaltuan_: sure10:28
tuan_yep, it is what i have from devstack gate10:29
tuan_with mistral.conf10:29
tuan_[keystone_authtoken]10:29
tuan_identity_uri = http://10.37.147.72/identity10:29
tuan_auth_uri = http://10.37.147.72/identity/v310:29
tuan_admin_password = secretservice10:29
tuan_admin_user = mistral10:29
tuan_admin_tenant_name = service10:29
tuan_auth_protocol = http10:29
tuan_auth_port = 3535710:29
tuan_auth_host = 10.37.147.7210:29
tuan_i do not see the port within keystone url10:29
d0ugalauth_port?10:30
tuan_yep10:30
tuan_since my patch fails again in devstack gate with error of "UnAuthorized"10:31
tuan_when it tries to call other Openstack service clients10:31
tuan_i doubted about keystone authentication and here is what i got when checking the log10:32
tuan_and here is the link: http://logs.openstack.org/07/455407/17/check/gate-mistral-devstack-dsvm-ubuntu-xenial-nv/c343c44/logs/etc/mistral/mistral.conf.txt.gz10:34
d0ugaltuan_: have you tried adding the port?10:43
tuan_d0ugal: In that gate so NO10:51
tuan_how can i acess to that node10:51
tuan_and it is OK for me to access or do i need some authorizations to d othat10:52
d0ugaltuan_: access the node? I don't really understand10:52
d0ugaltuan_: I think you would need to update the code here: https://github.com/openstack/mistral/blob/master/devstack/plugin.sh#L7710:52
tuan_oh, i mean to access to the CI to only test my case10:53
tuan_:)10:53
tuan_:D10:53
d0ugalI don't think you can access the server :)10:53
d0ugalI can't!10:53
tuan_haha, okay, that is my question10:53
d0ugalYou can watch them via telnet, but that is read only10:53
tuan_okay, so let me update the devstack folder in mistral10:54
tuan_:)10:54
d0ugalbrb10:54
*** cargonza has quit IRC10:56
*** cargonza has joined #openstack-mistral10:56
d0ugaltuan_: any luck?11:38
d0ugalapetrich_: did you figure out the logging thing?11:40
tuan_d0ugal: oh sorry i have not done yet:)11:40
tuan_i am doing my official jobs11:40
tuan_:)11:40
d0ugalnp11:40
d0ugaldo that :)11:40
tuan_let me do it quick now11:40
tuan_okay11:40
d0ugalno rush, I just wanted to see if I could help11:41
* d0ugal is waiting for a slow test to run11:41
apetrich_d0ugal, not completely sure what I did was right. I'm respawning my env to try it11:41
apetrich_d0ugal, it failed early on today so this is my second try it is almost done11:41
d0ugalapetrich_: did you put a patch up?11:41
apetrich_d0ugal, nope11:41
d0ugalah, okay11:42
d0ugalcool11:42
d0ugalthat is explains why I can't find it :-D11:42
apetrich_:)11:42
apetrich_my change is very helloworldish at this moment11:42
d0ugallol11:43
d0ugallog.info("Hello world!")11:43
apetrich_pretty much11:45
openstackgerritDougal Matthews proposed openstack/mistral master: Remove unused logging import  https://review.openstack.org/46165411:45
*** kong has quit IRC11:53
*** kong has joined #openstack-mistral11:53
tuan_d0ugal: well, i have just had a quick look to plugin.sh in mistral11:54
tuan_it seems that we have to modify openstack-dev repo11:55
tuan_not in mistral devstack11:55
tuan_since keystone related these value are defined in openstack-dev repo11:55
tuan_:)11:55
tuan_and if it is defined overthere, it means it is used in every devstack of openstack services11:56
tuan_nova, neutron, etc.11:56
tuan_and it seems like it is working11:56
tuan_:D11:56
tuan_it is weird, ha:)11:56
d0ugallol12:01
*** jkilpatr has joined #openstack-mistral12:10
*** chlong has joined #openstack-mistral12:33
*** jkilpatr has quit IRC12:41
*** catintheroof has joined #openstack-mistral12:42
tuan_d0ugal: I am back from lunch12:49
tuan_so12:49
tuan_here is the log12:49
tuan_http://logs.openstack.org/07/455407/17/check/gate-mistral-devstack-dsvm-ubuntu-xenial-nv/c343c44/logs/screen-mistral-executor.txt.gz12:49
tuan_and the error happens when mistral tries to get the service_catalog of each service (e.g. nova, heat, etc.)12:50
tuan_raise exceptions.UnauthorizedException()12:51
tuan_hmm, that is weird12:51
tuan_any ideas?12:51
openstackgerritMerged openstack/mistral master: Fix WSGI script for gunicorn  https://review.openstack.org/46387012:52
*** sharat has quit IRC13:19
*** mgershen1 has joined #openstack-mistral13:24
*** mgershen has quit IRC13:25
d0ugaltuan_: the check seems really basic.13:34
d0ugalhttps://github.com/openstack/mistral/blob/master/mistral/utils/openstack/keystone.py#L14713:34
d0ugalbasically, that error means the response was empty13:34
d0ugalAre there any errors or requests in the keystone logs?13:34
tuan_d0ugal: yeah, i understand13:35
tuan_i also checked back the change bby using oslo_context13:35
tuan_then all the parameters from old version are kept13:35
tuan_that is why i do not understand why the response is None13:35
tuan_in keystone.py we can see that: response = ctx.service_catalog13:36
tuan_basically ctx now is changed to oslo_context and of course service_catalog parameter is kept there in ctx13:37
*** catintheroof has quit IRC13:39
*** mgershen has joined #openstack-mistral13:39
tuan_it seems like the parameters that are necessary for authentication are lacked13:40
*** mgershen1 has quit IRC13:40
tuan_and in the context, there are no those parameters defined13:40
*** mgershen1 has joined #openstack-mistral13:43
*** mgershen has quit IRC13:46
openstackgerritluong tuan proposed openstack/mistral master: Add user creds trusts to db  https://review.openstack.org/46205613:51
*** shardy has joined #openstack-mistral13:56
*** mbrennan has joined #openstack-mistral13:57
*** mbrennan has quit IRC13:59
*** mbrennan has joined #openstack-mistral14:00
*** rbrady has joined #openstack-mistral14:03
*** rbrady has joined #openstack-mistral14:03
*** mbrennan has quit IRC14:22
*** rbrady has quit IRC14:37
openstackgerritAdriano Petrich proposed openstack/mistral master: Adding log to db_sync  https://review.openstack.org/46401014:51
*** mbrennan has joined #openstack-mistral14:55
apetrich_d0ugal, ^^14:56
openstackgerritluong tuan proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540714:57
d0ugalapetrich_: neato :) I am excited to see them in the tripleo CI output!15:03
apetrich_d0ugal, if tripleo ci outputs gets everything from /var/log/mistral yeah. otherwise I might need to add that to the list of files to collect15:04
d0ugalapetrich_: I hope it just grabs the directory15:04
apetrich_d0ugal, I think it does15:04
d0ugalit would be kinda hard work to list every file we want to collect :)15:04
apetrich_d0ugal, from what I saw it seems that it is the whole dir15:11
d0ugalgreat15:12
*** shardy has quit IRC15:12
*** catintheroof has joined #openstack-mistral15:54
*** mbrennan_ has joined #openstack-mistral15:57
*** jpich has quit IRC16:00
*** mbrennan has quit IRC16:01
*** mbrennan_ has quit IRC16:01
*** catintheroof has quit IRC16:17
*** jkilpatr has joined #openstack-mistral16:18
openstackgerritluong tuan proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540716:32
*** mbrennan has joined #openstack-mistral16:32
*** tuan_ has quit IRC16:35
d0ugalapetrich_: looks like it failed16:36
*** jkilpatr has quit IRC16:55
*** catintheroof has joined #openstack-mistral17:06
*** catintheroof has quit IRC17:25
*** jaosorior is now known as jaosorior_away18:21
*** mbrennan has quit IRC18:29
*** mbrennan has joined #openstack-mistral18:29
*** mbrennan has quit IRC18:31
*** mbrennan has joined #openstack-mistral18:31
openstackgerritToure Dunnon proposed openstack/python-mistralclient master: [WIP] Workflow Error Analysis Client updates.  https://review.openstack.org/45290118:35
openstackgerritToure Dunnon proposed openstack/mistral master: [WIP] Workflow Error Analysis (do not merge!)  https://review.openstack.org/45544718:37
*** mbrennan_ has joined #openstack-mistral20:21
*** mbrennan has quit IRC20:22
*** jkilpatr has joined #openstack-mistral20:27
*** mbrennan_ has quit IRC21:38
*** mbrennan has joined #openstack-mistral21:39
*** mbrennan has quit IRC21:43
*** catintheroof has joined #openstack-mistral21:53
*** jamielennox is now known as jamielennox|away22:42
*** harlowja has quit IRC22:57
*** harlowja has joined #openstack-mistral22:57
*** jamielennox|away is now known as jamielennox23:22

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