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: API Signing Issue

2015-03-31 Thread Phillip Kent
Hi Blake, Signing requires this ordering: convert to lower case sort on the parameter keys I think your code is doing the other way around? Phillip -- Forwarded message -- From: Blake Ferkingstad To: "[email protected]" Cc: Date: Mon, 30 Mar 2015 15:17:23 + S

Re: Chargeback mechanism for cloudstack

2015-03-31 Thread Tejas Sheth
Thanks Geoff, Will check out amysta.. Thanks, Tejas On Tue, Mar 31, 2015 at 12:20 PM, Geoff Higginbottom < [email protected]> wrote: > Here's a link > > http://www.amysta.com/products/chargeback/ > > Regards > > Geoff Higginbottom > CTO / Cloud Architect > > D: +44 20 3603 0542

CloudStack Dev Environment

2015-03-31 Thread mvs babu
Hi Team, Can any one share a step by step document to set up CloudStack development environment? Thank you, Suneel. Sent from Windows Mail

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: CloudStack Dev Environment

2015-03-31 Thread Geoff Higginbottom
Take a look at http://shapeblue.com/cloudstack/virtualbox-test-env/ Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 [email protected] -Original Message- From: mvs babu [mailto:[email protected]] Sent: 31 March 2015 11:54 To

Re: CloudStack Dev Environment

2015-03-31 Thread Rajani Karuturi
you could start with https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101 and then proceed to https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions dev environment setup https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+

Re: CloudStack Dev Environment

2015-03-31 Thread mvs babu
Hi Geoff, Thanks for your quick response, I will try it. Thank you, Suneel. Sent from Windows Mail From: Geoff Higginbottom Sent: ‎Tuesday‎, ‎March‎ ‎31‎, ‎2015 ‎4‎:‎27‎ ‎PM To: [email protected] Take a look at http://shapeblue.com/cloudstack/virtualbox-test-env/ Regards

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

CloudStack Dev Environment

2015-03-31 Thread venkata suneel babu Mallela
Hi Team, Can any one share a step by step document to set up CloudStack development environment? Thank you, Suneel. Sent from Windows Mail

Re: CloudStack Dev Environment

2015-03-31 Thread mvs babu
Thank you so much for this great information. Thank you, Suneel. Sent from Windows Mail From: Rajani Karuturi Sent: ‎Tuesday‎, ‎March‎ ‎31‎, ‎2015 ‎4‎:‎33‎ ‎PM To: [email protected] you could start with https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101 an

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: API Signing Issue

2015-03-31 Thread Blake Ferkingstad
Hi everyone, Quick update, after trying a new route after looking at some code on github I found my issue. The code I reviewed was Jason Hancock's code (https://github.com/jasonhancock/cloudstack-php-client/blob/master/src/BaseCloudStackClient.php) My issue was I was rebuilding my query after I

VHD-UTIL ACS 4.5

2015-03-31 Thread Nikolas Wostor
Hi all, I perform a new installation of ACS 4.5 (shapeblue repo) following the documentation of " http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.4/installation.html";, because 4.5 documentation don't exist. Do you know another link to oficial documentation? At moment I d

Re: VHD-UTIL ACS 4.5

2015-03-31 Thread Tim Mackey
It all depends on what version of XenServer you are using. With XenServer 6.5, you shouldn't need to replace vhd-util any longer. With earlier versions, you've the correct replacement. btw, the 4.5 docs are: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/ -tim On

Re: VHD-UTIL ACS 4.5

2015-03-31 Thread Nikolas Wostor
Thanks a lot Tim, I am using Xen 6.5. 2015-03-31 16:55 GMT-03:00 Tim Mackey : > It all depends on what version of XenServer you are using. With XenServer > 6.5, you shouldn't need to replace vhd-util any longer. With earlier > versions, you've the correct replacement. > > btw, the 4.5 docs are:

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

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

inventory storage volumes on primary storage

2015-03-31 Thread Yiping Zhang
HI, all: I am doing an inventory of all vhd files on my primary storage device. I have only eight active VM instances, but I have 43 vhd files on file system. Running cmd “xe vdi-list” on XenServer provides infor on all vhd files. From the output, I can tell that “name-label” field general

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: 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: 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: 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