Details
-
Improvement
-
Status: Verified
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Windows
Platform: PC
Description
Hello,
I am unable to get the nodeconnector for a node after starting the latest controller with -of13 option. I am curious to know whether the URL is changed. This is happening all the time after the hydrogen release.
How to reproduce the same issue:
1. Downloaded the latest plugin at https://jenkins.opendaylight.org/integration/job/integration-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/base/target/distributions-base-0.1.2-SNAPSHOT-osgipackage.zip
2. Start the controller : ./run.sh -of13 -start
3. Start the mininet: sudo mn --controller=remote,ip=127.0.0.1 --topo tree,2 --switch ovsk,protocols=OpenFlow13
4. Open Postman and do the following:
GET - http://127.0.0.1:8080/restconf/datastore/opendaylight-inventory:nodes/node/openflow:1
Set the required headers: Accept:Application/xml
Response: 404 Not Found
5. But I could see the available nodes at GET http://127.0.0.1:8080/controller/nb/v2/connectionmanager/nodes
Replicate the same steps for sudo mn --controller=remote,ip=127.0.0.1 --topo tree,2 --switch ovsk
Thanks!