Re: [controller-dev] [netconf-dev] simple RPC question around all optional parameters

2017-08-02 Thread Alexis de Talhouët
Correct, for instance, when calling ietf-netconf:commit, I use curl -X POST \ http://localhost:8181/restconf/operations/network-topology:network-topology/topology/topology-netconf/node/NODE/yang-ext:mount/ietf-netconf:commit \ -H 'accept: application/json' \ -H 'authorization: Basic

Re: [controller-dev] eventTime is missing in the generated notification object

2017-07-27 Thread Alexis de Talhouët
and the generated class file attached. >> >>The received notification (both Alarm and event) has the >>but the generated notification listener doesn't seem to have >>reference to the eventTime leaf attribute. >> >>Thanks, >>Senthil Kumar

Re: [controller-dev] eventTime is missing in the generated notification object

2017-07-27 Thread Alexis de Talhouët
notification listener doesn't seem to have reference to the > eventTime leaf attribute. > > Thanks, > Senthil Kumar Jayakumar > > > > > > > On Tue, Jul 18, 2017 at 10:37 PM, Alexis de Talhouët <adetalhoue...@gmail.com > <mailto:adetalhoue...@gm

Re: [controller-dev] [netconf-dev] issues when mounting junos 17.2 in ODL

2017-07-10 Thread Alexis de Talhouët
Le lundi 10 juillet 2017, Michael Vorburger a écrit : > On Mon, Jul 10, 2017 at 12:53 PM, Abdelmuhaimen Seaudi > wrote: > >> Hi, >> >> When I try to mount Junos 17.2 in ODL, Java process experiences

[controller-dev] [netconf-dev] issues when mounting junos 17.2 in ODL

2017-07-10 Thread Alexis de Talhouët
Le lundi 10 juillet 2017, Abdelmuhaimen Seaudi > a écrit : > Hi, > > When I try to mount Junos 17.2 in ODL, Java process experiences very high > CPU utilization and I see the following logs in karaf. > If I'm not mistaking,

Re: [controller-dev] How to create CDS shards

2017-02-02 Thread Alexis de Talhouët
> On Feb 2, 2017, at 5:26 PM, Alexis de Talhouët <adetalhoue...@gmail.com> > wrote: > > >> On Feb 2, 2017, at 5:24 PM, Tom Pantelis <tompante...@gmail.com >> <mailto:tompante...@gmail.com>> wrote: >> >> Alexis, >> >> On a s

Re: [controller-dev] How to create CDS shards

2017-02-02 Thread Alexis de Talhouët
y create > prefixed shards. However the patches to implement the new APIs in CDS is > still in progress. Tomas Cere is working on that. Ah, make sense I wasn't able to do so then. Thanks for the answer. > > Tom > > On Thu, Feb 2, 2017 at 5:04 PM, Alexis de Talhouët <adetal

Re: [controller-dev] Interfacemanager blueprint migration, dependency issues, need help

2017-01-20 Thread Alexis de Talhouët
Michael, I recall at the time I initially moved netvirt to blueprint, I faced cyclic dependency. The approach I used is the following: Instead of having the blueprint resolved the service you need, which end up having deadlock due to cyclic dependency, resolve the service you need using

Re: [controller-dev] No local or remote implementation available for routed-rpc

2016-12-06 Thread Alexis de Talhouët
Hello, Please follow this guide [0], it should guide you through the complete implementation of an RPC. Once you've modeled the RPC, you have to implement it, using the generated interface, in your case, it would be HelloService.java. And then you have to register the implementation in this

Re: [controller-dev] [release] Memory leaks on blueprint restart

2016-11-10 Thread Alexis de Talhouët
> On Nov 10, 2016, at 11:35 AM, Colin Dixon wrote: > > I realize I'm getting here late, but did we get an issue opened. If I’m not mistaking, yes, and it is that one: https://bugs.opendaylight.org/show_bug.cgi?id=6969

Re: [controller-dev] [yangtools-dev] Yang 1.1 call

2016-10-17 Thread Alexis de Talhouët
Rashmi is on PTO for two weeks, but she would agree, so by delegation, here is her +1. Thanks, Alexis > On Oct 17, 2016, at 10:44 AM, Ryan Goulding wrote: > > +1 this works great for me. Others please chime in so we can resolve this > for next week and have our first

Re: [controller-dev] [release] Memory leaks on blueprint restart

2016-10-13 Thread Alexis de Talhouët
egistry.ServiceRegistrationImpl @ 0x88f51a20 > > The entire tree to the GC roots is huge. I'm putting it in pastebin: > http://pastebin.com/raw/HYtxGUbe <http://pastebin.com/raw/HYtxGUbe> (probably > need to download it to avoid line wrapping) > > > Martin > > > Od:

[controller-dev] Blueprint slide deck

2016-10-04 Thread Alexis de Talhouët
Hello Tom, Can you share your slide deck that you presented during the summit about blueprint? Thanks, Alexis ___ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev

Re: [controller-dev] [release] [openflowplugin-dev] Regression in OF cluster test

2016-09-07 Thread Alexis de Talhouët
If I may intervene, Daniel would like to have those in RC3, but don’t want to respin the release, nor block it. As it appears we will respin the release anyway, based on the initial mail of this thread. I understand that DLUX patches could get in. All patches were reviewed and +2 by DLUX

Re: [controller-dev] Unable to run karaf [Windows7]

2016-08-03 Thread Alexis de Talhouët
> On Aug 3, 2016, at 4:45 PM, Robert Varga wrote: > > I do not know why have not seen this earlier, but I am pretty sure it is > caused by https://git.opendaylight.org/gerrit/39982 > which addresses > BUG-6027. I’m sure you’ve seen it