DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
This is being created externally to the Cloudstack Codebase. Code is on github: https://github.com/NOPping/cloudstack-gce
This document contains the design specifications for gCloud, a Google Compute Engine(GCE) like API front end For Apache Cloudstack.
gCloud supplies a layer ontop of the Apache Cloudstack API. The purpose of this layer is to expose a Google Compute Engine(GCE) like API for Cloudstack.
gCloud will accept GCE based API calls, translate and pass them over to the Apache Cloudstack API, parse the response and return it in a suitable GCE format.
gCloud is a Python application that uses Flask. It exposes a Google Compute Engine(GCE) complaint API.
The following mappings are currently used by gCloud:
GCE | Apache Cloudstack |
Disks | Volumes |
Network | Security Groups |
Firewall | Ingress Rule |
Instances | Virtual Machine |
Project | Account |
Zone | Zone |
MachineType | Service Offering |
Image | Template |
The following commands are currently supported in gClouds 0.0.1
Google compute engine uses OAuth2 for authentication. As Apache Cloudstack does not expose an OAuth2 Provider it was necessary to create a make-do work around for this.
...