Re[2]: GRE Isolation Performance

2015-11-04 Thread David Amorín
Remi,Can you please confirm the cost of Nicira (VMware NSX) aprox.?  I saw that they offer a perpetual license per CPU socket $6K each one. Is that correct? http://searchsdn.techtarget.com/news/2240222952/VMware-NSX-price-finally-published-as-channel-starts-selling DA -Mensaje original---

Re[2]: GRE Isolation Performance

2015-11-04 Thread David Amorín
It looks VXLAN and STT are currently the best options. If OVS has support for STT tunnels, why CS doesn't support this configuration? David -Mensaje original- > De: "Remi Bergsma" > A: users@cloudstack.apache.org > Fecha: 04/11/2015 20:29 > Asunto: Re: GRE Isolation Performance >

Re: how to assign an instance to a different project ?

2015-11-04 Thread Yiping Zhang
Ilya: Would you mind share your sql statement to do this ? I only have a couple of instances left to move, so a workaround is acceptable. Thanks Yiping On 11/4/15, 1:07 PM, "ilya" wrote: >I did this through db update, worked as expected.. > > >On 11/3/15 2:05 PM, Somesh Naidu wrote: >> I

Re: how to assign an instance to a different project ?

2015-11-04 Thread ilya
I did this through db update, worked as expected.. On 11/3/15 2:05 PM, Somesh Naidu wrote: > I believe this functionality does not exist yet. The only to achieve is to > perform manual DB updates but this has not been tested. If you decide to go > with the manual DB update approach, you should

Re: CloudStack KVM VM Load Balancing

2015-11-04 Thread ilya
Just FYI, There are plans to have DRS for KVM in upcoming release of cloudstack that will be similar to VmWare, we are still in design phase at the moment.. Regards On 10/30/15 1:24 AM, Özhan Rüzgar Karaman wrote: > Hi Dag; > Thanks for all information and explanation. > > Regards > Özhan > >

Re: GRE Isolation Performance

2015-11-04 Thread Simon Weller
VXLAN is very fast. We've been testing it in our lab for our next gen platform. Note that the VXLAN implementation in CloudStack today was built with KVM support only and uses the native linux VXLAN support (with multicast). As Remi pointed out, other options for you include Nicira (VMware NSX M

Apache CloudStack 4.6.0RC1 heads-up

2015-11-04 Thread Remi Bergsma
Hi all, On the dev list we’re working on Apache CloudStack 4.6.0 and a Release Candidate was released today. Details: http://cloudstack.markmail.org/thread/ps6abib7ixclxre7 If you want a sneak preview or help testing, please do! Regards, Remi

Re: GRE Isolation Performance

2015-11-04 Thread Remi Bergsma
Hi David, I haven’t used GRE myself, but I do know that performance wise you need something that offloads to the nic, as with vlan tagging (instead of having the cpu do all the work). Did you consider VXLAN? That has nic offloading support in most nics these days. We are using STT (also does of

problem assigning an instance to a different account in a different domain

2015-11-04 Thread Stephan Seitz
Hi! I'm trying to assign instances to a different account in a different domain. Currently with no success. The particular instances have been deployed by the initial "admin" account in the ROOT domain, and should be assigned to a domain-admin account. id = 0d7a4ee7-5c6f-11e5-a590-3400a30d0aba <

Re: External VPN

2015-11-04 Thread Erik Weber
Depends on how you want to use it / how much integration you want. You could configure a shared network and set up the VPN routes on the router, or add it manually to guest vms. Another aproach is to configure a VPC, and add it via the private gateway feature. -- Erik On Wed, Nov 4, 2015 at 12

Re: GloboDNS - CS 4.5.2 - error adding new Guest Network

2015-11-04 Thread Luciano Castro
Simon, thanks for your help. I´m copying dev list with the Jira URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9028 Luciano On Tue, Nov 3, 2015 at 5:01 PM, Simon Weller wrote: > Luciano, > > Reading the original specification, it seems to elude to that the original > feature set was

External VPN

2015-11-04 Thread David Amorín
Hi, Could be possible to use an external device with CS for VPN service? Thanks David

GRE Isolation Performance

2015-11-04 Thread David Amorín
Hi all, We are working in an environment with CS 4.5.2 / XenServer 6.5 with multiple zones (Spain and Netherlands) using GRE Isolation and we have some concerns that we would like to share with you. Basically, we make a CPU benchmark between VLAN isolation and GRE isolation and the results show

EIP - Advanced Network and VPC

2015-11-04 Thread David Amorín
Hi all, I was wondering if it is possible to implement EIP (Elastic IP) with VPC or Advanced zones Thanks for your help David