[openstack-dev] [oslo-reports][neutron] GMR for neutron

2018-07-16 Thread Deepthi V V
Hi, I am trying to get Guru Meditation Report from NEUTRON child process. I have tried below scenarios. GMR was generated only for the parent process in all the cases. 1. Kill -SIGUSR2 2. Kill -SIGUSR2 How can I get GMR for a child process. I assumed option 1 would give GMR for parent

Re: [sfc-dev] [openflowplugin-dev] [mdsal-dev] IncorrectNestingException on SFC when sing OFP model

2018-07-09 Thread Deepthi V V
3:36 PM To: Faseela K ; Deepthi V V ; Vishal Thapar Cc: sfc-dev@lists.opendaylight.org; mdsal-...@lists.opendaylight.org; genius-...@lists.opendaylight.org; Tom Pantelis ; openflowplugin-...@lists.opendaylight.org Subject: Re: [openflowplugin-dev] [mdsal-dev] IncorrectNestingException on SFC

Re: [sfc-dev] [openflowplugin-dev] [mdsal-dev] IncorrectNestingException on SFC when sing OFP model

2018-07-09 Thread Deepthi V V
Hi Robert, Just to clarify, IF getEgressActions RPC was a routed RPC implementation, the issue should have been visible earlier because it would go through DOM serialization process. Since it is a global RPC, the call/response always happened on the same node and because of the shortcut, there

Re: [openflowplugin-dev] [mdsal-dev] IncorrectNestingException on SFC when sing OFP model

2018-07-09 Thread Deepthi V V
3:36 PM To: Faseela K ; Deepthi V V ; Vishal Thapar Cc: sfc-...@lists.opendaylight.org; mdsal-...@lists.opendaylight.org; genius-...@lists.opendaylight.org; Tom Pantelis ; openflowplugin-dev@lists.opendaylight.org Subject: Re: [openflowplugin-dev] [mdsal-dev] IncorrectNestingException on SFC

Re: [openflowplugin-dev] [mdsal-dev] IncorrectNestingException on SFC when sing OFP model

2018-07-09 Thread Deepthi V V
Hi Robert, Just to clarify, IF getEgressActions RPC was a routed RPC implementation, the issue should have been visible earlier because it would go through DOM serialization process. Since it is a global RPC, the call/response always happened on the same node and because of the shortcut, there

Re: [controller-dev] FW: IncorrectNestingException while trying to write augmented instructions

2018-02-06 Thread Deepthi V V
From: Faseela K Sent: Tuesday, February 06, 2018 7:12 AM To: Robert Varga ; controller-dev@lists.opendaylight.org Cc: Deepthi V V ; Yugandhar Sarraju ; D Arunprakash Subject: RE: [controller-dev] FW: IncorrectNestingException while trying to write augmented instructions Robert, As far as I rem

Re: [controller-dev] FW: IncorrectNestingException while trying to write augmented instructions

2018-02-05 Thread Deepthi V V
From: Faseela K Sent: Tuesday, February 06, 2018 7:12 AM To: Robert Varga ; controller-dev@lists.opendaylight.org Cc: Deepthi V V ; Yugandhar Sarraju ; D Arunprakash Subject: RE: [controller-dev] FW: IncorrectNestingException while trying to write augmented instructions Robert, As far as I rem

Re: [openstack-dev] [telemetry][ceilometer][opendaylight] OpenDaylight Driver for Ceilometer

2017-10-13 Thread Deepthi V V
Hi Andrez, I had introduced a new driver for ODL in Pike release[1] The driver code is available in networking-odl project: networking_odl/ceilometer/network/statistics/opendaylight_v2 The corresponding ODL code is under development. [1] Spec: https://review.openstack.org/#/c/475241/ Thanks, De

[openstack-dev] [telemetry][ceilometer][gnocchi] RBAC for attributes in resource

2017-06-22 Thread Deepthi V V
Hi, Current gnocchi code supports RBAC at operation level [gnocchi/gnocchi/rest/policy.json]. Is it possible to add RBAC for attributes in a resource? For eg: Restrict resource search/show should display specific attributes only when query is performed by resource creator or admin. Thanks, Deep

Re: [openstack-dev] [telemetry][ceilometer][opendaylight][networking-odl] OpenDaylight Driver for Ceilometer

2017-06-13 Thread Deepthi V V
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Gordon, the driver would leverage ceilometer's polling framework. It will run as part of ceilometer-agent-central process and wi

[openstack-dev] [telemetry][ceilometer][opendaylight][networking-odl] OpenDaylight Driver for Ceilometer

2017-06-12 Thread Deepthi V V
Hi, We plan to propose a ceilometer driver for collecting network statistics information from OpenDaylight. We were thinking if we could have the driver code residing in networking-odl project instead of Ceilometer project. The thought is we have OpenDaylight depended code restricted to n-odl r

Re: [openstack-dev] [telemetry][ceilometer][gnocchi] Query on adding new meters to Gnocchi

2017-06-08 Thread Deepthi V V
: [openstack-dev] [telemetry][ceilometer][gnocchi] Query on adding new meters to Gnocchi Hi, On Thu, Jun 08, 2017 at 05:35:43AM +, Deepthi V V wrote: >Hi, > >I am trying to add new meters/resource types in gnocchi. I came across 2 files: >Gnocchi_resources.yaml and ceilometer_update

[openstack-dev] [telemetry][ceilometer][gnocchi] Query on adding new meters to Gnocchi

2017-06-07 Thread Deepthi V V
Hi, I am trying to add new meters/resource types in gnocchi. I came across 2 files: Gnocchi_resources.yaml and ceilometer_update script which will make Gnocchi api calls for resource_type addition. I have a few queries. Could you please clarify them. 1. Is it sufficient to add the resource t