Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-08 Thread Robert van Leeuwen
 And the below mentioned link to install OpenvSwitch -
 http://networkstatic.net/open-vswitch-red-hat-installation/
 I am not able to compile the source. It fails while running make.

 That may be old now redundant info.
 kernel = 2.6.32-343 should facilitate OpenvSwitch.
Note also that user space rpms are available from the RDO repositories.
Please see http://openstack.redhat.com/Quickstart for setup details.

Depends a bit on what functionality you want.
That OpenvSwitch implementation does not support GRE tunnels.

Let me know if you need GRE tunnels, I'll send you the (s)RPMS we use for 
openvswitch.

Cheers,
Robert van Leeuwen
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-08 Thread Ashutosh Narayan
On Wed, May 8, 2013 at 1:36 PM, Robert van Leeuwen 
robert.vanleeu...@spilgames.com wrote:

  And the below mentioned link to install OpenvSwitch -
  http://networkstatic.net/open-vswitch-red-hat-installation/
  I am not able to compile the source. It fails while running make.

  That may be old now redundant info.
  kernel = 2.6.32-343 should facilitate OpenvSwitch.
 Note also that user space rpms are available from the RDO repositories.
 Please see http://openstack.redhat.com/Quickstart for setup details.

 Depends a bit on what functionality you want.
 That OpenvSwitch implementation does not support GRE tunnels.

 Let me know if you need GRE tunnels, I'll send you the (s)RPMS we use for
 openvswitch.

I am not using GRE tunnels for the current installation.


 Cheers,
 Robert van Leeuwen
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-07 Thread Pádraig Brady
On 05/07/2013 05:53 AM, Ashutosh Narayan wrote:
 Hi Folks,
 
 I have installed Grizzly on CentOS 6.4 and facing some issues while
 installing OpenvSwitch in order to make Quantum service work properly.
 Can anybody point me to some link which has useful information for the same ?
 I was following this link to set up Quantum -
 https://fedoraproject.org/wiki/Packstack_to_Quantum
 
 And the below mentioned link to install OpenvSwitch -
 http://networkstatic.net/open-vswitch-red-hat-installation/
 I am not able to compile the source. It fails while running make.

That may be old now redundant info.
kernel = 2.6.32-343 should facilitate OpenvSwitch.
Note also that user space rpms are available from the RDO repositories.
Please see http://openstack.redhat.com/Quickstart for setup details.

thanks,
Pádraig.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-06 Thread Ashutosh Narayan
Hi Folks,

I have installed Grizzly on CentOS 6.4 and facing some issues while
installing OpenvSwitch in order to make Quantum service work properly.
Can anybody point me to some link which has useful information for the same
?
I was following this link to set up Quantum -
https://fedoraproject.org/wiki/Packstack_to_Quantum

And the below mentioned link to install OpenvSwitch -
http://networkstatic.net/open-vswitch-red-hat-installation/
I am not able to compile the source. It fails while running make.

Thank you,

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-06 Thread Ken'ichi Ohmichi

Hi Ashutosh,

On Tue, 7 May 2013 10:23:23 +0530
Ashutosh Narayan aashutoshnara...@gmail.com wrote:
 
 I have installed Grizzly on CentOS 6.4 and facing some issues while
 installing OpenvSwitch in order to make Quantum service work properly.
 Can anybody point me to some link which has useful information for the same
 ?
 I was following this link to set up Quantum -
 https://fedoraproject.org/wiki/Packstack_to_Quantum
 
 And the below mentioned link to install OpenvSwitch -
 http://networkstatic.net/open-vswitch-red-hat-installation/
 I am not able to compile the source. It fails while running make.

As http://networkstatic.net/open-vswitch-red-hat-installation/ mentioned,
did you comment out the skb_frag_page() of skbuff.h file?

I faced similar problem on RHEL6.3 and I could do it by the following:
http://www.mail-archive.com/openstack@lists.launchpad.net/msg20254.html


Thanks
Ken'ichi Ohmichi

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-06 Thread Ashutosh Narayan
Hi Ken,

Yes, I have commented that code in the line 242.
Let me see if following the second link that you
sent helps.

Thank you,

On Tue, May 7, 2013 at 10:50 AM, Ken'ichi Ohmichi oomi...@mxs.nes.nec.co.jp
 wrote:


 Hi Ashutosh,

 On Tue, 7 May 2013 10:23:23 +0530
 Ashutosh Narayan aashutoshnara...@gmail.com wrote:
 
  I have installed Grizzly on CentOS 6.4 and facing some issues while
  installing OpenvSwitch in order to make Quantum service work properly.
  Can anybody point me to some link which has useful information for the
 same
  ?
  I was following this link to set up Quantum -
  https://fedoraproject.org/wiki/Packstack_to_Quantum
 
  And the below mentioned link to install OpenvSwitch -
  http://networkstatic.net/open-vswitch-red-hat-installation/
  I am not able to compile the source. It fails while running make.

 As http://networkstatic.net/open-vswitch-red-hat-installation/ mentioned,
 did you comment out the skb_frag_page() of skbuff.h file?

 I faced similar problem on RHEL6.3 and I could do it by the following:
 http://www.mail-archive.com/openstack@lists.launchpad.net/msg20254.html


 Thanks
 Ken'ichi Ohmichi




-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp