From b252361067980a3633db415821aaf9a887ea11cd Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 1 Sep 2025 10:54:22 +0530 Subject: [PATCH] extensions: update note on inbuilt orcehstrator Now that we have a section on limitations, operator may refer that to see things which are not supported at the moment. Signed-off-by: Abhishek Kumar --- source/adminguide/extensions.rst | 2 +- source/adminguide/extensions/inbuilt_extensions.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/adminguide/extensions.rst b/source/adminguide/extensions.rst index 9c3f54d62b..071d6c688a 100644 --- a/source/adminguide/extensions.rst +++ b/source/adminguide/extensions.rst @@ -79,7 +79,7 @@ An Orchestrator extension enables CloudStack to delegate VM orchestration to an |extension.png| -CloudStack provides sample in-built orchestrator extensions for demonstration and testing purposes. +CloudStack provides in-built Orchestrator Extensions for Proxmox and Hyper-V which work with Proxmox and Hyper-V environments out of the box. .. note:: - When a CloudStack host linked to an orchestrator extension is placed into Maintenance mode, all running instances on the host will be stopped. diff --git a/source/adminguide/extensions/inbuilt_extensions.rst b/source/adminguide/extensions/inbuilt_extensions.rst index 94dabacbad..758941fce6 100644 --- a/source/adminguide/extensions/inbuilt_extensions.rst +++ b/source/adminguide/extensions/inbuilt_extensions.rst @@ -16,7 +16,7 @@ In-built Orchestrator Extensions ================================ -CloudStack provides sample in-built Orchestrator Extensions for Proxmox and Hyper-V. These Extensions are intended for demonstration and testing purposes. +CloudStack provides in-built Orchestrator Extensions for Proxmox and Hyper-V. These extensions work with Proxmox and Hyper-V environments out of the box, and can also serve as reference implementations for anyone looking to develop new custom extensions. The Extension files are located at `/usr/share/cloudstack-management/extensions/Proxmox` and `/usr/share/cloudstack-management/extensions/HyperV` respectively. The Proxmox Extension is written in shell script, while the Hyper-V Extension is written in python. Both of these Extensions support some custom actions in addition to the standard VM actions like deploy, start, stop, reboot, status and delete.