[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 packages?

Thanks,
-- 

Li Ma (Nick)
Email: skywalker.n...@gmail.com

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 OVS.

Thanks
Gal.

On Thu, Sep 17, 2015 at 10:24 AM, Sudipto Biswas <
sbisw...@linux.vnet.ibm.com> wrote:

>
>
> 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 Ubuntu repository that contains the correct
>> OVS packages?
>>
>
> Why don't you just build the OVS you want from here:
> http://openvswitch.org/download/
>
> Thanks,
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Best Regards ,

The G.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 Ubuntu repository that contains the correct
OVS packages?


Why don't you just build the OVS you want from here: 
http://openvswitch.org/download/


Thanks,



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 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 OVS.
>
> Thanks
> Gal.
>
> On Thu, Sep 17, 2015 at 10:24 AM, Sudipto Biswas <
> sbisw...@linux.vnet.ibm.com> wrote:
>
>>
>>
>> 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 Ubuntu repository that contains the correct
>>> OVS packages?
>>>
>>
>> Why don't you just build the OVS you want from here:
>> http://openvswitch.org/download/
>>
>> Thanks,
>>>
>>
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe:
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
>
> --
> Best Regards ,
>
> The G.
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 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 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 OVS.
>>
>> Thanks
>> Gal.
>>
>> On Thu, Sep 17, 2015 at 10:24 AM, Sudipto Biswas
>>  wrote:
>>>
>>>
>>>
>>> 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 Ubuntu repository that contains the correct
 OVS packages?
>>>
>>>
>>> Why don't you just build the OVS you want from here:
>>> http://openvswitch.org/download/
>>>
 Thanks,
>>>
>>>
>>>
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>>
>>
>> --
>> Best Regards ,
>>
>> The G.
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 

Li Ma (Nick)
Email: skywalker.n...@gmail.com

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev