Hi Seokwon,
On 01/25/2016 05:00 AM, 장석원 wrote: > Hi all, > > I want to set my clustered controllers into master / slave role for ovs > switch. > > > So, i have downloaded Lithium-0.3.2-SR2.zip and distributing with integration > deployer. SR3 is available: https://www.opendaylight.org/downloads > After that, i installed features like below > > feature:install odl-base-all odl-aaa-authn odl-restconf odl-nsf-all > odl-adsal-northbound odl-mdsal-apidocs > odl-l2switch-switch odl-dlux-core odl-l2switch-switch-ui In Lithium there are two openflowplugin versions. I think you should probably be using the plugin using the -li extension. You also should isntall the mdsal-clustering feature. our CSIT just installs these: odl-mdsal-clustering,odl-openflowplugin-flow-services-ui-li If you install these, I would expect things to work for you. Be aware, that if you install the -li openflowplugin features, you will not be able to use the l2switch features (like you have above) because they depend on the the other (not the -li) openflowplugin. > Also, install feature odl-openflowplugin-flow-services-ui-li for ownership > . I run karaf as ./karaf -of13 for every > 3 instances. see above for -li explanation. the -of13 flag is not needed any more. The openflowplugin will work with both 1.0 and 1.3. Thanks, JamO > For mininet, i use another VM (*.109) > > sudo mn --switch ovsk,protocols=OpenFlow13 > > sudo ovs-vsctl set-controller s1 tcp:<controller1-IP-address>:6653 > tcp:<controller2-IP-address>:6653 > tcp:<controller3-IP-address>:6653 > > sudo ovs-vsctl list CONTROLLER > > The result shows > > mininet@mininet-vm:~$ sudo ovs-vsctl list CONTROLLER _uuid : > db748dc0-56fb-465a-9cee-66b8e497f64f connection_mode : [] > controller_burst_limit: [] controller_rate_limit: [] enable_async_messages: > [] external_ids : {} inactivity_probe : [] > is_connected : true local_gateway : [] local_ip : [] local_netmask : [] > max_backoff : [] other_config : {} role : *_other_*status : > {sec_since_connect="3", state=ACTIVE} target : "tcp: 192.168.56.110:6653 > <http://192.168.56.110:6653>" > > . > > . > > . > > The controller role for switch is ''other'' role in every controller... > > > Also, i run failover robot test, but cannot find ownership_list error occurs. > > > > what should i do? > > > > > Thank you > > Seokwon > > > > > > > > > > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
