nvazquez commented on code in PR #560:
URL:
https://github.com/apache/cloudstack-documentation/pull/560#discussion_r2342710392
##########
source/adminguide/extensions.rst:
##########
@@ -64,7 +64,9 @@ An Orchestrator extension enables CloudStack to delegate VM
orchestration to an
- Hosts: Multiple hosts can be added to such clusters, ideally pointing to
different physical or external hosts.
- - Instance Lifecycle Support: Extensions can handle basic VM actions like
prepare, deploy, start, stop, reboot, status and delete.
+ - Instance Lifecycle Support: Orchestrator extensions can handle basic VM
actions like prepare, deploy, start, stop, reboot, status and delete.
+
+ - Console Access: Instances can be accessed either via VNC consoles or
through a direct URL, depending on the capabilities of the orchestrator
extension. CloudStack retrieves console details from extensions using the
``getconsole`` action and either forwards them to the Console Proxy VM (CPVM)
(for VNC access) or provides the direct console URL to the user. Out of the
box, only the built-in Proxmox extension supports console access for instances.
Review Comment:
Can we add a note for the built in console access for Proxmox is added since
4.22?. Also I think it would be useful to refence the section `Console Access
for Instances with Orchestrator Extensions` from here.
##########
source/adminguide/extensions.rst:
##########
@@ -64,7 +64,9 @@ An Orchestrator extension enables CloudStack to delegate VM
orchestration to an
- Hosts: Multiple hosts can be added to such clusters, ideally pointing to
different physical or external hosts.
- - Instance Lifecycle Support: Extensions can handle basic VM actions like
prepare, deploy, start, stop, reboot, status and delete.
+ - Instance Lifecycle Support: Orchestrator extensions can handle basic VM
actions like prepare, deploy, start, stop, reboot, status and delete.
+
+ - Console Access: Instances can be accessed either via VNC consoles or
through a direct URL, depending on the capabilities of the orchestrator
extension. CloudStack retrieves console details from extensions using the
``getconsole`` action and either forwards them to the Console Proxy VM (CPVM)
(for VNC access) or provides the direct console URL to the user. Out of the
box, only the built-in Proxmox extension supports console access for instances.
Review Comment:
Can we add a note for the built in console access for Proxmox is added since
4.22?. Also I think it would be useful to reference the section `Console Access
for Instances with Orchestrator Extensions` from here.
--
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]