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
2
votes
1 answer

Opendaylight Can't Connect to HP Aruba SDN Switch

My lab recently procure an HP (Aruba) 2920 24G and I was told to test it out on an OpenDaylight controller. First, I setup the OpenDaylight Carbon (0.7.2) with dlux features, odl-mdsal-apidocs, odl-restconf, and odl-l2switch-switch installed. The…
radipp
  • 21
  • 2
2
votes
1 answer

Develop a new app on OpenDaylight Nitrogen SR1, but the xxxProvider.java isn't be inited

I want build a App based on Nitrogen SR1 version, my steps are: Build a maven project with command: mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype…
Yang Han
  • 23
  • 2
2
votes
3 answers

Opendaylight setup issues

I am trying to set up Opendaylight controller. Actually my intention is to connect it with mininet vm and have communication with Internet. (with mininet embedded controller communication to internet is possible). To perform this, from what I have…
Jimaras
  • 21
  • 4
2
votes
1 answer

"Opendaylight": Integration with openstack with opendaylight issue

I am installing opendaylight in existing openstack environment and I am facing issue in the same. Please find the details below. Openstack environment: I have 1 Controller node with neutron service and ML2 service enabled. I have 1 Compute node…
dini
  • 21
  • 2
2
votes
2 answers

Using OpenDaylight starter archetype does not work

Trying to follow the opendaylight developer tutorial to get an initial hello world application running on the controller, however running the command mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller…
2
votes
2 answers

YANG: How can I include a container from another module?

I am writing a YANG module where I want to include a container from another module i.e. I want to define a NEW container in the module that I am writing that references a container from another module. Example of failed attempt: module newmodule { …
2
votes
2 answers

Opendaylight: Getting notification on flow miss event

I want to build an Opendaylight Boron application which needs to field notifications from MDSAL when a flow miss event is encountered and the packet is sent up to the controller for processing. How can I solicit such events? If it were possible to…
2
votes
2 answers

Opendaylight RESTful APIs (RESTCONF)

Does anyone know why I cannot call Restful API provided by OpenDaylight, even I have installed RESTCONF, l2switch, md-sal modules. My responses from dlux are alwyas like this: Data-missing : Request could not be completed because the relevant …
2
votes
0 answers

How to change routing algorithm of openflows(switch) Opendaylight?

I am new in Open-daylight . I run a topology in Mini-net then make traffics with D-IT-G . I want to route this traffics with Dijkstra's algorithm but i don't know how . How can i change default algorithm please help me step by step ?
Omid Erfanmanesh
  • 547
  • 1
  • 7
  • 29
2
votes
0 answers

Get Openflow version of connected switch using opendaylight

I am writing a module in Opendaylight, which needs access to OF version of the connected switch. Through Node.java + FlowCapableNode.java I am able to get little info about the switch, but I am not able to get the OF version of the switch. I have…
invoker
  • 21
  • 1
2
votes
0 answers

no correct traffic behaviour opendaylight beryllium

i have a mininet network and i connected it with an opendaylight controller (distribution-karaf-0.4.2-Beryllium-SR2). I'm working on ubuntu 15.10 (Desktop version). In the beryllium controller I installed the following features: feature:install…
AL DG
  • 21
  • 1
2
votes
2 answers

Karaf exception is thrown while installing org.fusesource.leveldbjni

Hi i am trying to install the below dependency in karaf org.fusesource.leveldbjni leveldbjni-all 1.8 I am getting the below Exception Exception…
Charity
  • 213
  • 1
  • 5
  • 23
2
votes
1 answer

OSGI bundle status grace period

I am trying to install two bundles on Karaf. For one of the bundle i am getting error and when I see the bundle:diag i got below message. It is the same thing compaining in logs also. Similar kind of bundle already deploy and it has the same…
Kiran
  • 839
  • 3
  • 15
  • 45
2
votes
1 answer

YANG - leafref seems not to be working

I would appreciate if a more yang experienced person could help me. I am triying to apply a constraint reference between 2 different lists, in the next way: list company{ key company-id; leaf company-id { type yang:uuid; …
J. Reyes
  • 41
  • 1
  • 6
2
votes
2 answers

Bandwidth set via Mininet python APIs does not reflect in Opendaylight

I have been trying to simulate a network in mininet with different edges/links having different bandwidths. I am using a following command to add a link with a specific bw in mininet. In the following snippet I am setting the bandwidth of the edge…
Abhishek
  • 323
  • 1
  • 3
  • 8