[GitHub] cloudstack pull request: CLOUDSTACK-8330: Adding dvs tag to test c...

2015-03-31 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/136 CLOUDSTACK-8330: Adding dvs tag to test cases which can be run on DVS configuration on vmware In continuation with Pull Request: https://github.com/apache/cloudstack/pull/121 These te

[GitHub] cloudstack pull request: CLOUDSTACK-8330: Adding dvs tag to test c...

2015-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/136 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Any VxLan Support on Xenserver

2015-03-31 Thread Keerthiraja SJ
Hi All, Is there any plan to bring up VxLAN support for xenserver on future release version. Thanks, Keerthi

Re: Cloudstack simulator

2015-03-31 Thread Abhinandan Prateek
Thanks for sharing, I will look at config and see it this can be fixed for local use on 4.5. A working local simulator will help pre-verify commits and will also help in adding more test cases. -abhi > On 31-Mar-2015, at 11:38 am, Rohit Yadav wrote: > > Abhi, > > Travis is able to run it fine

Re: [ANNOUNCE] New PMC Member: Lucian (Nux)

2015-03-31 Thread Nux!
Thanks everyone! :-) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Wilder Rodrigues" > To: [email protected] > Sent: Tuesday, 31 March, 2015 06:15:47 > Subject: Re: [ANNOUNCE] New PMC Member: Lucian (Nux) > Wooot, Lucian! W

Re: [ANNOUNCE] Rohit Yadav as new PMC member of CloudStack

2015-03-31 Thread Srikanteswararao Talluri
Congrats Rohit! ~Talluri On 31/03/15 11:05 am, "Harikrishna Patnala" wrote: >Congrats Rohit :) > >-Harikrishna > >On 31-Mar-2015, at 10:45 am, Wilder Rodrigues > wrote: > >> Congratulation, Rohit! >> >> Keep up the cool stuff! ;) >> >> Cheers, >> Wilder >> >> On 27 Mar 2015, at 09:07, Sebast

RE: Any VxLan Support on Xenserver

2015-03-31 Thread Adrian Lewis
I think that the issue is with needing a controller. Unfortunately you can't just replace VLANs with VXLANs unless there's some form of control plane. You can do this in a distributed manner using broadcast to multicast mechanisms but this AFAIK is not implemented in Openvswitch. I'm not quite sure

Re: Any VxLan Support on Xenserver

2015-03-31 Thread Erik Weber
On Tue, Mar 31, 2015 at 9:39 AM, Keerthiraja SJ wrote: > Hi All, > > Is there any plan to bring up VxLAN support for xenserver on future release > version. > > Not sure if I remember correct or not, but I think Nuage is VXLAN-based and works with XenServer. -- Erik

Unable to upload customer certificate

2015-03-31 Thread Erik Weber
I've been following a bunch of guides to upload a custom cpvm / ssvm certificate, but i end up with the following errors. I've tried the key in x509 pem format, pkcs8 encrypted format and pkcs8 non-encrypted format but they all give the same. I've tried to use the gui in 4.5 branch, as well as th

RE: Unable to upload customer certificate

2015-03-31 Thread Suresh Sadhu
HI, Code not changed recently and try uploading the keys(root,intermediate) using api which was mentioned by you (Guide followed: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace+realhostip.com+with+Your+Own+Domain+Name) and server certifictate through UI. Genera

Re: [VOTE]Apache CloudStack 4.4.3 release candidate 4.4-RC20150324T1321

2015-03-31 Thread Pierre-Luc Dion
Rohit, I'm experiencing this rpmbuild issue with the RC branch, true that it's working on 4.4 branch. Does your shared RPM are build from 4.4 or RC branch? thanks On Mon, Mar 30, 2015 at 11:14 PM, Rohit Yadav wrote: > Hi Pierre, > > Yes, I’ve found and fixed the issue on 4.4 (latest). Please u

