[L2SWITCH-94] No flow rule installation in clustered setting Created: 14/Apr/17 Updated: 19/Oct/17 |
|
| Status: | Open |
| Project: | l2switch |
| Component/s: | General |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Felix Schmoll | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Description |
|
At first set up three nodes, for example using docker: sudo docker run -ti --name odl1 opendaylight/odl and so on. Then at first use the ./bin/configure_cluster.sh script with the proper ip's to create a cluster and then start ODL on each node with ./bin/start and open a karaf shell later on doing ./bin/client. At the shell do the following: feature:install odl-restconf-all odl-l2switch-all odl-dlux-core Then try to connect with Mininet to the controller after some time and this should work: sudo mn --controller=remote,ip=172.17.0.2 --topo=linear,2 --switch=ovsk However, unlike in the single controller case pingall will fail. As nodes are visible in the dlux interface, the problem must be that there aren't any flows being installed. Link to related email-thread: https://lists.opendaylight.org/pipermail/opendaylight-users/2017-April/000750.html |