Skip to content

Commit f893194

Browse files
committed
update images
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 02ed1f3 commit f893194

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed
13.5 KB
Loading
66.6 KB
Loading
39.3 KB
Loading

source/adminguide/extensions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ An Orchestrator extension enables CloudStack to delegate VM orchestration to an
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

7575

76-
|run-custom-action.png|
76+
|extension.png|
7777

7878

7979
CloudStack provides sample built-in orchestrator extensions for demonstration and testing purposes.
@@ -87,3 +87,4 @@ CloudStack provides sample built-in orchestrator extensions for demonstration an
8787
8888
.. |extensions.png| image:: /_static/images/extensions.png
8989
.. |create-extension.png| image:: /_static/images/create-extension.png
90+
.. |extension.png| image:: /_static/images/extension.png

source/adminguide/extensions/custom_actions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ Running Custom Action
4949

5050
All enabled custom actions can then be triggered for a resource of the type the action is defined for or provided while running, using the **Run Action** view or runCustomAction API.
5151

52+
|run-custom-action-instance.png|
53+
5254
|run-custom-action.png|
5355

5456

5557
.. Images
5658
5759
5860
.. |add-custom-action.png| image:: /_static/images/add-custom-action.png
59-
.. |run-custom-action.png| image:: /_static/images/run-custom-action.png
6061
.. |run-custom-action-instance.png| image:: /_static/images/run-custom-action-instance.png
62+
.. |run-custom-action.png| image:: /_static/images/run-custom-action.png

0 commit comments

Comments
 (0)