[GitHub] cloudstack pull request: Refactor/citrix resource base rebase

2015-03-31 Thread wilderrodrigues
GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/137 Refactor/citrix resource base rebase Hi Rohit (@bhaisaab) It's a huge piece of work, but it has been extensively tested. Could you please have a look? :) Thanks in adva

RE: [ANNOUNCE] Rohit Yadav as new PMC member of CloudStack

2015-03-31 Thread Sateesh Chodapuneedi
Congrats Rohit, well done! Regards, Sateesh From: Sebastien Goasguen [[email protected]] Sent: Friday, March 27, 2015 1:37 PM To: [email protected] Subject: [ANNOUNCE] Rohit Yadav as new PMC member of CloudStack The Project Management Committee (PMC

RE: [ANNOUNCE] New PMC Member: Lucian (Nux)

2015-03-31 Thread Sateesh Chodapuneedi
Congrats Lucian. Regards, Sateesh > -Original Message- > From: Rajani Karuturi [mailto:[email protected]] > Sent: 26 March 2015 03:43 > To: [email protected] > Subject: [ANNOUNCE] New PMC Member: Lucian (Nux) > > The Project Management Committee (PMC) for Apache CloudStack has aske

Cloudstack and KVM clusters,

2015-03-31 Thread Rafael Weingartner
Hi folks, I was looking a matrix of Cloudstack compatibility matrix at http://pt.slideshare.net/TimMackey/hypervisor-31754727, Slide 25 seemed to show that we cannot have clusters of KVM in CS? Is that true? Is it possible to live migrate VMs between KVM hosts that are not clustered in CS? --

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Simon Weller
Rafael, KVM live migration really relies on whether the underlying shared storage (and file system) supports the ability to provide data consistency during a migration. You never ever want a situation where 2 hosts are able to mount and write to the same volume concurrently. You can live migr

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Rafael Weingartner
Thanks Simon, I think I got it. So, the hosts do not need to be in a cluster to perform the live migration. On Tue, Mar 31, 2015 at 5:59 PM, Simon Weller wrote: > Rafael, > > KVM live migration really relies on whether the underlying shared storage > (and file system) supports the ability to

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Mike Tutkowski
KVM itself does not have native clustering. In CloudStack, you do, in fact, put KVM hosts in clusters. On Tue, Mar 31, 2015 at 2:36 PM, Rafael Weingartner < [email protected]> wrote: > Hi folks, > > I was looking a matrix of Cloudstack compatibility matrix at > http://pt.slideshare.net

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Rafael Weingartner
Got it. On Tue, Mar 31, 2015 at 6:05 PM, Mike Tutkowski < [email protected]> wrote: > KVM itself does not have native clustering. > > In CloudStack, you do, in fact, put KVM hosts in clusters. > > On Tue, Mar 31, 2015 at 2:36 PM, Rafael Weingartner < > [email protected]> wrot

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Simon Weller
The hosts need to be part of the same Cloudstack cluster, and depending on the underlying storage technology, you may need a clustered file system as well. A Cloudstack cluster is basically a group of physical hosts. For example: You build a new Zone in Cloudstack. Under the zone you have a pod

[ANNOUNCE] New committer Pierre-Yves Ritschard

2015-03-31 Thread sebgoa
The Project Management Committee (PMC) for Apache CloudStack has asked Pierre-Yves Rischard (@pyr) to become a committer and we are pleased to announce that he has accepted. Pierre-Yves is a great developer and I hear he was named one of the top 100 french developers. He has contributed several

[ANNOUNCE] New committer: Rene Moser

2015-03-31 Thread sebgoa
The Project Management Committee (PMC) for Apache CloudStack has asked Rene Moser to become a committer and we are pleased to announce that he has accepted. Rene has committed several fixes to cloudstack and is the sole author of the cloudstack ansible module. This module should make it to Ansib

Re: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-03-31 Thread Ahmad Emneina
Congrats Pierre-Yves! Look forward to the awsapi work... On Tue, Mar 31, 2015 at 2:11 PM, sebgoa wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Pierre-Yves Rischard (@pyr) to become a committer and we are > pleased to announce that he has accepted. > > Pierre-Y

Re: [ANNOUNCE] New committer: Rene Moser

2015-03-31 Thread Ahmad Emneina
Thanks for the contributions so far Rene, look forward to many more! Congratulations. On Tue, Mar 31, 2015 at 2:13 PM, sebgoa wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Rene Moser to become a committer and we are pleased to announce > that he has accepted.

Re: Unable to upload customer certificate

2015-03-31 Thread Erik Weber
On Tue, Mar 31, 2015 at 2:57 PM, Suresh Sadhu wrote: > HI, > > Code not changed recently and try uploading the keys(root,intermediate) > using api which was mentioned by you (Guide followed: > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace+realhostip.com+with+Your+

Re: Unable to upload customer certificate

2015-03-31 Thread Erik Weber
On Tue, Mar 31, 2015 at 11:52 PM, Erik Weber wrote: > On Tue, Mar 31, 2015 at 2:57 PM, Suresh Sadhu > wrote: > >> HI, >> >> Code not changed recently and try uploading the keys(root,intermediate) >> using api which was mentioned by you (Guide followed: >> >> https://cwiki.apache.org/confluence/

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Marcus
Don't forget SharedMountPoint. This (in theory, haven't tried it recently) allows you to use any clustered filesystem that has a consistent mountpoint across all KVM hosts in a CS cluster, e.g. mount an OCFS2 to /vmstore1 then register /vmstore1 as a SharedMountPoint. The Ceph support is in the fo

Migrating to VPC/Site-to-Site VPN

2015-03-31 Thread Logan Barfield
We have a customer that is currently set up in an isolated network in an advanced zone. They recently mentioned that they have a need for site-to-site VPN connectivity for their application. Is it possible to move an existing isolated network into a VPC for site-to-site VPN functionality? Or is

Re: Unable to upload customer certificate

2015-03-31 Thread Nux!
Erik, Haven't actually read all the thread, but here's how I enabled custom certs and domain: http://www.nux.ro/archive/2014/03/Run_your_own_realhostip.html (in production I have a wildcard cert from Comodo) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Origina

Re: [ANNOUNCE] New committer: Rene Moser

2015-03-31 Thread Nux!
Congrats Rene! :) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ahmad Emneina" > To: [email protected] > Sent: Tuesday, 31 March, 2015 22:24:45 > Subject: Re: [ANNOUNCE] New committer: Rene Moser > Thanks for the co

Re: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-03-31 Thread Nux!
Congrats Pierre and keep up the good job! :) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ahmad Emneina" > To: [email protected] > Sent: Tuesday, 31 March, 2015 22:25:23 > Subject: Re: [ANNOUNCE] New committer Pierr

