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
1
vote
1 answer

OpenDaylight Archetypes JAR Fluorine Not in Repository?

I am trying to install OpenDaylight Fluorine. Per the developer guide i am to call mvn generate:archetype alongside some other parameters which can be found here: link However, due to the incorrect formatting of the repo's that documention seems to…
UtahUnix
  • 23
  • 2
1
vote
1 answer

Use the "ovs-vsctl show" command can not find OVS bridge that created by OVSDB

I use the OVSDB Southbound Plugin RESTAPI to create bridge as follow: HTTP PUT:http://:8181/restconf/config/networktopology:network-topology/topology/ovsdb:1/node/ofconfig%2Fbridge%2Fbrtest Body:{"network-topology:node": [ { …
Smile
  • 17
  • 7
1
vote
1 answer

Problem intalling opendaylight fluorine on ubuntu 18.04 LTS

I'm trying to install opendaylight fluorine on ubuntu 18.04 LTS when i execute the command biyiha@biyiha-PC:~/opendaylight$ ./bin/karaf I get: Apache Karaf starting up. Press Enter to open the shell now... Unable to register security provider:…
1
vote
1 answer

Problem when compiling the latest version of l2switch

I would like to work with the newer version of l2switch plugin, but when I try to compile the project i get the following errors: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on…
Kevin Costa
  • 87
  • 10
1
vote
1 answer

Creating Queues and retrieving statistics from queues in Opendaylight

I have created a simple network topology using mininet and integrated it with Opendaylight. Now I want to set up queues on a switch and get the flow stats from it. I haven't found any step by step tutorial anywhere. Any kind of help or suggestions…
Imad
  • 11
  • 3
1
vote
1 answer

Link Aggregation Control Protocol using Opendaylight

I'm trying to implement Link aggregation control protocols using Opendaylight controller by following this guide : On mininet i already running the network topology, configuring the bonding. On the opendaylight i already running karaf and several…
Farid
  • 23
  • 4
1
vote
0 answers

Network fails when virtual machines and ODL controller connected to openvswitch

I am trying to create a simple SDN network using virtual machines. The network setup is with 2 hosts and OpenDaylight controller. The 3 virtual machines are created in Virtualbox. I installed openvswitch in my host machine (Ubuntu 18.04 LTS desktop…
1
vote
1 answer

What is difference between Config vs Operational vs Operations in Opendaylight REST API?

Config and Operational are the datastore in MD-SAL. So The first one is filled with the configuration information that users push through REST API. The second is the operational information that comes from the system. But what does Operations refer…
Rachan R K
  • 211
  • 2
  • 13
1
vote
1 answer

Opendaylight feature installation "No matching features for odl-dlux-core/0.0.0" error

I am trying to install feature:install odl-dlux-all but getting below error, Error executing command: No matching features for odl-dlux-all/0.0.0
Giri
  • 11
  • 3
1
vote
0 answers

L2switch in Opendaylight fluorine

1- Is there any l2-switch app in fluorine? 2- How can I change default table id? Is there any configuration file to change default table id? Thanks,
Adib Rastegarnia
  • 494
  • 1
  • 7
  • 21
1
vote
2 answers

Failed to add new feature to OpenDayLight

I tried to add the toaster example (with slight modifications) to a ODL distribution, but it failed to install from local maven repo, it said it was unable to execute the load command. Steps to reproduce: Download & install the toaster sample. git…
Phuc
  • 159
  • 2
  • 7
1
vote
1 answer

Cannot download & install old OpenDayLight versions

I need to download an old ODL version for testing (Helium release in this case), but when I tried to build ODL with maven, it failed to download opendaylight.odlparent:odlparent:pom:1.4.7-SNAPSHOT from nexus repository (it seems old versions <3.0.4…
Phuc
  • 159
  • 2
  • 7
1
vote
0 answers

Opendaylight Rolling upgrade

We are using Nitrogen-SR3 release and using customized 2 node cluster. We have to support "Rolling Upgrade" (no downtime to cluster) of our entire application. Please let us know can we add/remove nodes dynamically from/to "Akka" cluster and form a…
satlearner
  • 335
  • 3
  • 14
1
vote
1 answer

data replication in opendaylight

Our application periodically does topology discovery and merges it in MD-SAL with the previously discovered data using MERGE operation. Usually the changes are very small if any. We work in the cluster environment. Does Opendaylight replicate only…
Yevgeny
  • 31
  • 3
1
vote
1 answer

Fail to generate Pojos from yang files using Yangtools

I am trying to use OpenDaylight to generate Pojos from Yang files according to this guide. I cloned Yangtools from OpenDaylight github and built the project with mvn clean install i've added the following to my pom:
Alex Stoliar
  • 305
  • 3
  • 8