Devstack & ODL integration does not seems to connect with br-ex as controler of the ODL
Hi I am trying to integrate ODL as external OVS manager and network controller but I could not mange to connect br-ex as ODL_BRIDGE_MAPPING with public interface eth2,
ovs vsctl show:- Manager "tcp:192.67.27.27:6640" is_connected: true Manager "ptcp:6641:127.0.0.1" is_connected: true Bridge br-int Controller "tcp:192.67.27.27:6653" is_connected: true fail_mode: secure Port br-int Interface br-int type: internal Port "tap95af7f98-35" Interface "tap95af7f98-35" type: internal Bridge br-ex Port br-ex Interface br-ex type: internal Port "eth2" Interface "eth2" ovs_version: "2.5.0"
also it is creating two managers when I create network shown below:-
. openrc admin admin openstack network create admin-external --external --provider-network-type flat --provider-physical-network public --provider-physical-network physnet1 openstack subnet create ext-subnet --network admin-external --allocation-pool start=192.67.20.29,end=192.67.20.69 --no-dhcp --gateway 192.67.10.10 --subnet-range 192.67.27.0/24 openstack router create ext-rtr openstack router set ext-rtr --external-gateway admin-external openstack network create admin-internal --internal openstack subnet create vx-subnet --network admin-internal --subnet-range 192.0.0.0/24 --dns-nameserver 192.67.10.10 neutron router-interface-add ext-rtr vx-subnet
Is there any one face the same issues and would like to get some answers please!
Kind Regards, Rahul