Re: Cloudstack and KVM clusters,

2015-03-31 Thread chiu ching cheng
If I wnat to build a kvm native cluster with gfs2 + DLM , and use iscsi + DRBD in storage . Then add the kvm cluster to cloudstack , and add the SharedMountPoint to cloudstack as primary storage , Does it work ? On Wed, Apr 1, 2015 at 6:12 AM, Marcus wrote: > Don't forget SharedMountPoint. Thi

RE: [Discuss] Disabling storage pool for provisioning of volumes

2015-03-31 Thread Sowmya Krishnan
I've uploaded a draft test plan up here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Plans Please reach out to me if any questions / feedback around this. -Original Message- From: Sowmya Krishnan [mailto:[email protected]] Sent: Friday, March 27, 2015 4:48 PM To

Re: [ANNOUNCE] New committer: Rene Moser

2015-03-31 Thread Jayapal Reddy Uradi
Congrats Rene! Thanks, Jayapal On 01-Apr-2015, at 5:24 AM, Nux! wrote: > Congrats Rene! :) > > Lucian > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Ahmad Emneina" >> To: [email protected] >> Sent: Tue

RE: Unable to upload customer certificate

2015-03-31 Thread Suresh Sadhu
HI Erik, It seems while uploading the server certificate through UI, you might have provided the url encoded value in the server certificate .. that is the reason you have seeing this exception.[I just reproduce your issue by providing encoded value in the UI wizard ] You no need to perform u

