Questions tagged [apache-cloudstack]

CloudStack is open source cloud computing software for creating, managing, and deploying infrastructure cloud services. It uses existing hypervisors such as Oracle VM, KVM, vSphere, and XenServer for virtualization. In addition to its own API, CloudStack is also implementing the Amazon EC2 and S3 APIs, as well as the vCloud API.

Apache CloudStack (Incubating) is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering, or as part of a hybrid cloud solution.

CloudStack is a turnkey solution that includes the entire "stack" of features most organizations want with an IaaS cloud: compute orchestration, Network-as-a-Service, user and account management, a full and open native API, resource accounting, and a first-class User Interface (UI).

CloudStack currently supports the most popular hypervisors: VMware, KVM, XenServer and Xen Cloud Platform (XCP).

Users can manage their cloud with an easy to use Web interface, command line tools, and/or a full-featured RESTful API. In addition, CloudStack provides an API that's compatible with AWS EC2 and S3 for organizations that wish to deploy hybrid clouds.

Source: cloudstack.apache.org (CloudStack)

114 questions
0
votes
1 answer

Cloudstack- Unable to delete secondary storage

I am working on a model of cloudstack framework to analyse the feasibility of Cloudstack with my organization's product. I was trying to delete secondary storage from the cloudstack's UI but it was failing due to the error "Cannot delete image store…
Rohit
  • 604
  • 1
  • 10
  • 25
0
votes
1 answer

Different version of Base64 and Apache Cloudstack

I am working the Apache Cloudstack API. I am generally working with the org.apache.commons.codec.binary.Base64 base64 encoder. In generating the command I use the following code (from the example given): private String generateUrl(String commands)…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
0
votes
2 answers

CloudStack: Unable to verify user credentials and/or request signature

I am working on CloudStack API now and I have the problem about making the API request. I always got "{ "listtemplatesresponse" : {"errorcode":401,"errortext":"unable to verify user credentials and/or request signature"} }" even though I change the…
0
votes
1 answer

Objective-c URL encode Cloudstack

I am working on an IOS application that needs to communicate with an API (CloudStack). The API requires that each request is signed. I need to URL encode the parameters and create an HMAC SHA1 hash. Everything works fine until I pass an parameter…
NielsTho
  • 13
  • 3
0
votes
2 answers

Host not HVM enabled?

When I try to deploy an instance with my template onto a LXC hypervisor host,I get the error message: 2013-11-10 20:30:11,319 DEBUG [allocator.impl.FirstFitAllocator] (Job-Executor-5:job-19 = [ d070b5ba-f342-4252-9137-4d2c1b19eca6…
dj199008
  • 1,739
  • 3
  • 18
  • 27
0
votes
2 answers

cloudstack No suitable hosts found under this Cluster

When I try to start an instance through template,I get the following error messages: 2013-11-10 19:44:28,716 DEBUG [cloud.deploy.DeploymentPlanningManagerImpl] (Job-Executor-5:job-19 = [ d070b5ba-f342-4252-9137-4d2c1b19eca6 ]) No suitable hosts…
dj199008
  • 1,739
  • 3
  • 18
  • 27
0
votes
1 answer

How to generate Cloudstack API signature?

I already have Cloudstack apikey and secretkey,Then how can I generate signature?My java program is: package test; import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; import org.apache.commons.codec.binary.Base64; public class Sign { …
dj199008
  • 1,739
  • 3
  • 18
  • 27
0
votes
1 answer

CloudStack created 7 Debian Package instead of 16, why?

To install cloudstack I use this installation guide. While building deb package, it says This command will build 16 Debian packages. You should have all of the following, but I have only 7 of them: cloud-agent_4.0.0-incubating_amd64.deb …
yetAnotherSE
  • 3,178
  • 6
  • 26
  • 33
0
votes
3 answers

Cloudstack VM on NAS

I have a synology (DS412+) NAS installed on my network. Is it possible to configure my CloudStack to store my VM on NAS instead of local machine. can anyone help me
0
votes
2 answers

how to connect to cloudstack on java platform

I have setup cloudstack server completely and want to create a program on the Java platform for control cloudstack by passing by program. How do I connect with cloudstack?
0
votes
2 answers

Questions regarding Cloudstack

Need help on 3 aspects of Cloudstack. It has become the major point of our decision to go ahead with the implementation Serial port debugging: We do lot of serial port kernel debugging in Windows and UNIX. There is no out of box support for it . We…
Ankit
  • 211
  • 2
  • 9
0
votes
1 answer

Apache CloudStack with MySQL Cluster (NDB Engine)

I've recently set up a tested and verified MySQL Cluster 7.1 and tested and verified a 4.x version of CloudStack on a regular MySQL database. Now, I'm trying to move the DB to the new Cluster database. I exported and removed all of the constraints…
FoleyX90
  • 1
  • 3
0
votes
2 answers

CloudStack installation: Error creating instance

I am a newbie to CloudStack. I installed it using Quick Install Guide on CentOS 6.4 and kvm. As my network is a LAN at my faculty and there is a DHCP and Gateway for connecting to internet, at the beginning I defined address pool of Pod and guest…
Neda S
  • 23
  • 3
0
votes
1 answer

failing pull dependencies cloudstack 4 with maven3

mvn -P deps [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR] …
-1
votes
1 answer

How to edit css and js files in Apache Cloudstack version 4.10

In Apache cloudstack framework i am customizing ui. I want to add one more link to #user-options div. I tried modifying css and js files. and i also restarted cloudstack. whatever changes i do is not refelecting on frontend.And how to change login…
Kalpana R
  • 21
  • 8