You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/extensions/inbuilt_extensions.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@
13
13
specific language governing permissions and limitations
14
14
under the License.
15
15
16
-
In-built Orchestator Extensions
17
-
===============================
16
+
In-built Orchestrator Extensions
17
+
================================
18
18
19
19
CloudStack provides sample in-built orchestrator extensions for Proxmox and Hyper-V. These extensions are intended for demonstration and testing purposes.
20
20
The extension files are located at `/usr/share/cloudstack-management/extensions/Promox` and `/usr/share/cloudstack-management/extensions/HyperV` respectively.
@@ -33,7 +33,7 @@ The Proxmox Cloudstack extension is written in shell script and communicates wit
33
33
34
34
Before using the Proxmox extension, ensure that the Proxmox datacenter is configured correctly and accessible to CloudStack.
35
35
36
-
Get the Api Token-Secret from Proxmox
36
+
Get the API Token-Secret from Proxmox
37
37
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
38
39
39
If not already set up, create a new API Token in the Proxmox UI by navigating to `Datacenter > Permissions > API Tokens`.
@@ -78,7 +78,7 @@ Adding Proxmox to CloudStack
78
78
79
79
To set up the Proxmox extension, follow these steps in CloudStack:
80
80
81
-
#. **Enable extension.** Enable the extension by clicking the `Enable` button on the `Extensions` page in the UI.
81
+
#. **Enable Extension.** Enable the extension by clicking the `Enable` button on the `Extensions` page in the UI.
82
82
#. **Create Cluster**. Create a Cluster with hypervisor type `External` and extension type `Proxmox`.
83
83
84
84
|proxmox-add-cluster.png|
@@ -117,9 +117,9 @@ To set up the Proxmox extension, follow these steps in CloudStack:
117
117
118
118
|proxmox-deploy-instance.png|
119
119
120
-
#. **Lifecycle operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
120
+
#. **Lifecycle Operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
121
121
122
-
#. **Custom actions.** Custom actions **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
122
+
#. **Custom Actions.** Custom actions **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
123
123
124
124
.. _proxmox-networking:
125
125
Configuring Networking
@@ -217,9 +217,9 @@ Adding Hyper-V to CloudStack
217
217
The VM will be configured with the MAC address and VLAN ID as defined in CloudStack.
218
218
The VM in Hyper-V is created with the name `'CloudStack instance's internal name' + '-' + 'CloudStack instance's UUID'` to keep it unique.
219
219
220
-
#. **Lifecycle operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
220
+
#. **Lifecycle Operations.** Operations **Start**, **Stop**, **Reboot**, and **Delete** can be performed on the instance from CloudStack.
221
221
222
-
#. **Custom actions.** Custom actions **Suspend**, **Resume**, **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
222
+
#. **Custom Actions.** Custom actions **Suspend**, **Resume**, **Create Snapshot**, **Restore Snapshot**, and **Delete Snapshot** are also supported for instances.
0 commit comments