Re: [ANNOUNCE] New committer: Rene Moser

2015-03-31 Thread Rohit Yadav
Congrats Rene! > On 01-Apr-2015, at 2:43 am, sebgoa wrote: > > The Project Management Committee (PMC) for Apache CloudStack > has asked Rene Moser to become a committer and we are pleased to announce > that he has accepted. > > Rene has committed several fixes to cloudstack and is the sole autho

Re: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-03-31 Thread Rohit Yadav
Congrats Pierre! Hope to see great contributions. > On 01-Apr-2015, at 2:41 am, sebgoa wrote: > > The Project Management Committee (PMC) for Apache CloudStack > has asked Pierre-Yves Rischard (@pyr) to become a committer and we are > pleased to announce that he has accepted. > > Pierre-Yves is a

Re: [VOTE]Apache CloudStack 4.4.3 release candidate 4.4-RC20150324T1321

2015-03-31 Thread Rohit Yadav
Hi Pierre, My shared rpms are the RC plus those additional build patches (no change to core cloudstack but only packaging). > On 31-Mar-2015, at 7:13 pm, Pierre-Luc Dion wrote: > > Rohit, I'm experiencing this rpmbuild issue with the RC branch, true that > it's working on 4.4 branch. > Does you

[GitHub] cloudstack pull request: Refactor/citrix resource base rebase

2015-03-31 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/137#issuecomment-88354995 Hi @wilderrodrigues, I'll try to review and test it soon. Thanks for the PR. --- If your project is set up for it, you can reply to this email and have your reply ap

Re: Unable to upload customer certificate

2015-03-31 Thread Erik Weber
Thanks Sadhu. That was the first thing i tried before researching how to do it. Still same error. One thing, i haven't set up db encryption, could that affect this? Erik Den onsdag 1. april 2015 skrev Suresh Sadhu følgende: > HI Erik, > > It seems while uploading the server certificate throu

Re: [ANNOUNCE] New committer: Rene Moser

2015-03-31 Thread Erik Weber
Congrats Rene! -- Erik Den tirsdag 31. mars 2015 skrev sebgoa følgende: > The Project Management Committee (PMC) for Apache CloudStack > has asked Rene Moser to become a committer and we are pleased to announce > that he has accepted. > > Rene has committed several fixes to cloudstack and is t

Re: [ANNOUNCE] New committer Pierre-Yves Ritschard

2015-03-31 Thread Erik Weber
Congrats Pierre-Yves! -- Erik Den tirsdag 31. mars 2015 skrev sebgoa følgende: > The Project Management Committee (PMC) for Apache CloudStack > has asked Pierre-Yves Rischard (@pyr) to become a committer and we are > pleased to announce that he has accepted. > > Pierre-Yves is a great develope

Re: Migrating to VPC/Site-to-Site VPN

2015-03-31 Thread anil lakineni
Logan, Create a new account on that customer domain and then create a network (VPC only no other networks) on that account, Then shut down VMs on the existing account then there is move option to other account(if the ACS version is 4.2.0 above). Now you can move the VMs to new account. Thanks, An

Re: Migrating to VPC/Site-to-Site VPN

2015-03-31 Thread Erik Weber
Haven't tried it myself, but i think you should be able to create the vpc and change nic on VMs. If you want to keep the ip addresses you might have to use the api Erik Den onsdag 1. april 2015 skrev Logan Barfield følgende: > We have a customer that is currently set up in an isolated network