Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

You can set guest variables to pass user data to your VMs before deployment. This functionality uses cloud-init and requires appropriate templates. In private cloud, the VM templates must have the guest setup flag set to cloud init.

This functionality is available through the API. The platform stores variables in the VirtualMachine "variables" attribute, which is a dictionary of keys and values. See Update a virtual machine in VirtualMachinesResource

You can add, modify or delete guest variables, BEFORE you deploy the VM.

Add variables

Unable to render {include} The included page could not be found.

Edit variable values

To edit a variable:

  1. Click the pencil edit button next to the value
  2. Click ok
  3. To apply changes to variables, and other changes to the VM, click Save
Delete variables

To delete a variable:

  1. Click the X in the left column beside the variable name.
  2. To apply changes to variables, and other changes to the VM, click Save
Read Guest Variables

Unable to render {include} The included page could not be found.


Related pages

  • No labels