Thursday, 2016-03-31

*** thinrichs has joined #congress00:00
*** fawadkhaliq has quit IRC00:06
*** fawadkhaliq has joined #congress00:07
*** fawadkhaliq has quit IRC00:13
*** fawadkhaliq has joined #congress00:16
*** fawadkhaliq has quit IRC00:21
*** fawadkhaliq has joined #congress00:23
ekcsramineni_ has a fix that uses a new a better model (keystone session) for authentication. https://review.openstack.org/29912100:31
*** masahito has quit IRC00:38
*** masahito has joined #congress00:38
*** masahito has quit IRC00:49
*** masahito has joined #congress00:51
*** banix has quit IRC00:55
*** banix has joined #congress00:59
*** ramineni_ has joined #congress01:01
thinrichsHere's what I'm imagining is happening...01:01
ramineni_thinrichs: its 6:30 hre, by 10 may be?01:01
thinrichsramineni_ is working on a Murano session fix, which will be done hopefully by 9:30p Pacific01:02
ekcsok.01:02
thinrichsekcs is testing action execution of Glance.  If ekcs has time before ramineni_ finishes, he will also test the Murano workaround01:03
ramineni_ekcs: ill ping you on IRC01:03
ekcsok.01:03
ramineni_once i get it to work01:03
thinrichsIf the Murano session fix gets done and ekcs has time to test it, he will.01:03
ramineni_thinrichs: ok, sounds good01:03
thinrichsIn the morning, I'll plan to merge the Heat/Glance session work (assuming no problems).  Likewise, I'll prefer the Murano session, unless there are problems.01:04
*** tsandall has quit IRC01:04
thinrichsI'll also try to look in on how things are going tonight.01:04
thinrichsSound good?01:04
ramineni_thinrichs: yes01:05
ekcssounds good.01:05
thinrichsGreat!01:05
*** masahito has quit IRC01:05
thinrichsramineni_, ekcs: Thanks for volunteering to hammer out these last issues at the last minute!01:05
ekcsthinrichs: yups.01:05
*** fawadkhaliq has quit IRC01:14
*** fawadkhaliq has joined #congress01:14
*** thinrichs has quit IRC01:16
*** fawadkhaliq has quit IRC01:20
*** fawadkhaliq has joined #congress01:23
*** fawadkhaliq has quit IRC01:24
*** fawadkhaliq has joined #congress01:25
*** fawadkhaliq has quit IRC01:27
openstackgerritEric K proposed openstack/congress: New workaround for Glance,Murano,Heat auth token expiry  https://review.openstack.org/29896001:31
*** ekcs has quit IRC01:32
*** ramineni_ has quit IRC01:39
*** banix has quit IRC02:16
*** ramineni has joined #congress02:56
*** fawadkhaliq has joined #congress03:08
*** fawadkhaliq has quit IRC03:26
*** fawadkhaliq has joined #congress03:26
*** bryan_att_ has joined #congress03:27
*** krotscheck has joined #congress03:30
*** fawadkhaliq has quit IRC03:32
*** fawadkhaliq has joined #congress03:32
*** bryan_att has quit IRC03:32
*** krotscheck_dcm has quit IRC03:32
*** davidmichaelkarr has quit IRC03:33
*** bryan_att_ is now known as bryan_att03:33
openstackgerritAnusha Ramineni proposed openstack/congress: Use keystone session in murano_driver  https://review.openstack.org/29968303:35
*** masahito has joined #congress03:36
*** davidmichaelkarr has joined #congress03:38
*** masahito has quit IRC03:55
*** fawadkhaliq has quit IRC03:58
*** fawadkhaliq has joined #congress03:59
*** fawadkhaliq has quit IRC04:00
*** fawadkhaliq has joined #congress04:01
*** fawadkhaliq has quit IRC04:02
*** fawadkhaliq has joined #congress04:02
*** ekcs has joined #congress04:20
*** fawadkhaliq has quit IRC04:29
*** fawadkhaliq has joined #congress04:30
ramineniekcs: hi05:14
ekcshi ramineni05:14
ramineniekcs: I have proposed a patch on top of your patch05:15
ramineniekcs: were you able to test it05:15
*** fawadkhaliq has quit IRC05:15
ramineniekcs: im not able to reproduce token expiry error for murano in my env05:15
*** fawadkhaliq has joined #congress05:16
ekcsyea I’m testing it now. having trouble with the action stuff unrelated to our issue. but should be able to figure it out.05:17
ekcsglance action execution worked fine after token expiry.05:18
ekcsheat had no actions so nothing to test. now just murano.05:18
ramineniekcs: that's great , thanks05:18
ekcsI can’t seem to write a murano execution rule that works haha. regardless of token.05:18
ramineniekcs: oh05:21
ekcsI think there may be a murano execution problem unrelated to token lol.05:25
ekcsI get this error: congress.datasources.murano_driver [[00;36m-[01;31m] [01;35m[01;31mlist index out of range05:27
openstackgerritAnusha Ramineni proposed openstack/congress: Use keystone session in murano_driver  https://review.openstack.org/29968305:27
ekcson murano_driver line 53105:27
ramineniekcs: can you paste the rule you have added05:28
ramineniill try out quickly in my env, if im seeing same error05:29
ekcsopenstack congress policy rule create classification 'execute[murano:environments.create("EKCS3")] :- p(0)'05:29
ekcsas well as this to create the p(0) that triggers: openstack congress policy rule create classification 'p(0) :- not q(0)'05:30
ramineniits not even triggering execute in my env05:34
ramineniekcs: may be its better you log a bug05:34
ramineniekcs: if you see it real failure05:34
ekcsi see. just not clear if it’s just I’m using the action wrong. like wrong arguments or whathever.05:35
ekcsyou don’t see it in the congress logs at all when you add the rules?05:35
*** fawadkhaliq has quit IRC05:37
*** fawadkhaliq has joined #congress05:39
ramineniekcs: ya, got it05:40
ramineniekcs: I missed it in huge set of logs05:40
ekcsramineni: ah nvm. I found the answer.05:45
ekcsThis is different from the05:45
ekcsway other drivers use the action where the users specify05:45
ekcsan action in the format, e.g. nova_datasource:pause_vm(args).05:45
ekcsMurano action will have the format05:45
ekcsmurano_datasource:muranoaction(env_id, obj_id, actionName).05:45
ekcsmurano actions are different haha.05:45
ekcsstill not sure how to test. need to figure out what env id is.05:46
ramineniwe can give any 3 arguments05:51
ramineniand test?05:51
raminenieven if the action fail at murano level its fine right05:51
ramineniwe know that our code is working atleast , executing command on murano05:51
ramineniekcs:^^05:51
ekcsyup trying something like that.05:53
ramineniekcs: ya, it worked05:54
ekcsnice. did you find it in murano log?05:55
raminenino.. not able to find in murano log :( and no error in congress too05:58
*** fawadkhaliq has quit IRC05:59
*** fawadkhaliq has joined #congress06:00
*** fawadkhaliq has quit IRC06:04
*** fawadkhaliq has joined #congress06:08
ramineniekcs: we have to write a proper rule to get it executed I guess06:12
ekcsramineni: yea what’s happening is congress isn’t even trying the request unless it makes sense. You can see in _call_murano_action code. What I’m trying now is change the code to force it to try action. and see what happens on murano side.06:12
ekcsramineni: ok I got congress to try executing on murano client. and I can see it in murano log now. looks good. now need to wait till token expires and try again =)06:16
raminenigreat :)06:16
*** fawadkhaliq has quit IRC06:19
*** fawadkhaliq has joined #congress06:19
openstackgerritEric K proposed openstack/congress: Use keystone session in murano_driver  https://review.openstack.org/29968306:34
openstackgerritEric K proposed openstack/congress: Use keystone session in murano_driver  https://review.openstack.org/29968306:37
*** fawadkhaliq has quit IRC06:48
*** fawadkhaliq has joined #congress06:49
openstackgerritAnusha Ramineni proposed openstack/congress: Use keystone sessions to authenticate  https://review.openstack.org/29912106:56
*** ramineni has quit IRC07:16
*** ekcs has quit IRC07:28
*** fawadkhaliq has quit IRC07:59
*** fawadkhaliq has joined #congress08:01
*** fawadkhaliq has quit IRC08:03
*** fawadkhaliq has joined #congress08:04
*** ramineni has joined #congress08:36
*** fawadkhaliq has quit IRC08:37
*** fawadkhaliq has joined #congress08:40
*** fawadkhaliq has quit IRC09:05
*** fawadkhaliq has joined #congress09:09
*** fawadkhaliq has quit IRC09:25
*** fawadkhaliq has joined #congress09:26
openstackgerritHieu LE proposed openstack/congress: Fix typo in congress  https://review.openstack.org/29982509:37
*** fawadkhaliq has quit IRC09:41
*** fawadkhaliq has joined #congress09:42
*** fawadkhaliq has quit IRC09:44
*** fawadkhaliq has joined #congress09:50
*** fawadkhaliq has quit IRC10:09
*** fawadkhaliq has joined #congress10:10
*** fawadkhaliq has quit IRC10:18
*** fawadkhaliq has joined #congress10:19
*** fawadkhaliq has quit IRC10:25
*** banix has joined #congress10:30
*** fawadkhaliq has joined #congress10:39
*** fawadkhaliq has quit IRC10:49
*** dhellmann has quit IRC11:22
*** dhellmann_ has joined #congress11:22
*** dhellmann_ is now known as dhellmann11:26
*** banix has quit IRC11:34
*** banix has joined #congress12:15
*** banix has quit IRC12:31
*** ramineni has quit IRC13:32
*** thinrichs has joined #congress13:49
*** banix has joined #congress13:56
openstackgerritMerged openstack/congress: Use keystone sessions to authenticate  https://review.openstack.org/29912114:33
openstackgerritMerged openstack/congress: Use keystone session in murano_driver  https://review.openstack.org/29968314:33
openstackgerritMerged openstack/congress: Fix typo in congress  https://review.openstack.org/29982514:33
*** thinrichs has quit IRC15:00
*** thinrichs has joined #congress15:00
*** fawadkhaliq has joined #congress16:19
*** fawadkhaliq has quit IRC16:36
*** fawadkhaliq has joined #congress16:37
*** fawadkhaliq has quit IRC16:41
*** fawadkhaliq has joined #congress16:41
*** fawadkhaliq has quit IRC17:28
*** fawadkhaliq has joined #congress17:30
*** fawadkhaliq has quit IRC17:46
*** fawadkhaliq has joined #congress17:46
-openstackstatus- NOTICE: Job failures for missing traceroute packages are in the process of being fixed now, ETA 30 minutes to effectiveness for new jobs17:47
*** fawadkhaliq has quit IRC17:47
*** fawadkhaliq has joined #congress17:47
*** fawadkhaliq has quit IRC17:47
*** fawadkhaliq has joined #congress17:48
*** fawadkhaliq has quit IRC17:48
*** fawadkhaliq has joined #congress17:49
*** fawadkhaliq has quit IRC17:50
*** fawadkhaliq has joined #congress17:50
*** fawadk has joined #congress18:06
*** fawadkhaliq has quit IRC18:07
*** fawadk has quit IRC18:09
*** jasonsb has joined #congress18:10
*** jasonsb has quit IRC18:13
*** thinrichs has quit IRC18:15
*** fawadkhaliq has joined #congress18:29
*** openstackgerrit has quit IRC19:03
*** openstackgerrit has joined #congress19:04
-openstackstatus- NOTICE: Any jobs which erroneously failed on missing traceroute packages should be safe to recheck now19:53
*** thinrichs has joined #congress19:58
*** fawadkhaliq has quit IRC20:27
*** fawadkhaliq has joined #congress20:27
*** fawadkhaliq has quit IRC20:42
*** fawadkhaliq has joined #congress20:45
*** ekcs has joined #congress21:09
*** thinrichs has quit IRC21:27
*** banix has quit IRC21:27
*** thinrichs has joined #congress21:31
*** fawadkhaliq has quit IRC21:38
*** fawadkhaliq has joined #congress21:39
*** fawadkhaliq has quit IRC21:40
*** fawadkhaliq has joined #congress21:41
*** fawadkhaliq has quit IRC21:44
*** fawadkhaliq has joined #congress21:44
*** thinrichs has quit IRC22:23
*** thinrichs has joined #congress22:27
*** ekcs has quit IRC23:32

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