Opendaylight controller do not connect to the openstack controller.
Hi, I downloaded fedora20 based all-in-one VM in which opendaylight, devstack and ovsdb are already installed. I did mandatory changes in local.conf file of devstack and Ran the opendaylight followed by openstack. Both are running successfully and i can open GUI of both the controller in my host browser with the same IP address. I checked the status of connection of controllers; the following results came:
[odl@fedora-odl-1 devstack]$ sudo ovs-vsctl show 17074e89-2ac5-4bba-997a-1a5a3527cf56 Manager "tcp:192.168.56.101:6640" isconnected: true Bridge br-int Controller "tcp:192.168.56.101:6633" failmode: secure Port "tapc3fc9e06-0a" Interface "tapc3fc9e06-0a" Port br-int Interface br-int type: internal Bridge br-ex Controller "tcp:192.168.56.101:6633" Port "tapf3f9e306-e7" Interface "tapf3f9e306-e7" Port br-ex Interface br-ex type: internal ovs_version: "2.0.0"
When opendaylight was running the following messages were coming: 2014-11-11 06:24:37.042 UTC [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:192.168.56.101:42448 is connected to the Controller
I don't know where are problems. Please help me.
Thank you