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
1
vote
1 answer

Calling Cloud Stack With Parameters

i am trying to make an api call using the below code and it works fine import urllib2 import urllib import hashlib import hmac import…
ahmad05
  • 438
  • 2
  • 6
  • 23
1
vote
1 answer

cloudstack api signing with visual basic

Really hoping somebody can help me out here. I've made a little program in vb.net which will interact with the Cloudstack i've recently deployed. At the minute its declining my API calls straight away as 401 unauthorized, so i'm obviously not…
John
  • 755
  • 1
  • 18
  • 46
1
vote
2 answers

Creating templates in Cloudstack

I am trying to get a cloudstack environment up and going. I have managed to get a server up, and it is pointed to my XenServer to manage. I have been able to create a couple of instances as well. In those instances, I have added some software, and…
Derek
  • 11,715
  • 32
  • 127
  • 228
1
vote
2 answers

How to ssh into cloudstack SSVM through public IP address

Is there anyone know how to ssh into cloudstack SSVM through public IP address?My hypervisor is KVM and I have binded public IP address to SSVM and I can ssh -i ~/.ssh/id_rsa.cloud -p 3922 root@,but I just can't ssh SSVM through public IP…
dj199008
  • 1,739
  • 3
  • 18
  • 27
1
vote
1 answer

Is there a site show cloudstack source code contribution by companies like openstack community heartbeat

Is there a site show cloudstack source code contribution by companies like openstack community heartbeat http://www.stackalytics.com/
dj199008
  • 1,739
  • 3
  • 18
  • 27
1
vote
0 answers

Cloudstack NFS Primary Storage showing 49.22 GB

How do I increase the amount of Primary Storage available in CloudStack. I followed the Quickstart guide for cloudstack4.2. I added the /primary and /seconday nfs and have a management and agent cloudstack service. All the primary folders are…
Moe Singh
  • 11
  • 1
1
vote
2 answers

How to use cloud stack API Using java / python?

Is there any way to use cloud stack API along with java / python? In the clouds stack documents they only provided the information about the interface of the API. how to use those API along with programming language?
Nithin
  • 9,661
  • 14
  • 44
  • 67
1
vote
2 answers

Adding a Host on CloudStack development environment

I set a CloudStack development environment on Ubuntu 12.04 according to [this] It works well, but I can't add a host through the management server UI. I tested on released binary one, It could add the hosts. (Hypervisor: KVM) I confirmed the log on…
skyducks
  • 11
  • 4
1
vote
2 answers

Instance created by CloudStack not opening its console

After creating an instance from CloudStack UI, I can see the VMs: # virsh list --all Id Name State ---------------------------------------------------- 1 v-2-VM running 4 …
sapthrishi007
  • 393
  • 3
  • 13
0
votes
0 answers

Cloudstack System VM Networking not working

I've set up a CloudStack testing environment using two VMs: VM 1 has Ubuntu, NFS and KVM installed. VM 2 has Cloudstack installed. The issue is, that the generated system VMs don't seem to be able to connect to the internet. They are shown as…
Luigi
  • 27
  • 3
0
votes
0 answers

Deploying Apache Cloudstack with vSphere/vCenter

For a group project in one of my university IT classes, each group is given 3 servers and the professor wants us to get an Apache CloudStack environment running using those three. While initially vague on instructions, he later informed us that we…
0
votes
0 answers

POST command=addHost&response=json 530 Unable to add the host

I'm configuring cloudstack, I added datacenter vcenter and the cluster but to add the host I can't do it syetems: venter 6.7 host ESXI 6.003
Dame
  • 1
0
votes
1 answer

Cloudstack: Failed to attach volume Data to VM Nas12U41

Failed to attach volume Data to VM Nas12U41; org.libvirt.LibvirtException: internal error: unable to execute QEMU command '__com.redhat_drive_add': could not open disk image…
0
votes
1 answer

Issue with adding Host in Cloudstack

I am trying to setup Apache Cloudstack 4.13.1.0. As per documentation, I have installed Management Server, SQL, Libvirtd, firewall etc. After installation, I can able to complete Basic Configuration except Host Add part. Here is my Basic…
0
votes
1 answer

Does cloudstack support Citrix Hypervisor 7 and 8?

Only XenServer 6.0 and 6.0.2 is mentioned in cloudstack docs, does it support the newer version? Citrix Hypervisor removed non-free feature from free edition since 7.3 REF. Does it means I can use paided features with cloudstack and Citrix…
xiemeilong
  • 643
  • 1
  • 6
  • 21