This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new a5c6168f extensions: update note on inbuilt orcehstrator (#554)
a5c6168f is described below
commit a5c6168f74e1e096c99888739d3d03d0f4790e42
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Sep 1 11:07:14 2025 +0530
extensions: update note on inbuilt orcehstrator (#554)
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 <[email protected]>
---
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 9c3f54d6..071d6c68 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 94dabacb..758941fc 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.