Hi All,
Is there any plan to bring up VxLAN support for xenserver on future release
version.
Thanks,
Keerthi
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
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
Hi Team,
Can any one share a step by step document to set up CloudStack development
environment?
Thank you,
Suneel.
Sent from Windows Mail
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
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
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+
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
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
Hi Team,
Can any one share a step by step document to set up CloudStack development
environment?
Thank you,
Suneel.
Sent from Windows Mail
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
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
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
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
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
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:
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?
--
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
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
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
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
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
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+
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/
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
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
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
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
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
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
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
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
32 matches
Mail list logo