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
12
votes
4 answers

Error in resolving buildtime dependencies while installing CloudStack on ubuntu.

I am installing cloudstack on ubuntu and it uses maven to resolve its dependencies. I am getting the following errors when am running the command mvn -P deps [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project…
user2871856
  • 227
  • 2
  • 3
  • 11
5
votes
3 answers

Fail to register ISO or template on cloudstack

A problem occurs when I register an ISO or template on Apache CloudStack. When I finished and submitted the register ISO form, no error message occurs. However, if I inspect the template, the result in the "ready" field is "no" and the "status"…
dj199008
  • 1,739
  • 3
  • 18
  • 27
4
votes
2 answers

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

I needed to build Cloudstack from source and followed this article in the documentation. But everytime I built it with maven, I got stuck with following error. Guessing as a solution, I tried this build with oracle jdk-8, openjdk-7 and openjdk6. And…
Deepal
  • 1,729
  • 5
  • 24
  • 34
3
votes
2 answers

Cloudstack without using vCenter

I want to deploy 10-15 VMWare hosts to cloudstack. This is my first time working with any type of cloud. I was doing research on installation and architecture, I was stuck on a point that for using VMWare hosts i have to install VCenter server, but…
3
votes
1 answer

Apache cloudstack: Cannot add instances using template created from snapshot

I followed this https://github.com/imduffy15/GSoC-2014/ and installed apache cloudstack with basic networking in my local machine, and every thing worked smoothly. ​I can add instances from the built in tiny linux template(cent-os 5.6 64bit)…
Asanka sanjaya
  • 1,461
  • 3
  • 17
  • 35
2
votes
1 answer

Debugging ansible trace for possible bug in python cloud stack module

Consider the following problem for an Ansible task for uploading ssh key: File "/home/foo/.ansible/tmp/ansible-tmp-1539175437.69-201636907966313/AnsiballZ_cs_sshkeypair.py", line 113, in _ansiballz_main() File…
Open Food Broker
  • 1,095
  • 1
  • 8
  • 31
2
votes
1 answer

cloudstack secondary stoarge vm

I am using apache cloudstack. System VMs are in running state but unable to download system template. when I am login to system VMs through ssh using linked local ip then the it is not able to ping DNS,Management server and host.
2
votes
1 answer

How to get the version of CloudStack through the API?

I want to get the version of CloudStack through the API: http://cloudstack.apache.org/docs/api/apidocs-4.4/TOC_Root_Admin.html But I can't find any API command to get the CloudStack version. How can I do it? Thank in advance.
fallshuang
  • 23
  • 4
2
votes
1 answer

Not able to create instances on CloudStack

I have created a Zone, Pod and Cluster on CloudStack.I have also added a host in the Cluster, added Primary Storage and Secondary Storage. But in System VMs, nothing is listed. Also, in the logs a message "No running ssvm is found, so command will…
Harry
  • 321
  • 4
  • 13
2
votes
2 answers

Integration of Whmcs with Cloud Stack

forgive me for asking a amateur question (if it is) i need to know how can i integrate WHMCS with Cloud Stack can any one guide me through generic steps involved do i need to configure whmcs or cloud stack thanks!
ahmad05
  • 438
  • 2
  • 6
  • 23
1
vote
1 answer

Apache CloudStack: Guest VMs not able to reach to physical gateway (local network)

Issues: Guest VMs in Apache CloudStack can ping each other, Host can ping all VMs, but guest VMs could not ping the physical gateway. Also, VMs are not accessible from outside the Cloud Stack. Environment: Apache CloudStack setup as private…
Rajendra
  • 1,118
  • 15
  • 20
1
vote
2 answers

Cloudstack KVM installation failed

I'm installing cloudstack on ubuntu 20.04 by following this document. I installed qemu-kvm and cloudstack-agent successfully but I'm not able to start libvirtd.service, on seeing the status I'm getting following errors ● libvirtd.service -…
chitresh
  • 316
  • 4
  • 11
1
vote
0 answers

CloudStack unable to add host

I am trying to run cloud on my dev server. I followed the detailed guide but each time I get stuck on "add a zone" part. For some reason I cannot add a zone. Below are the logs from cloudstack. I verified sshd_config file to permit root login and…
Sunny
  • 43
  • 1
  • 7
1
vote
1 answer

Service Unavailable in Apache Coudstack

I have installed Apache Cloudstack 4.11 on centos in hyper-v. After installation by following steps and trying to access http://192.168.100.26:8080/client/ I am getting error: HTTP ERROR 503 Problem accessing /client/. Reason: Service…
Fouad
  • 131
  • 1
  • 11
1
vote
0 answers

Failed to program network rules for vm after upgrading to Cloudstack 4.13

I upgraded my Cloudstack from 4.9 to 4.13. After that, I have an issue with the VM Network that does not work. So now, I can not access to all of VM via SSH, but I can access to them via Console on Cloudstack Web Management. This is the error log…
1
2 3 4 5 6 7 8