Skip to content

Commit 92161e2

Browse files
committed
information about user-data
1 parent f600591 commit 92161e2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/adminguide/extensions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ An Orchestrator extension enables CloudStack to delegate VM orchestration to an
7272

7373
- Instance Preparation: Orchestrator extensions can optionally perform a preparation step during instance deployment. This step is executed before the instance is started on the external system. It allows the extension to update certain instance details in CloudStack. CloudStack sends a structured JSON containing the instance configuration, and the extension can respond with the values it wishes to modify. Currently, only a limited set of fields can be updated: the instance’s VNC password, MAC address, and the IPv4/IPv6 addresses of its NICs.
7474

75+
- Networking: If networking is setup properly on the external system (See :ref:`built-in extensions networking <proxmox-networking>` for more details.), the Virtual Router in CloudStack can connect to the external VMs and provide DHCP, DNS, and routing services.
76+
77+
**Note**: User data and ssh-key injection from within CloudStack is not supported for the external VMs in this release. The External systems should handle user-data and ssh-key injections natively using other mechanisms.
7578

7679
|extension.png|
7780

source/adminguide/extensions/builtin_extensions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ To set up the Proxmox extension, follow these steps in CloudStack:
8686

8787
#. **Custom actions.** Custom actions **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
8888

89+
.. _proxmox-networking:
8990
Configuring Networking
9091
~~~~~~~~~~~~~~~~~~~~~~
9192

0 commit comments

Comments
 (0)