opennetworkinglab / onos-app-samples

Sample applications for onos
47 stars 44 forks source link

Cannot make ovsdbrest work :( #6

Open jmguzmanc opened 6 years ago

jmguzmanc commented 6 years ago

Hi

I am trying to make it work, unsucessfully.

Installed correcty and POSTed the nodes config, that returned 200 OK but , I see in the ONOS log 2018-03-01 10:58:33,925 | INFO | qtp608382515-185 | NetworkConfigManager | 127 - org.onosproject.onos-core-net - 1.10.11 | Configuration 'ovsdbrest' queued for subject DefaultApplicationId{id=123, name=org.onosproject.ovsdbrest}

The API returns 404.. even when trying the test path

curl --request GET \
  --url http://localhost:8181/onos/ovsdb/test \
  --header 'authorization: Basic b25vczpyb2Nrcw==' \
  --header 'cache-control: no-cache' 

I get a 404. `

Error 404 Not Found

HTTP ERROR: 404

Problem accessing /onos/ovsdb/test. Reason:

    Not Found


Powered by Jetty:// 8.1.19.v20160209

`

I am using ONOS 1.10.11

bsrgsit commented 6 years ago

Same issue .. anybody found Solution? +1