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

Is it possible to use InfluxDB for keeping track of customer usages (servers, desktops,etc...)

I've recently started using InfluxDB for monitoring my NodeJS application in combination with Numbat. I think it's really neat and easy to setup. But I was wondering if I could use it to keep track of customer resource usages by sending metrics of…
Glenn
  • 61
  • 5
0
votes
1 answer

Cannot import name PlayBook

I am setting up Apache CloudStack 4.5 on my VM, which is running CentOS 6.7 with hypervisor Oracle VM VirtualBox. After I have downloaded all the files from GitHub and set up the environment of CloudStack, I executed python…
Zane24
  • 1
  • 1
0
votes
1 answer

Cloudstack 4.6.0 system vm are stuck in Starting state

I just finished CloudStack 4.6.0 installation in CentOS 7 and system vms are not able to start, they are stuck in the Staring state. Hipervisor is KVM. I did download the system vm template by…
0
votes
1 answer

Change IP of Secondary Storage on Cloudstack

I want to change ip for secondary storage. Is it possible to change? If possible please show me the right place. If cannot change ip please guide me how to delete it from UI and database. Thanks.
user43376
  • 1
  • 2
0
votes
1 answer

client communication error on Virtual Machine running on cloudstack

I want to use terminal/console of ubuntu 14 installed on virtual machine running on cloudstack 4.6. I am able to use ubuntu 14 desktop normally but whenever I try to use the terminal from it, i get "Client communication error please retry later".…
Vishal Kharde
  • 1,553
  • 3
  • 16
  • 34
0
votes
1 answer

Apache Cloudstack Custom VM Deployment Error

When I try to deploy a VM using the deployVirtualMachine API of Apache CloudStack 4.6.0, it works fine without custom options. When I want to deploy a VM with custom cpuSpeed, vCPU and memory, it throw the error given below. Platform : CloudStack…
0
votes
1 answer

unable to connect cloudstack System VMs

I am using cloud-stack 4.6. When I am trying to open System Virtual machines console it is showing error message (unable to connect). But on physical machine when I try to ping its linked local IP it is responding. How can I open system Virtual…
0
votes
1 answer

log4j configuration file types in cloudstack

I am studying the logging structure used with CloudStack. I understand that it uses log4j to do the logging. log4j requires the use of configuration files to control what to log and where to log it. What I found is that the there was a combination…
ChazLolo
  • 11
  • 1
0
votes
2 answers

Cloudstack on Debian

Has anyone tried to use Cloudstack on Debian (wheezy or Jessie)? I'm installing the management server according with the [documentation][1] and everything goes quite well until I try to setup the management service: $…
TTKDroid
  • 231
  • 4
  • 12
0
votes
1 answer

How to deploy application over cloud using cloudstack

I complete install cloudstack on my system. Now I wanna know about "How to deploy application over cloud using cloudstack?" Anyone have any idea about this please share with me. Thanks.
0
votes
1 answer

Timeout waiting for response from storage host

We are evaluating moving from ESXi standalone hosts to Cloudstack. I've used the documentation here http://cloudstack-installation.readthedocs.org/en/latest/qig.html to do a single machine setup on a fresh instance of CentOS 6.6. Installation is…
user5076297
0
votes
1 answer

High CPU utilization - cloudservice.exe

We have Citrix Cloud Portal Business Manager (CPBM v2.3) and Citrix Cloud Portal (CCP v4.5). Within the guest VM, we have installed a software to manage/re-set the passwords i.e.…
CloudUser
  • 1
  • 2
0
votes
1 answer

WSO2 / Mule vs OpenStack / CloudStack - what are the differences, similarities, benefits?

I've started my journey with cloud related technologies very recently. I'm trying to understand the basics as to be able to prepare the foundation for a basic cloud setup in my Internet of Things oriented company. While browsing the Internet I've…
Adam Romanek
  • 1,809
  • 1
  • 19
  • 36
0
votes
1 answer

Add host on Cloudstack with ubuntu 12.04

I have successfully installed cloud stack management server on Ubuntu 12.04 with vmware , now I need to know how can I add a Host ?
chi1gov
  • 1
  • 1
0
votes
0 answers

Start many Virtual Machines at once on CloudStack

Any idea to start many Virtual Machines at once? Currently i am using Cloud Monkey CLI with a startvm.sh script to start VMs. However they start in serial, once after another. Anyway to start probably 10VM at one time, in parallel? #!…
Tsu Wei Quan
  • 335
  • 1
  • 5
  • 19