|
Re: [controller-dev] Netconf plugin testing
Reinaldo,
I figured out my problem just now. That is because of incorrect port mentioned in 04-libnetconfd.xml. As I installed netopeer using docker and it uses port 1831:830 for talking to netconf
Reinaldo,
I figured out my problem just now. That is because of incorrect port mentioned in 04-libnetconfd.xml. As I installed netopeer using docker and it uses port 1831:830 for talking to netconf
|
By
Madhusudhan Kandadai <madhusudhan.opendaylight@...>
·
#887
·
|
|
Re: [controller-dev] Netconf plugin testing
I will test again later today and get back to you.
In the meantime, can you test something simple? Change header to <Accept: application/xml> and perform GET again. I seem to remember an issue around
I will test again later today and get back to you.
In the meantime, can you test something simple? Change header to <Accept: application/xml> and perform GET again. I seem to remember an issue around
|
By
Reinaldo Penno <rapenno@...>
·
#886
·
|
|
Re: Bridge domain API broken?
Thanks Luis. Please revert just the OVSDB bundle versions.
FYI, we are currently re-architecting the code in a different branch topic/schema and we have bumped up the versions.
The
Thanks Luis. Please revert just the OVSDB bundle versions.
FYI, we are currently re-architecting the code in a different branch topic/schema and we have bumped up the versions.
The
|
By
Madhu Venugopal
·
#885
·
|
|
Issue with restconf -
Hi All,
I’m not sure if this is normal but it seem to look odd to me.
When I use the restconf to put the f1.xml flow to the controller the flows looks fine on the OVS switch.
But when I try to
Hi All,
I’m not sure if this is normal but it seem to look odd to me.
When I use the restconf to put the f1.xml flow to the controller the flows looks fine on the OVS switch.
But when I try to
|
By
Christopher O'SHEA <christopher.o.shea@...>
·
#884
·
|
|
Re: Bridge domain API broken?
OK Madhu, I can take care of these changes. I am almost sure I had to commit this automatic patch from jenkins because the editions build was failing. Anyway, I will do according to your
OK Madhu, I can take care of these changes. I am almost sure I had to commit this automatic patch from jenkins because the editions build was failing. Anyway, I will do according to your
|
By
Luis Gomez
·
#883
·
|
|
Re: [controller-dev] Netconf plugin testing
This is the exact error I get in OSGi command line:
2014-04-01 15:49:21.307 PDT [pool-34-thread-1] ERROR o.o.c.s.c.n.NetconfDevice#libnetconfd - Netconf client NOT started.
This is the exact error I get in OSGi command line:
2014-04-01 15:49:21.307 PDT [pool-34-thread-1] ERROR o.o.c.s.c.n.NetconfDevice#libnetconfd - Netconf client NOT started.
|
By
Madhusudhan Kandadai <madhusudhan.opendaylight@...>
·
#882
·
|
|
Re: [controller-dev] Netconf plugin testing
Thanks Reinaldo.
I installed docker image mentioned at https://wiki.opendaylight.org/view/OpenDaylight_Controller:Config:Examples:Netconf#Docker_image and I am able to see the response sent by server
Thanks Reinaldo.
I installed docker image mentioned at https://wiki.opendaylight.org/view/OpenDaylight_Controller:Config:Examples:Netconf#Docker_image and I am able to see the response sent by server
|
By
Madhusudhan Kandadai <madhusudhan.opendaylight@...>
·
#881
·
|
|
Re: Bridge domain API broken?
Hi Luis,
Thats because of this :
commit 9ad9918a8144e5a5ea83ed85f5a81e3d3cfcbca9
Author: jenkins-integration <jekins-integration@...>
Date: Tue Apr 1 16:00:34 2014
Hi Luis,
Thats because of this :
commit 9ad9918a8144e5a5ea83ed85f5a81e3d3cfcbca9
Author: jenkins-integration <jekins-integration@...>
Date: Tue Apr 1 16:00:34 2014
|
By
Madhu Venugopal
·
#880
·
|
|
Re: Bridge domain API broken?
Hi Madhu,
Still fails, please check the latest OSGi console when base edition starts and also when we try to create bridge through BD API:
Hi Madhu,
Still fails, please check the latest OSGi console when base edition starts and also when we try to create bridge through BD API:
|
By
Luis Gomez
·
#879
·
|
|
Re: [openflowplugin-dev] Statistics Manager performance
Hi,
If all you want to do is look at CPU usage for the app then you can connect to it using jconsole which ships with the jdk.
To use console do the following,
1. Start controller with the -jmx switch
Hi,
If all you want to do is look at CPU usage for the app then you can connect to it using jconsole which ships with the jdk.
To use console do the following,
1. Start controller with the -jmx switch
|
By
Moiz Raja <moraja@...>
·
#878
·
|
|
[openflowplugin-dev] Statistics Manager performance
FYI, they use YourKit to plot the CPU graphs, does anybody in Integration have experience with this tool?
Begin forwarded message:
From: Anil Vishnoi <vishnoianil@...>
Subject: Re:
FYI, they use YourKit to plot the CPU graphs, does anybody in Integration have experience with this tool?
Begin forwarded message:
From: Anil Vishnoi <vishnoianil@...>
Subject: Re:
|
By
Luis Gomez
·
#877
·
|
|
Re: Testing BGP in controller with exabgp
Brian,
The IP addresses are reversed. Sorry about that.
-Moiz
From: FREEMAN, BRIAN D [bf1936@...]
Sent: Tuesday, April 01, 2014 4:27 AM
To: Moiz Raja (moraja); Lakshman Mukkamalla (lmukkama)
Subject:
Brian,
The IP addresses are reversed. Sorry about that.
-Moiz
From: FREEMAN, BRIAN D [bf1936@...]
Sent: Tuesday, April 01, 2014 4:27 AM
To: Moiz Raja (moraja); Lakshman Mukkamalla (lmukkama)
Subject:
|
By
Moiz Raja (moraja) <moraja@...>
·
#876
·
|
|
Re: Bridge domain API broken?
Hi Luis,
Unless you are using an older version of OVS in your testbed, this IPFIX change should not impact you.
But, I realized that our new topic branch could have caused this issue. We have a
Hi Luis,
Unless you are using an older version of OVS in your testbed, this IPFIX change should not impact you.
But, I realized that our new topic branch could have caused this issue. We have a
|
By
Madhu Venugopal
·
#875
·
|
|
Re: Bridge domain API broken?
Thanks Madhu ;)
By
Luis Gomez
·
#874
·
|
|
Re: Bridge domain API broken?
Hi Luis,
We modified the code to include IPFIX. Not sure if that is causing this issue.
I will look into it and get back to you.
Thanks,
-Madhu
Hi Luis,
We modified the code to include IPFIX. Not sure if that is causing this issue.
I will look into it and get back to you.
Thanks,
-Madhu
|
By
Madhu Venugopal
·
#873
·
|
|
Bridge domain API broken?
Hi Devs,
Since today we have problems in the base edition system test like it is not possible to create a bridge using Bridge Domain API. Have you changed anything that could impact this
Hi Devs,
Since today we have problems in the base edition system test like it is not possible to create a bridge using Bridge Domain API. Have you changed anything that could impact this
|
By
Luis Gomez
·
#872
·
|
|
[openflowplugin-dev] Fw: Statistics Manager performance
Fwding to Integration group.
Begin forwarded message:
Fwding to Integration group.
Begin forwarded message:
|
By
Luis Gomez
·
#871
·
|
|
Re: Testing BGP in controller with exabgp
Punal,
I think running on the same VM would work but only if it was multi-homed. In the configuration for exabgp we have to specify the IP address of the peer. If the peer IP is the same as what I am
Punal,
I think running on the same VM would work but only if it was multi-homed. In the configuration for exabgp we have to specify the IP address of the peer. If the peer IP is the same as what I am
|
By
Moiz Raja (moraja) <moraja@...>
·
#870
·
|
|
Re: Testing BGP in controller with exabgp
Hi Moiz,
I followed your steps to create single bgp peer but was unable to establish bgp session.
Do we need two seperate vm's to create bgp session?
Here is the log after executing "exabgp
Hi Moiz,
I followed your steps to create single bgp peer but was unable to establish bgp session.
Do we need two seperate vm's to create bgp session?
Here is the log after executing "exabgp
|
By
punal patel <punal.patel@...>
·
#869
·
|
|
Re: [OpenDaylight Discuss] Exabgp in the lab
Andy,
I'll get it working with virtualenv and let you know if we can go with that option.
-Moiz
________________________________________
Sent: Monday, March 31, 2014 2:34 PM
To: Moiz Raja
Andy,
I'll get it working with virtualenv and let you know if we can go with that option.
-Moiz
________________________________________
Sent: Monday, March 31, 2014 2:34 PM
To: Moiz Raja
|
By
Moiz Raja (moraja) <moraja@...>
·
#868
·
|