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.

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


Also, install feature  odl-openflowplugin-flow-services-ui-li  for
ownership .  I run karaf as ./karaf -of13  for every 3 instances.


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"

.

.

.

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

Reply via email to