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

Opendaylight integration with IDP/LDAP for authn/authz

Is it possible to integrate Opendaylight(AAA) with IDP (or) LDAP for authn/authz ? Or is this part of ODL future roadmap ? I could see some reference documents stating about the above ones. Does anyone tried it, if so could you please share me the…
Jayaprakash
  • 703
  • 6
  • 15
0
votes
1 answer

Opendaylight shows wrong topology

I' m working on an SDN lab, I have 3 interconnected switches (2NETFPGA+1Open Vswitch) with a host connected to each. I'm setting OpenDayLight as a controller but the problem is that I can not get the controller to see the topology: It just shows the…
Striker
  • 43
  • 1
  • 6
0
votes
1 answer

How to call karaf console command in Java

If I want to execute a karaf shell command in my plugin (java), how to do it? ex: opendaylight-user@root> snmp4sdn:printdb "org.apache.felix.service.command.CommandProcessor" can handle it ?
kevin5476
  • 5
  • 4
0
votes
0 answers

i want to know where to put my java code in opendaylight project , load balancing routing

i am new to opendaylight i have installed mininet and connected to the controller successfully. I want to implement dynamic load balancing on the controller i have the java code with me the problem is I donot know where to put it ** *…
Chirag Sharma
  • 77
  • 1
  • 10
0
votes
0 answers

How to resolve failure of dependency error?

This is the error I am getting while making maven build of Open Day Light YangTools [ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:3.2.1 or one of its dependencies could not be resolved: Failure to find…
0
votes
2 answers

How to install opendaylight restconf

Anybody know how to install opendaylight restconf in a custom karaf distribution. I tried adding the rest conf feature repo and tried to do a feature install. But this will fail by saying odl-config-persister is missing. When you try to install…
Charity
  • 213
  • 1
  • 5
  • 23
0
votes
1 answer

Install odl-restconf in custom karaf distribution

I have a custom karaf installation. I want to do a feature:install odl-restconf. for doing this i have done a feature:repo-add of feature file available in the below location…
Charity
  • 213
  • 1
  • 5
  • 23
0
votes
1 answer

Opendaylight snapshot repo has a version number attached to the artifacts

Opendaylight snapshot repo has files with a wrong version number attached http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/yangtools/concepts/0.8.0-SNAPSHOT/ for example the above location contains files with…
Charity
  • 213
  • 1
  • 5
  • 23
0
votes
1 answer

Open Daylight project build issue

I have downloaded and imported all the tutorials available in the below git https://github.com/opendaylight/coretutorials/tree/master/toaster While doing a maven install i am getting the below issue [INFO] Scanning for projects... [INFO]…
Charity
  • 213
  • 1
  • 5
  • 23
0
votes
1 answer

REST api using java for adding flows in ODL

Can some1 tell me how to add flows using REST api using java in ODL? I know basics of REST.
Bhavana
  • 43
  • 4
0
votes
5 answers

How to completely uninstall devstack and reinstall it?

I am trying to install devstack from the following link: https://wiki.opendaylight.org/view/OVSDB:OVSDB_OpenStack_Guide However, ./stack.sh always throws some error. Is there any way I can remove all the configurations of devstack and redo it? This…
0
votes
0 answers

DevStack: unable to create Neutron Network

I am following this doc to install openstack in Ubuntu: https://wiki.opendaylight.org/view/OVSDB:OVSDB_OpenStack_Guide However, I am unable to create the Neutron Networks. I get the following error: $ neutron net-create my-private-net neutron…
user3155354
  • 63
  • 1
  • 1
  • 11
0
votes
1 answer

Opendaylight controller. What is the difference?

I am building a test SDN system using Opendaylight controller. Right now I am using lithium release and making 3-node cluster. After reading some material, I encountered this page -…
Maksim
  • 3
  • 1
0
votes
1 answer

Opendaylight flow notification

I am writing an Opendaylight application that will extract all the flow rules as and when it is deleted, added or updated. To get the notifications when a flow is added, removed or updated, the application should provide a listener which extends the…
Janak
  • 1
  • 1
0
votes
1 answer

How can i create a bridge on the OpenFlow swtich(not OVS) through OpenDaylight and OVSDB?

I can create a bridge on the OVS through ODL and ovsdb, but OpenFlow switch is not same as OVS, so I got a problem. When I send the configure through POSTMAN, I just get an echo packet with Wireshark. Does anybody know how to deal with this problem?…
SANDY LEE
  • 1
  • 2