64 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
177
views
Errors when building ONOS with Bazel
I am building ONOS by following the instructions in the github: https://github.com/opennetworkinglab/onos
But after I installed the latest Bazel and built, it complained that
ERROR: The project you're ...
-1
votes
1
answer
46
views
Can't get a service reference from another bundle
I work from onos upgrading. one of the upgrades is that i replace org.apache.felix.scr.
org.osgi.service.component.annotations.
Here's the some bundles onos-api, onos-core-*, onos-app-tunnel-api, onos-...
0
votes
0
answers
69
views
Mininet can't ping from switch (s1) to host (h1-h4)
I'm creating a simple mininet with a simple command like below. I'm using the OpendayLight SDN controller along with 192.168.20.0/24 subnet. Remote controller IP is hosted at 192.168.8.5. It connects ...
-1
votes
1
answer
92
views
How can i get the service ref after i changed org.apache.felix.scr.annotations to org.osgi.service.component.annotations
the command error
20:25:41.655 ERROR [AtomixManager] bundle org.onosproject.onos-core-primitives:3.0.0.SNAPSHOT (234)[org.onosproject.store.atomix.impl.AtomixManager(67)] : The activate method has ...
0
votes
1
answer
245
views
onos service start error - ONOS GUI not ready yet... please stand by
After changing the IP address of my machine, I'm encountering an issue with the ONOS GUI service. When attempting to start the GUI, I receive the message "ONOS GUI not ready yet... please stand ...
0
votes
0
answers
140
views
How can I solve kubectl error while using micro-onos(with kind)
Hello I'm trying to use micro-onos.
Now I'm using ubuntu 20.04 and to use micro-onos I've installed kind, kubectl(with snap), and helm(with brew)
I tried with kubectl commands before, and I thought I ...
0
votes
1
answer
331
views
Unable to establish connection between Switch in Mininet and ONOS Controller. Switch getting disconnected after new connection
I am running ONOS 2.7.0 on Ubuntu 18.04. I am getting a warning Switch Connected in log and then suddenly switch disconnects, hence I cannot do ping from one host to other even after activating ...
0
votes
0
answers
75
views
ONOS does not find the generated .OAR
I'm trying to use this project for some lab tests. The fact is that when I activate the application on my ONOS controller the application crashes with the following error.
image-error-karaf
I have ...
0
votes
1
answer
311
views
Cluster fomation of onos docker
Now I want to create an onos cluster with docker and I followed the tutorial on the onos wiki: https://wiki.onosproject.org/display/ONOS/Notes+on+cluster+formation+for+Docker+instances
tutorial on the ...
-2
votes
1
answer
560
views
Is it possible to build a virtual network with running docker containers in ONOS SDN?
I am trying to build a dynamic virtual network with ONOS SDN. Until this point I successfully deployed a network with ONOS virtual switches and virtual hosts connected to them with Mininet. But I was ...
0
votes
1
answer
77
views
Is there any netool to declare a maximum bandwidth (etc 2Gbits/sec) and make measurements between two nodes (client-server) without to exceed it?
iam working with sdn controllers and more spesific with ONOS. When i run a topology iam trying with the help of iperf tool to take some measurements between two nodes at TCP mode, as far as bandwidth ...
1
vote
0
answers
147
views
PYTHON script using OS commands to start ONOS controller, RYU Controller and add ISP router flows? (GNS3)
Within a UBUNTU VM, using GNS3 I created code that is an attempt to perform 3 different outcomes, since these programs can't run mutally in the same terminal however I'm not sure how to seperate them ...
-1
votes
1
answer
81
views
PYTHON Script not using OS Commands
Within a UBUNTU VM, using GNS3 I created code that is an attempt to after the user's input perform one of 3 different outcomes, however, the if statements don't work, the python files can't be found ...
0
votes
0
answers
267
views
It is possible to connect 1 host to 2 different switches with SDN-ONOS controller?
I want to create a simple topology with 2 hosts (h1,h2) and 2 switches (s1,s2), but i want to connect h1 to s1 and s2 at the same time but i will activate only 1 connection as needed. Like this(where ...
0
votes
1
answer
155
views
not valid json file
I have this json file, but i can't figure out why the validator says that is invalid.
Can you help me with it?
Thanks in advance!
{
"apps": {
"org.onosproject.xran": {
...