*** ddieterly has quit IRC | 01:11 | |
*** craigbr has joined #openstack-monasca | 02:06 | |
*** craigbr has quit IRC | 02:11 | |
*** ddieterly has joined #openstack-monasca | 02:11 | |
*** craigbr has joined #openstack-monasca | 02:12 | |
*** craigbr has quit IRC | 02:15 | |
*** ddieterly has quit IRC | 02:16 | |
*** ddieterly has joined #openstack-monasca | 02:56 | |
*** ddieterly has quit IRC | 04:06 | |
*** theresa_ has joined #openstack-monasca | 04:37 | |
*** theresa_ has quit IRC | 04:39 | |
*** ddieterly has joined #openstack-monasca | 05:07 | |
*** ddieterly has quit IRC | 05:11 | |
*** ddieterly has joined #openstack-monasca | 06:08 | |
*** ddieterly has quit IRC | 06:12 | |
*** ddieterly has joined #openstack-monasca | 07:37 | |
*** sanjayu has joined #openstack-monasca | 07:39 | |
*** ddieterly has quit IRC | 07:42 | |
*** Miouge has joined #openstack-monasca | 07:47 | |
*** Miouge_ has joined #openstack-monasca | 08:09 | |
*** Miouge has quit IRC | 08:11 | |
*** Miouge_ is now known as Miouge | 08:11 | |
*** ddieterly has joined #openstack-monasca | 08:38 | |
*** ddieterly has quit IRC | 08:43 | |
*** subscope has joined #openstack-monasca | 09:29 | |
*** ddieterly has joined #openstack-monasca | 09:39 | |
*** ddieterly has quit IRC | 09:43 | |
*** eglynn-officeafk is now known as eglynn-office | 10:15 | |
*** ddieterly has joined #openstack-monasca | 10:39 | |
*** ddieterly has quit IRC | 10:44 | |
*** ddieterly has joined #openstack-monasca | 11:40 | |
*** ddieterly has quit IRC | 11:44 | |
*** Miouge has quit IRC | 11:50 | |
*** Miouge has joined #openstack-monasca | 11:59 | |
*** Miouge has quit IRC | 12:05 | |
*** htruta has joined #openstack-monasca | 12:09 | |
*** Miouge has joined #openstack-monasca | 12:10 | |
*** subscope has quit IRC | 12:21 | |
*** subscope has joined #openstack-monasca | 12:31 | |
*** ddieterly has joined #openstack-monasca | 12:41 | |
*** ddieterly has quit IRC | 12:45 | |
*** sanjayu has quit IRC | 13:17 | |
*** ddieterly has joined #openstack-monasca | 13:42 | |
*** LeanReox has joined #openstack-monasca | 13:45 | |
LeanReox | ddieterly, morning :) , a quick question is is possible that on monasca-api just the users that belongs to tenant admin are capable of retrieving metrics ? | 13:46 |
---|---|---|
*** ddieterly has quit IRC | 13:46 | |
LeanReox | sandywalsh, morning :) a quick question is is possible that on monasca-api just the users that belongs to tenant admin are capable of retrieving metrics ? | 13:46 |
sandywalsh | LeanReox: sounds reasonable | 13:47 |
LeanReox | sandywalsh, so others users cant see their vm statistics ? ( i guess is reasonable for the hypervisor metrics ... , but for vms ? ) | 13:48 |
sandywalsh | LeanReox: I guess that depends on if you're monitoring the infrastructure side or the user side | 13:48 |
sandywalsh | LeanReox: I can't imagine showing a user the stats of the host their vm is running on. | 13:49 |
sandywalsh | (if that's what you're suggesting?) | 13:49 |
LeanReox | sandywalsh, the last thing makes sense, but how about the "vm.*" metrics | 13:49 |
LeanReox | that are scoped to the tenant vms | 13:50 |
LeanReox | their should be able to list them | 13:50 |
sandywalsh | in that case, yes, I woudl assume the user should be able to see them (if the tenant id's match) | 13:50 |
LeanReox | sandywalsh, that what i ment, but if a regular user has the "default authorized roles" cant list their vm stats | 13:51 |
LeanReox | just happens if youre a member of tenant admin | 13:51 |
LeanReox | thats weird | 13:51 |
sandywalsh | sounds like a bug | 13:51 |
LeanReox | sandywalsh, sounds like a bug to me too :S | 13:51 |
htruta | LeanReox: are you using the python api? | 13:54 |
*** seeg has left #openstack-monasca | 13:55 | |
LeanReox | noup htruta the java one | 13:55 |
LeanReox | is the python api available already ? | 13:55 |
LeanReox | htruta, is this fixed on the python api (im seeing on the repo) | 13:56 |
htruta | LeanReox: actually, it isn't | 13:57 |
htruta | but I've just sent a patch that may be fixing it | 13:57 |
sandywalsh | hmm, shouldn't that be a server side bug, not a client bug? | 13:59 |
LeanReox | htruta, so you can confirm that, no matter if you have the authorized roles, if you do not belong to the tenant admin is not working | 13:59 |
sandywalsh | oh, python server | 13:59 |
LeanReox | sandywalsh, yes sandywalsh server side | 13:59 |
LeanReox | monasca-api | 13:59 |
sandywalsh | gotcha, sorry | 13:59 |
LeanReox | htruta, cause thats what is happening | 14:02 |
*** craigbr has joined #openstack-monasca | 14:03 | |
htruta | LeanReox: IDK in the java api... but in the patch I sent to the python one, it doesn't happen | 14:04 |
LeanReox | htruta, do you know if its gonna get fixed on the java version ? maybe craigbr has some points there ( hi by the way ) :) | 14:06 |
htruta | LeanReox: have no idea... are you sure it's a bug? | 14:08 |
LeanReox | htruta, i really think so, cause it supposed to validate the authorized roles, and maybe if the user belongs to the tenant | 14:09 |
*** craigbr has quit IRC | 14:09 | |
LeanReox | htruta, as a member of a particular tenant if i have the auth roles i should be capable to retrieve metrics related to my VMS | 14:09 |
LeanReox | htruta, and that is not happening | 14:10 |
LeanReox | htruta, not getting the hypervisors ones should be logical, but from the vm.* metrics of the vms i own, shouldnt | 14:10 |
htruta | htruta: by member of a tenant, you mean "have a role on the tenant"? | 14:11 |
LeanReox | htruta, yes | 14:14 |
LeanReox | htruta, BTW is your patch commited to trunk already ? on the python-api ? | 14:14 |
*** craigbr has joined #openstack-monasca | 14:15 | |
*** craigbr has quit IRC | 14:23 | |
*** craigbr has joined #openstack-monasca | 14:27 | |
*** craigbr has quit IRC | 14:28 | |
*** rbak has quit IRC | 14:32 | |
htruta | LeanReox: not yet | 14:36 |
openstackgerrit | Henrique Truta proposed stackforge/monasca-api: Integrating monasca-api with keystonemiddleware https://review.openstack.org/151325 | 14:36 |
htruta | but I've just sent a new patch. Feel free to review it | 14:37 |
LeanReox | htruta, great | 14:40 |
*** openstackgerrit has quit IRC | 14:52 | |
*** openstackgerrit has joined #openstack-monasca | 14:52 | |
*** ddieterly has joined #openstack-monasca | 14:56 | |
LeanReox | i just submited a bug on this behaviour ddieterly htruta craigbr https://bugs.launchpad.net/monasca/+bug/1417128 | 15:01 |
*** ddieterly has quit IRC | 15:05 | |
*** ddieterly has joined #openstack-monasca | 15:07 | |
*** rbak has joined #openstack-monasca | 15:11 | |
*** rbak has quit IRC | 15:23 | |
*** rbak has joined #openstack-monasca | 15:28 | |
*** gilliard has joined #openstack-monasca | 15:54 | |
*** ericpeterson has joined #openstack-monasca | 15:56 | |
*** dschroeder has joined #openstack-monasca | 16:00 | |
*** ericpeterson has quit IRC | 16:20 | |
*** theresa_ has joined #openstack-monasca | 16:25 | |
*** ericpeterson has joined #openstack-monasca | 16:26 | |
*** ddieterly has quit IRC | 16:29 | |
*** ddieterly has joined #openstack-monasca | 16:29 | |
*** ddieterly has quit IRC | 16:44 | |
*** ddieterly has joined #openstack-monasca | 16:47 | |
*** ddieterly has quit IRC | 16:49 | |
*** ddieterly has joined #openstack-monasca | 16:49 | |
*** ddieterly has quit IRC | 16:50 | |
*** ddieterly has joined #openstack-monasca | 16:50 | |
*** krtaylor has quit IRC | 17:04 | |
openstackgerrit | Cindy O'Neill proposed stackforge/python-monascaclient: First pass of pagination support for list queries https://review.openstack.org/152190 | 17:09 |
*** craigbr has joined #openstack-monasca | 17:10 | |
*** krtaylor has joined #openstack-monasca | 17:12 | |
*** ddieterly has quit IRC | 17:18 | |
*** ddieterly has joined #openstack-monasca | 17:18 | |
*** craigbr has quit IRC | 17:28 | |
*** craigbr has joined #openstack-monasca | 17:30 | |
*** craigbr has quit IRC | 17:35 | |
*** craigbr has joined #openstack-monasca | 17:44 | |
*** craigbr has quit IRC | 17:45 | |
openstackgerrit | Cindy O'Neill proposed stackforge/python-monascaclient: First pass of pagination support for list queries https://review.openstack.org/152190 | 17:55 |
*** theresa_ has quit IRC | 18:00 | |
*** ddieterly has quit IRC | 18:14 | |
*** ddieterly has joined #openstack-monasca | 18:18 | |
*** amalagon has quit IRC | 18:22 | |
openstackgerrit | Cindy O'Neill proposed stackforge/python-monascaclient: First pass of pagination support for list queries https://review.openstack.org/152190 | 18:22 |
*** ddieterly has quit IRC | 18:23 | |
*** craigbr has joined #openstack-monasca | 18:24 | |
*** ddieterly has joined #openstack-monasca | 18:34 | |
openstackgerrit | Merged stackforge/monasca-notification: Notification engine refactored from many processes to one https://review.openstack.org/151022 | 18:35 |
*** theresa_ has joined #openstack-monasca | 18:38 | |
*** th_ has joined #openstack-monasca | 18:39 | |
*** theresa_ has quit IRC | 18:42 | |
*** ddieterly has quit IRC | 18:51 | |
*** craigbr has quit IRC | 18:52 | |
*** craigbr has joined #openstack-monasca | 18:52 | |
*** ddieterly has joined #openstack-monasca | 18:54 | |
LeanReox | guys does anybode know if the bug on the agent that wasnt pushing net.* metrics from the hypervisor is fixed ? craigbr ddieterly ? | 18:55 |
LeanReox | garyh was taking a look to it last friday | 18:55 |
craigbr | LeanReox: I'll ask garyh to update you | 18:56 |
LeanReox | craigbr, thanks man | 18:56 |
craigbr | Might be a little while. He may be at lunch | 18:57 |
LeanReox | craigbr, no problem, ill be here for a couple more hours | 18:57 |
craigbr | Ok | 18:57 |
*** garyh has joined #openstack-monasca | 18:59 | |
*** ddieterly has quit IRC | 19:00 | |
garyh | LeanRox Still tracking down that bug we discussed on Friday. | 19:02 |
LeanReox | garyh, great men, can i help you on something ? | 19:02 |
garyh | Nothing at the moment. | 19:03 |
LeanReox | ok, let me know garyh | 19:04 |
LeanReox | craigbr, i submitted a bug for the java api https://bugs.launchpad.net/monasca/+bug/1417128 | 19:04 |
*** ddieterly has joined #openstack-monasca | 19:04 | |
craigbr | I saw it. I think it is working correctly. Will just take a little while to answer properly and I've got some other stuff I have to do right now | 19:05 |
LeanReox | craigbr, ok, great | 19:05 |
*** Miouge has quit IRC | 19:25 | |
*** ddieterly has quit IRC | 19:59 | |
*** ddieterly has joined #openstack-monasca | 19:59 | |
*** ddieterly has quit IRC | 20:11 | |
*** ddieterl_ has joined #openstack-monasca | 20:11 | |
*** ddieterl_ has quit IRC | 20:20 | |
*** ddieterly has joined #openstack-monasca | 20:21 | |
*** ddieterly has quit IRC | 20:23 | |
*** amalagon has joined #openstack-monasca | 20:24 | |
*** ddieterly has joined #openstack-monasca | 20:29 | |
*** krtaylor has quit IRC | 20:40 | |
*** tongli has joined #openstack-monasca | 20:42 | |
*** craigbr has quit IRC | 20:51 | |
*** craigbr has joined #openstack-monasca | 20:54 | |
*** ddieterly has quit IRC | 20:54 | |
*** ddieterly has joined #openstack-monasca | 20:57 | |
*** dlfryar has joined #openstack-monasca | 21:02 | |
*** ddieterly has quit IRC | 21:06 | |
*** dlfryar has quit IRC | 21:12 | |
*** dlfryar has joined #openstack-monasca | 21:12 | |
*** krtaylor has joined #openstack-monasca | 21:13 | |
*** dlfryar has quit IRC | 21:14 | |
*** ddieterly has joined #openstack-monasca | 21:17 | |
*** ddieterly has quit IRC | 21:21 | |
*** Miouge has joined #openstack-monasca | 21:26 | |
*** ddieterly has joined #openstack-monasca | 21:37 | |
*** dlfryar has joined #openstack-monasca | 21:53 | |
*** dlfryar has quit IRC | 21:54 | |
*** ddieterly has quit IRC | 21:56 | |
*** ddieterly has joined #openstack-monasca | 21:57 | |
*** tongli has quit IRC | 22:15 | |
*** dlfryar has joined #openstack-monasca | 22:21 | |
*** ddieterly has quit IRC | 22:25 | |
*** ericpete_ has joined #openstack-monasca | 22:32 | |
LeanReox | gra | 22:32 |
LeanReox | garyh, any findings ? | 22:33 |
*** ddieterly has joined #openstack-monasca | 22:34 | |
*** ddieterly has quit IRC | 22:34 | |
*** ericpeterson has quit IRC | 22:34 | |
garyh | LeanReox I think I’m getting close. | 22:36 |
LeanReox | garyh, haha thats good to hear, let me know if you want me to try something out, or review a code patch | 22:37 |
*** craigbr has quit IRC | 22:39 | |
*** dschroeder has quit IRC | 22:48 | |
*** craigbr has joined #openstack-monasca | 22:53 | |
*** ericpete_ has quit IRC | 22:55 | |
*** ericpeterson has joined #openstack-monasca | 22:55 | |
*** dschroeder has joined #openstack-monasca | 22:55 | |
*** ericpete_ has joined #openstack-monasca | 22:55 | |
*** ericpeterson has quit IRC | 22:59 | |
*** LeanReox has quit IRC | 23:06 | |
*** ddieterly has joined #openstack-monasca | 23:11 | |
*** ddieterly has quit IRC | 23:13 | |
*** ddieterly has joined #openstack-monasca | 23:13 | |
*** ddieterly has quit IRC | 23:22 | |
*** dlfryar has quit IRC | 23:24 | |
*** ddieterly has joined #openstack-monasca | 23:26 | |
*** ddieterly has quit IRC | 23:57 | |
*** ddieterly has joined #openstack-monasca | 23:58 | |
openstackgerrit | Tim Kuhlman proposed stackforge/monasca-agent: Moved to using psutil for some system metrics. https://review.openstack.org/152347 | 23:58 |
*** ddieterly has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!