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
0 answers

Using Jinja template "ssh-rsa {{ v1.public_ssh_keys }}" in cloud-config gives a warning "Could not find supported sub-handler for type text/jinja2"

I've started to use cloud-config to initialize my Ubuntu 16.04 VM instances on Cloudstack. In my cloud-config, I'm trying to use the public key of a key pair created in Cloudstack with this Jinja template : ## template:…
danielbfox
  • 21
  • 1
1
vote
0 answers

Cloudstack virtual router not starting

Cloudstack virtual router always in stopped state, even though i have changed cpu speed to 1 ghz and ram to 512 mb. Both secondary storage vm and console proxy vm are running. Virtual router not starting due to which vm not running, vm goes into…
1
vote
0 answers

Error installing Apache Cloudstack management on Ubuntu 16.0.4

I am installing Apache cloudstack on ubuntu 16.0.4, but after installing cloudstack setup when I start services of cloudstack management service it displayed the following errors. (I have installed tomcat7, but tomcat 6 is not installed) Warning:…
jigna
  • 11
  • 1
1
vote
2 answers

Cloudstack management service not starting - merovingian2 - unable to get a new db connection

My first post here... I am tryng out CloudStack. My setup is server1 = management server, server 2 = Xen Server I want to run the Cloudstack management UI on Tomcat. I have followed the instructions on this page.…
JackFrost
  • 11
  • 1
  • 4
1
vote
1 answer

Ansible CloudStack modules do not find CloudStack python library cs

I'm trying to use Ansible together with its CloudStack modules to e.g. create a computing instance at a cloud provider supporting CloudStack (here: Exoscale, shouldn't matter in this case). tl;dr: The CloudStack python library cs is not found by…
ccauet
  • 363
  • 1
  • 2
  • 8
1
vote
1 answer

Unable to ping and connect cloud stack vm instance ip from the same local network

I am a beginner to cloud computing and I am now learning cloud stack to build private cloud.I have installed management server together with storage on one node and KVM compute server on the other node according to this documentation .I have also…
Min Htet Oo
  • 526
  • 1
  • 6
  • 21
1
vote
2 answers

Install apache cloudstack Management Server

I'm trying to install apache cloudstack management server on centos 6.9. As instructions provided i've configured yum repository with; *[cloudstack] name=cloudstack baseurl=http://cloudstack.apt-get.eu/centos/6/4.9/ enabled=1 gpgcheck=0* Now when…
1
vote
1 answer

Cloudstack System VMs failed to start

Trying to deploy CloudStack 4.5.2 using the ShapeBlue builds on Ubuntu 14.4. I got as far as adding vcenter and everything looks good. Save for the fact that the system VMs won't power on. This is where I am lacking in experience, I cannot find a…
1
vote
2 answers

Unable to access CloudPlatform Client

I've installed Apache CloudStack 4.7.0.0 and after startup, when accessing the CloudPlatform Web Console, I get the following error: HTTP Status 500 - type Exception report message description The server encountered an internal error () that…
MLiberman
  • 21
  • 6
1
vote
1 answer

Setting up a new cloudprovider for Kubernetes

I'm trying to develop horizontal scaling for kubernetes deployed on a vm in CloudStack. On the github repo I understood that a fake provider used to develop new cloudprovider, that I want to do. The problem is that I'm a nood in using git and…
DarkSkull
  • 1,041
  • 3
  • 13
  • 23
1
vote
1 answer

get perfomance date from cloudstack api

Please help me in getting date about perfomace hipervizor using simple api (in my case i used python). There is simple example who gets list of machines : #!/usr/bin/python import CloudStack api = 'http://example.com:8080/client/api' apikey = 'API…
atat_ololo
  • 11
  • 1
1
vote
1 answer

Secondary storage not recognized in apache cloud stack

I am trying to setup a cloudstack (v4.4 on CentOS 6.5) management instance to talk to one physical host with XenServer (6.2) on it. I have got so far as it setting the zone/pod/cluster/host and it can see the XenServer machine. Primary storage is…
bean
  • 1,091
  • 1
  • 12
  • 23
1
vote
1 answer

cloudmonkey with crontab?

i have a Cloudstack 4.2.1 here and would like my VMs to boot from time and shutdown at a scheduled time. Hence i was thinking if i could integrate Cloudmonkey with CronTab together. Firstly by creating a Cloudmonkey Script or API call then using…
Tsu Wei Quan
  • 335
  • 1
  • 5
  • 19
1
vote
2 answers

PHP CURL fetch header from URL and set it to variable

I have a piece of code that trying to call Cloudstack REST API : function file_get_header($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 1); $datas = curl_exec($ch); …
smidh
  • 33
  • 1
  • 8
1
vote
0 answers

CloudStack interaction with Public Cloud

I'm setting up a new Cloudstack infrastructure and haven't found much resources regarding one of my requirement: I'm looking for a possibility to have my CloudStack environment, interacting with a Public-Cloud. I'd like for example, to be able to…
warswe
  • 21
  • 3