Skip to content

VMIConfig: CloudStack

uakfdotb edited this page Jan 9, 2016 · 1 revision

Set these keys:

  • name: a label for the region
  • type: set to "cloudstack"
  • url: the API URL (generally ends in "/api")
  • zone_id: the zone ID
  • api_key: API key
  • secret_key: secret key for API
  • network_id: the ID of the network to provision virtual machines on

Note that Lobster provisions all virtual machines on the same network.

Example:

		{
			"name": "CloudStack",
			"type": "cloudstack",
			"url": "https://example.com/client/api",
			"zone_id": "ZONE ID",
			"api_key": "API KEY",
			"secret_key": "SECRET KEY",
			"network_id": "NETWORK ID"
		}

Images

To register an image, use the template / ISO ID for the image identification.

Plans

Lobster will try to find a service offering matching the plan CPU/RAM, and separately find a disk offering matching the plan storage.

If manually specifying the plan identification, it should contain two colon-separated parts: the first part should be the service offering ID, and the second part is the disk offering ID.

Clone this wiki locally