[openstack-dev] [dragonflow] Low OVS version for Ubuntu

2015-09-17 Thread Li Ma
Hi all, I tried to run devstack to deploy dragonflow, but I failed with lower OVS version. I used Ubuntu 14.10 server, but the official package of OVS is 2.1.3 which is much lower than the required version 2.3.1+? So, can anyone provide a Ubuntu repository that contains the correct OVS

Re: [openstack-dev] [dragonflow] Low OVS version for Ubuntu

2015-09-17 Thread Gal Sagie
Hello Li Ma, Dragonflow uses OpenFlow1.3 to communicate with OVS and thats why we need OVS 2.3.1. As suggested you can build it from source. For Fedora 21 OVS2.3.1 is part of the default yum repository. You can ping me on IRC (gsagie at freenode) if you need any additional help how to compile

Re: [openstack-dev] [dragonflow] Low OVS version for Ubuntu

2015-09-17 Thread Sudipto Biswas
On Thursday 17 September 2015 12:22 PM, Li Ma wrote: Hi all, I tried to run devstack to deploy dragonflow, but I failed with lower OVS version. I used Ubuntu 14.10 server, but the official package of OVS is 2.1.3 which is much lower than the required version 2.3.1+? So, can anyone provide a

Re: [openstack-dev] [dragonflow] Low OVS version for Ubuntu

2015-09-17 Thread Assaf Muller
Another issue is that the gate is running with Ubuntu 14.04, which is running OVS 2.0. This means we can't test certain features in Neutron (For example, the OVS ARP responder). On Thu, Sep 17, 2015 at 4:17 AM, Gal Sagie wrote: > Hello Li Ma, > > Dragonflow uses OpenFlow1.3

Re: [openstack-dev] [dragonflow] Low OVS version for Ubuntu

2015-09-17 Thread Li Ma
Thanks all your responses. I just wonder if there is a quick path for me. I'll rebuild it from source then. On Thu, Sep 17, 2015 at 11:50 PM, Assaf Muller wrote: > Another issue is that the gate is running with Ubuntu 14.04, which is > running OVS 2.0. This means we can't