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:
- Click the pencil edit button next to the value
- Click ok
- To apply changes to variables, and other changes to the VM, click Save
Delete variables
To delete a variable:
- Click the X in the left column beside the variable name.
- 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
- Main VM configuration page: Configure Virtual Machines
- Automate VM configuration with bootstrap scripts: VM bootstrap script
- Automate VM configuration with Chef: VM Chef
- Main VM automation page: Guest setup