Hi,
>From what I read so far about the Dragonflow project, it implements a
distributed SDN controller, ie, there is a controller running in each of
the compute nodes managing the openvswitch instance in that node. This is
also what currently happens with the openvswitch agent on each node running
Thank you. I will have a look.
Regards,
Niket
On Fri, Oct 5, 2018 at 4:15 PM Miguel Angel Ajo Pelayo
wrote:
> have a look at dragonflow project, may be it's similar to what you're
> trying to accomplish
>
> On Fri, Oct 5, 2018, 1:56 PM Niket Agrawal wrote:
>
>> Hi,
>>
>> Thanks for the help. I
have a look at dragonflow project, may be it's similar to what you're
trying to accomplish
On Fri, Oct 5, 2018, 1:56 PM Niket Agrawal wrote:
> Hi,
>
> Thanks for the help. I am trying to run a custom Ryu app from the nova
> compute node and have all the openvswitches connected to this new
> cont
Hi,
Thanks for the help. I am trying to run a custom Ryu app from the nova
compute node and have all the openvswitches connected to this new
controller. However, to be able to run this new app, I have to first stop
the existing neutron openvswitch agents in the same node as they run Ryu
app (integ
Hi,
Code of app is in
https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ovs_ryuapp.py
and classes for specific bridge types are in
https://github.com/openstack/neutron/tree/master/neutron/plugins/ml2/drivers/openvswitch/agent/openflow
Hi,
Thanks for your reply. Is there a way to access the code that is running in
the app to see what is the logic implemented in the app?
Regards,
Niket
On Wed, Sep 26, 2018 at 10:31 PM Slawomir Kaplonski
wrote:
> Hi,
>
> > Wiadomość napisana przez Niket Agrawal w dniu
> 26.09.2018, o godz. 18
Hi,
> Wiadomość napisana przez Niket Agrawal w dniu
> 26.09.2018, o godz. 18:11:
>
> Hello,
>
> I have a question regarding the Ryu integration in Openstack. By default, the
> openvswitch bridges (br-int, br-tun and br-ex) are registered to a controller
> running on 127.0.0.1 and port 6633.