This group is locked. No changes can be made to the group while it is locked.
Re: ODL Inventory
Sam Hague
Khal,
toggle quoted messageShow quoted text
the openstack modules do not write anything to operational. It relies on the southbound to do that and openstack listens for those changes when they happen. After that the openstack netvirt modules will do things like add bridges, but it is the southbound which will update the operational topology. If you are looking for the openflow nodes, then the openflowplugin does that (look in the earlier email where I mentioned that) 1. Did you verify the southbound feature loaded? feature:list -i | grep ovsdb. look for southbound. 2. Try the postman calls. look in the ovsdb/resources/commons dir for the southbound postman. Use the "Get config topology" and "get operational topology" restconf calls and see if you get the ovsdb:1 node. 3. Add the ovs-vsctl set-manager tcp:<odlip>:6640 and verify if the ovsdb node connected to odl, ovs-vsctl show. 4. Then try the postman calls again to see if the node shows up. Sam
----- Original Message -----
From: "Khaldoon Al Zoubi" <khaldoon.alzoubi@...>
|
|