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

Apache Cloudstack Console Proxy access via API

I make use of the cloudstack API, to integrate into a 3de party portal. I would like to access the console proxy via the API, cant find the API methods to do so. Ie get the session token for the specific virtual machine and open up the ajax window…
0
votes
0 answers

CloudStack API signing request - PHP

I want to run Cloudstack commands via API calls, but obviously, i'm failing on generate signature step.
overflowed
  • 1,095
  • 1
  • 18
  • 39
0
votes
1 answer

Cloudstack launch instance error when trying to assign storage

I installed Cloudstack 4.11.2.0 on Ubuntu 16.04 This is my environment: 1 Zone 1 Pod 2 Clusters (LXC and KVM) 2 Hosts (one in each cluster) i can launch perfectly VMs on the KVM cluster but when i'm trying to launch a new instance with an LXC…
0
votes
0 answers

Signature error when making a CloudStack API call by passing a URL as a parameter

I'm want to make a CloudStack API call 'uploadVolume' as described in here. I'm using python and my code works for all others API calls, excepted uploadVolume. secretkey =…
0
votes
1 answer

Errors when opening project(s) on import (maven dep

I just started with cloudstack and wanted to get the dev environment going. I have Maven installed, and using Eclipse. I've been following this guide, Which seems a bit outdated, but I've been unable to find anything more recent about getting this…
0
votes
1 answer

How to Install cloudstack on RHEL 7.4

I'm trying to install CloudStack managment on RHEL 7.4 Server by following: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.11/management-server/index.html Issue 1: /etc/yum.repos.d/cloudstack.repo The variable $releasever is…
Amir Hadar
  • 11
  • 2
0
votes
2 answers

Stuck on one java file while use SonarQube 7.0.1,Result in "GC overhead limit exceeded"

My first question,sorry for the inconvenience if any. I'm encountered a problem when using Jenkins+SonarQube.I added "Execute SonarQube Scanner" in Jenkins Post Steps, sure about it will work fine becuase other projects go smoothly.But today the…
0
votes
1 answer

How to enable an UI Plugin on CloudStack?

I'm trying to learn to develop plugins for CloudStack and I'm having big problems on viewing that plugin on the CloudStack UI. I cloned the repository from GitHub and checkout to 4.9.2.0. To deploy it, I used this: mvn -pl :cloud-client-ui…
OmaRPR
  • 111
  • 8
0
votes
2 answers

How many servers will be need to install OpenStack and CloudStack cluster?

If not use simulator or devstack, but use real production cluster, very necessary need will cost how many hosts(or nodes)?
cloud_cloud
  • 1,921
  • 4
  • 16
  • 30
0
votes
2 answers

NFV/SDN in cloudstack

I am new with the NFV+SDN technologies. I have downloaded the OpenDayLight and cloudstack. I have mininet network as underlying physical topology. I want to set up a multi cloud that must contain cloudstack and another IAAS technology, and finally…
s.klii
  • 31
  • 1
  • 1
  • 3
0
votes
1 answer

Stopping the agent: Reason = sig.kill in cloudstack kvm agent

I work with cloudstack4.9.2.0, have add a kvm host, the agent has started but it always crashed with log message: [cloud.agent.Agent] (AgentShutdownThread:null) (logid:) Stopping the agent: Reason = sig.kill and there is no more useful error…
0
votes
1 answer

Apache CloudStack: No templates showing when adding instance

I have setup the apache cloudstack on CentOS 6.8 machine following quick installation guide. The management server and KVM are setup on the same machine. The management server is running without problems. I was able to add zone, pod, cluster,…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
1 answer

Apache CloudStack Installation Error at setingup the database

I am a student and setting up research environment for Apache CloudStack. I am at the setup where i need to setup the database. When i am running the below command it getting stuck at "Processing Encryption".I tried to look on internet but didn't…
DharaPPatel
  • 12,035
  • 9
  • 31
  • 49
0
votes
1 answer

cloudstack end-user cantg resize volumes

End users (also Domain admins) can't resize Volumes - there is no such option in CS GUI (see img1.PNG) . While Cloudstack Admin is able resize vols (see img2.PNG). Info: CS version - 4.8.0 HA management servers behind HAProxy with MariaDb Galera.…
Misters
  • 109
  • 2
  • 2
  • 10
0
votes
1 answer

Cannot create any instance

I'm new to Cloud services, and i'm trying to install Apache Cloudstack. I followed all the instructions in http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/ I completed the guide, but when i try to create a new instance,…
Valkie
  • 41
  • 4