Re: [controller-dev] [opendaylight.org #40000] [integration-dev] Time sync between CSIT nodes

2017-04-18 Thread Luis Gomez
After running quick test in sandbox (measure offset of node 2,3 in node 1), I do not see great differences between controller instances before test starts (max=37 msec in 3 runs): Run 1: 03:15:55 + ssh 10.29.15.1 '/usr/sbin/ntpdate -q 10.29.13.206' 03:16:01 server 10.29.13.206, stratum 2,

[controller-dev] WARN message during OF cluster test (carbon)

2017-04-18 Thread Luis Gomez
Hi cluster experts, I am finding below message very often in karaf log during OpenFlow cluster test in carbon [1]: 2017-04-17 12:32:22,296 | WARN | lt-dispatcher-20 | FrontendClientMetadataBuilder| 196 - org.opendaylight.controller.sal-distributed-datastore - 1.5.0.SNAPSHOT | Unknown

Re: [controller-dev] [opendaylight.org #40000] [integration-dev] Time sync between CSIT nodes

2017-04-18 Thread Luis Gomez
Thanks Andy, I will probably do some simple test in sandbox to check clock synchronization. I am also reading [1] configuring NTP in both host and guests can help with synchronization, do you know if hosts in rackspace use hwclock for system time and NTP is enabled on them? BR/Luis [1]

Re: [controller-dev] How to auto detect projects still using the config sub system (CSS) instead of BP

2017-04-18 Thread Sam Hague
On Tue, Apr 18, 2017 at 12:41 PM, Michael Vorburger wrote: > Colin, > > as just discussed during the Kernel call, to auto detect projects still > using the config sub system (CSS) instead of BP, AFAIK we could just grep > for "config-parent" (the parent POM defined in >

[controller-dev] How to auto detect projects still using the config sub system (CSS) instead of BP

2017-04-18 Thread Michael Vorburger
Colin, as just discussed during the Kernel call, to auto detect projects still using the config sub system (CSS) instead of BP, AFAIK we could just grep for "config-parent" (the parent POM defined in controller/opendaylight/config/config-parent/) OR a project directly itself using the

Re: [controller-dev] Nomination for new committer

2017-04-18 Thread Ed Warnicke
+1 On Tue, Apr 18, 2017 at 8:30 AM, Anil Vishnoi wrote: > +1 > > Sent from my iPhone > > On Apr 18, 2017, at 8:06 AM, Tom Pantelis wrote: > > Hello controller committers, > > I'd like to nominate Robert Varga for the committer role on the

Re: [controller-dev] Nomination for new committer

2017-04-18 Thread Anil Vishnoi
+1 Sent from my iPhone > On Apr 18, 2017, at 8:06 AM, Tom Pantelis wrote: > > Hello controller committers, > > I'd like to nominate Robert Varga for the committer role on the controller > project. As we all know, Robert has been a significant contributor to all the >

[controller-dev] Nomination for new committer

2017-04-18 Thread Tom Pantelis
Hello controller committers, I'd like to nominate Robert Varga for the committer role on the controller project. As we all know, Robert has been a significant contributor to all the kernel projects since the inception of ODL and, particularly, has been contributing to CDS code in the controller

Re: [controller-dev] Re-configuration of module using Blueprint on Karaf4 distribution

2017-04-18 Thread Tom Pantelis
Tomas, The "Unable to create a proxy object..." message is related to blueprint and is benign (logged as INFO). When registering a service instance, it tries to create a proxy for it (for the quiesce functionality which isn't important) - on failure it uses the original instance (lucky for us).

[controller-dev] Re-configuration of module using Blueprint on Karaf4 distribution

2017-04-18 Thread Tomas Janciga -X (tjanciga - PANTHEON TECHNOLOGIES at Cisco)
Hi guys, I'm working on migration of IoTDM project to Karaf4. I've done some draft changes of onem2m-core module and it's submodules. Some of the submodules are using Blueprint configuration. I have a problem when I'm running Karaf4 distribution and I try to re-configure some of these modules