Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F5E911E81 for ; Thu, 20 Feb 2014 17:48:37 +0000 (UTC) Received: (qmail 97469 invoked by uid 500); 20 Feb 2014 17:48:37 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 97425 invoked by uid 500); 20 Feb 2014 17:48:36 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 97417 invoked by uid 99); 20 Feb 2014 17:48:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 17:48:36 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Murali.Reddy@citrix.com designates 103.14.252.240 as permitted sender) Received: from [103.14.252.240] (HELO SMTP.CITRIX.COM.AU) (103.14.252.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 17:48:32 +0000 X-IronPort-AV: E=Sophos;i="4.97,513,1389744000"; d="scan'208";a="3048751" Received: from sinaccessns.citrite.net (HELO SINPEX01CL02.citrite.net) ([10.151.60.9]) by sinpip01.citrite.net with ESMTP; 20 Feb 2014 17:48:09 +0000 Received: from SINPEX01CL01.citrite.net ([169.254.1.73]) by SINPEX01CL02.citrite.net ([169.254.2.116]) with mapi id 14.02.0342.004; Fri, 21 Feb 2014 01:48:09 +0800 From: Murali Reddy To: "dev@cloudstack.apache.org" Subject: Re: OVS plugin in CloudStack 4.3.0 Thread-Topic: OVS plugin in CloudStack 4.3.0 Thread-Index: AQHPLfJALv3AV/n98kOuTzHR6i8WwJq9XYEAgABUpACAAAPDAIAAA88AgACISgA= Date: Thu, 20 Feb 2014 17:48:08 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.5.121010 x-originating-ip: [10.13.112.13] Content-Type: text/plain; charset="us-ascii" Content-ID: <3ADB2096C17007439A1134EFEC319AF8@citrix.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-DLP: SIN1 X-Virus-Checked: Checked by ClamAV on apache.org On 20/02/14 8:40 PM, "Florin Dumitrascu" wrote: >Yes, > >sdn.ovs.controller =3D true >sdn.ovs.controller.default.label =3D GUEST // label used on XenServer >guest network > >Without the OVS controller switched on, I think one will not see the OVS >bridge created. >The first part of the setup works, allocating a GRE key from the VLAN >range, setting up the OVS bridge. >The second part involving configuring the OVS bridge and creating the >tunnel interface doesn't take place. This issue was discussed in [1], and is fixed as part of the bug CLOUDSTACK-5967. So 'Ovs' is added as provider of 'Connectivity' service as part of the fix. You need to create a network offering with 'Ovs' selected as 'Connectivity' service provider. When you create network with such network offering you should see tunnels established as well. There no ui support unfortunaley , so you need to use api. Please see [2] for sample api call to create network offering with 'Ovs' as 'Connectivity' service provider [1] http://markmail.org/message/h5pcpeeuo5zp42t6 [2] http://pastebin.com/n3fbdjAP > >I double checked to see that I am doing exactly the same steps as in >4.1.1. > >Regards, >Florin > >-----Original Message----- >From: Paul Angus [mailto:paul.angus@shapeblue.com] >Sent: Thursday, February 20, 2014 2:57 PM >To: dev@cloudstack.apache.org >Cc: Chiradeep Vittal; Murali Reddy (JIRA) >Subject: RE: OVS plugin in CloudStack 4.3.0 > >Have you set >sdn.ovs.controller =3D true >And >sdn.ovs.controller.default.label =3D < > > >in the global settings (and restarted mgmt. server) > >Regards, > >Paul Angus >Cloud Architect >S: +44 20 3603 0540 | M: +447711418784 | T: @CloudyAngus >paul.angus@shapeblue.com > >-----Original Message----- >From: Florin Dumitrascu [mailto:florin.dumitrascu@intunenetworks.com] >Sent: 20 February 2014 14:43 >To: dev@cloudstack.apache.org >Cc: Chiradeep Vittal; Murali Reddy (JIRA) >Subject: RE: OVS plugin in CloudStack 4.3.0 > >Hi Paul, > >I would be very curious to hear your feedback. >I am not able to get GRE working with RC6. >The OVS bridge is created, but the GRE tunnel is not. > >So far I have tried (using XenServer 6.1.0): >a) 2 hosts within different clusters and different pods >b) 2 hosts within different cluster and same pod > >As with 4.2 release, the "create_tunnel" function doesn't seem to be >invoked. >Still looking at the logs ... > >Regards, >Florin > >-----Original Message----- >From: Paul Angus [mailto:paul.angus@shapeblue.com] >Sent: Thursday, February 20, 2014 9:40 AM >To: dev@cloudstack.apache.org >Cc: Chiradeep Vittal; Murali Reddy (JIRA) >Subject: RE: OVS plugin in CloudStack 4.3.0 > >...so is it still the case that you can't migrate VMs when using GRE >Tunnels? > >I hope to test GRE in RC6 today. > > >Regards, > >Paul Angus >Cloud Architect >S: +44 20 3603 0540 | M: +447711418784 | T: @CloudyAngus >paul.angus@shapeblue.com > >-----Original Message----- >From: ng.tuna@gmail.com [mailto:ng.tuna@gmail.com] On Behalf Of Nguyen >Anh Tu >Sent: 20 February 2014 04:14 >To: dev@cloudstack.apache.org >Cc: Chiradeep Vittal >Subject: Re: OVS plugin in CloudStack 4.3.0 > >Florin, > >There is still nothing changed from 4.2 release. Hope I can do in 4.3.1 >with XenServer 6.2 supported as well. Sorry I'm too busy with study >program these days... > >--Tuna > >Sent from my GT-N7000 >On Feb 20, 2014 12:45 AM, "Florin Dumitrascu" < >florin.dumitrascu@intunenetworks.com> wrote: > >> Hi Tuna, >> >> Can you please clarify what is the status of the functionality >> described below in relation to 4.3 release: >> >> http://cloudstack.readthedocs.org/en/latest/networking/ovs-plugin.html >> >> I am testing the last 4.3 release candidate at the moment and cannot >> see OVS under "Network Service Providers". >> Are these changes going to make it into 4.3 release or is there >> nothing changed from 4.2.0 release ? (except the bug preventing GRE to >>work). >> >> Thank you, >> Florin >> >> >> IMPORTANT NOTE: The information in this e-mail (and any attachments) >> is confidential. The contents may not be disclosed or used by anyone >> other than the addressee. If you are not the intended recipient, >> please notify the sender immediately or telephone: +353 (0)1 6204700. >> We cannot accept any responsibility for the accuracy or completeness >> of this message as it has been transmitted over a public network. If >> you suspect that the message may have been intercepted or amended, >>please call the sender. >> >Need Enterprise Grade Support for Apache CloudStack? >Our CloudStack Infrastructure >Support offers >the best 24/7 SLA for CloudStack Environments. > >Apache CloudStack Bootcamp training courses > >**NEW!** CloudStack 4.2.1 >training >18th-19th February 2014, Brazil. >Classroom >17th-23rd March 2014, Region A. Instructor led, >On-line >24th-28th March 2014, Region B. Instructor led, >On-line >16th-20th June 2014, Region A. Instructor led, >On-line >23rd-27th June 2014, Region B. Instructor led, >On-line > >This email and any attachments to it may be confidential and are intended >solely for the use of the individual to whom it is addressed. Any views >or opinions expressed are solely those of the author and do not >necessarily represent those of Shape Blue Ltd or related companies. If >you are not the intended recipient of this email, you must neither take >any action based upon its contents, nor copy or show it to anyone. Please >contact the sender if you believe you have received this email in error. >Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue >Services India LLP is a company incorporated in India and is operated >under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is >a company incorporated in Brasil and is operated under license from Shape >Blue Ltd. ShapeBlue is a registered trademark. > >IMPORTANT NOTE: The information in this e-mail (and any attachments) is >confidential. The contents may not be disclosed or used by anyone other >than the addressee. If you are not the intended recipient, please notify >the sender immediately or telephone: +353 (0)1 6204700. We cannot accept >any responsibility for the accuracy or completeness of this message as it >has been transmitted over a public network. If you suspect that the >message may have been intercepted or amended, please call the sender. >This email and any attachments to it may be confidential and are intended >solely for the use of the individual to whom it is addressed. Any views >or opinions expressed are solely those of the author and do not >necessarily represent those of Shape Blue Ltd or related companies. If >you are not the intended recipient of this email, you must neither take >any action based upon its contents, nor copy or show it to anyone. Please >contact the sender if you believe you have received this email in error. >Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue >Services India LLP is a company incorporated in India and is operated >under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is >a company incorporated in Brasil and is operated under license from Shape >Blue Ltd. ShapeBlue is a registered trademark. > >IMPORTANT NOTE: The information in this e-mail (and any attachments) is >confidential. The contents may not be disclosed or used by anyone other >than the addressee. If you are not the intended recipient, please notify >the sender immediately or telephone: +353 (0)1 6204700. We cannot accept >any responsibility for the accuracy or completeness of this message as it >has been transmitted over a public network. If you suspect that the >message may have been intercepted or amended, please call the sender. >