Questions tagged [opendaylight]

The OpenDaylight Project is a collaborative open source project that aims to accelerate adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV) for a more transparent approach that fosters new innovation and reduces risk.

The OpenDaylight Project is a collaborative open source project that aims to accelerate adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV) for a more transparent approach that fosters new innovation and reduces risk.

543 questions
0
votes
1 answer

Error when running Karaf in ODL

A few minutes after initiating Karaf, I always receive this error. Cant figure out what the impact of this is or how to fix it: opendaylight-user@root>Exception in thread "config-pusher" java.lang.SecurityException: Insufficient roles/credentials…
user2883071
  • 960
  • 1
  • 20
  • 50
0
votes
1 answer

How to modify destination ip address in OpenDaylight

How can I modify the destination address, and force the flow to go to another destination? I use this xml: 33000
secret
  • 746
  • 2
  • 14
  • 28
0
votes
1 answer

Usage of Maven pom tag

I hava a question about Maven pom.xml. I add a dependency in pom.xml like: org.opendaylight.controller features-restconf
ruanhao
  • 4,663
  • 6
  • 28
  • 43
0
votes
1 answer

Maven build on karaf - opendaylight

i am new to open daylight project.. i want to install open daylight controller and integrate my yang model with this .. so if i execute my POST query on controller it get responded. i went through this tutorial…
0
votes
1 answer

How to install Defense4All for OpenDaylight?

(This is a duplicate question from ServerFault, but seems that is not a right place to ask and it got downvoted for no reason, so I re-post here) Basically I am setting up an OpenDaylight controller for my SDN. And I am trying to install an…
Victor Wong
  • 2,486
  • 23
  • 32
0
votes
1 answer

openDayLight plugin/service/module/bundle

I'm interested in openDayLight controller, and I am reading a lot of articles about it, but I have a question. In SAL we have plugin like OpenFlow, but I can define my own plugins like f.e. ping: https://wiki.opendaylight.org/view/Ping - to do so, I…
Filip Kowalski
  • 144
  • 1
  • 3
  • 15
0
votes
2 answers

Insert bundle into osgi failed

Dear all: I write a sample plugin and i want insert this bundle into my controller. But error occurs when i start it in the OSGI, it show: gogo: BundleException: The bundle "org.opendaylight.controller.ping.plugin_0.4.0.SNAPSHOT [98]" could not be…
vinllen
  • 1,369
  • 2
  • 18
  • 36
0
votes
1 answer

standalone dlux communication with opendaylight controller

We have cloned opendaylight controller and dlux into a machine Did "mvn clean install" in opendaylight controller project and started it. By default odl-restconf-all bundle is not installed, as it is required, we installed it (it internally…
Vikram Darsi
  • 79
  • 2
  • 8
0
votes
1 answer

How to use count() in must() clause in a YANG model?

I tried to research this over the last few days but my research came up short, there seems not to be a lot of material out there on the use of the must() clause in a YANG model. Background I am trying to extend the NETCONF model of an I2RS YANG…
0
votes
2 answers

OpenDaylight Dlux unable to see hosts

I run the mininet with: sudo mn --topo single,3 --controller remote,ip=... port=6653 --switch ovsk, protocols=OpenFlow13 Then I run the controller OpenDaylight(Helium,Karaf). I installed features: odl-openflowplugin-all , odl-dlux-core,…
berkay
  • 134
  • 1
  • 12
0
votes
1 answer

OpenDaylight controller clustering service, blocking or not?

I'm studying the ODL controller and get a question. In ODL clustering implementation, data are divided into shards which are replicate onto multiple controllers. So here is my question: when an application makes an update on a module's primary…
0
votes
1 answer

Adding CORS support for my Plugin

i have a plugin i developed using AD sal. the plugin exposes a number of rest API's. these api's are accessed from a web application deployed on another domain. because of this my access are cross domain. currently i am using jsonp for this sort of…
Raven
  • 713
  • 2
  • 10
  • 21
0
votes
1 answer

Opendaylight API can't select node for creating flow

I'm new to SDN and I'm trying the opendaylight controller. I have set it up with running web API and I can't add flows but it recognizes my topology. I use mininet to create the topology. Opendaylight helium 2.0. Does anybody know why i can't select…
0
votes
2 answers

Mininet and Opendaylight controller port status update messages

I have a question regarding the communication between Mininet and the Opendaylight controller. I have a virtual testbed with Mininet and Opendaylight controller. And when I tear down some links between the switches, it is immediately reflected in…
Rakhee Tiwari
  • 31
  • 1
  • 1
  • 3
0
votes
1 answer

Get Maven to download complete opendaylight sources

I am trying to debug my opendaylight module by attaching the eclipse debugger. Unfortunately eclipse is not able to locate the source files of several dependencies managed by maven. I already tried the "Download Sources" action from eclipses m2…
sge
  • 7,330
  • 1
  • 15
  • 18