rohityadavcloud commented on code in PR #545:
URL:
https://github.com/apache/cloudstack-documentation/pull/545#discussion_r2306546406
##########
source/adminguide/extensions.rst:
##########
@@ -72,14 +72,14 @@ An Orchestrator extension enables CloudStack to delegate VM
orchestration to an
- 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, details, and the IPv4/IPv6
addresses of its NICs.
- - 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.
+ - Networking: If networking is setup properly on the external system (See
:ref:`inbuilt 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.
**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.
|extension.png|
-CloudStack provides sample built-in orchestrator extensions for demonstration
and testing purposes.
+CloudStack provides sample inbuilt orchestrator extensions for demonstration
and testing purposes.
Review Comment:
```suggestion
CloudStack provides sample in-built orchestrator extensions for
demonstration and testing purposes.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]