Skip to content

Commit

Permalink
instance: note on metadata (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <[email protected]>
  • Loading branch information
shwstppr authored Jan 16, 2025
1 parent 3e7cc99 commit 4ca721b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,19 @@ following techniques:
updateVirtualMachine API. After installing the tools and updating the
Instance, stop and start the Instance.

Instance Metdata
~~~~~~~~~~~~~~~~

CloudStack provides different means for controlling an instance's metadata.

- 'extraconfig' parameter of 'deployVirtualMachine' or 'updateVirtualMachine' API methods
can be used for setting different metadata parameters for an instance.
- Zone-level configurations - 'vm.metadata.manufacturer' and 'vm.metadata.product' can be used
to set the manufacturer and product respectively in the instance metadata. However, a
custom value for these parameters may affect cloud-init functionality for the instance
when used with CloudStack datasource. One of the requirement for cloud-init functionality
to work with CloudStack datasource is that product value should contain 'CloudStack'.


Accessing Instances
-------------------
Expand Down

0 comments on commit 4ca721b

Please sign in to comment.