1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/virt-supported-ssp-tasks.adoc
2025-11-18 16:29:25 +01:00

49 lines
1.5 KiB
Plaintext

// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-managing-vms-openshift-pipelines.adoc
:_mod-docs-content-type: REFERENCE
[id="virt-supported-ssp-tasks_{context}"]
= Supported virtual machine tasks
[role="_abstract"]
The following table shows the supported tasks.
.Supported virtual machine tasks
[cols="1,1",options="header"]
|===
| Task | Description
| `create-vm-from-manifest`
| Create a virtual machine from a provided manifest or with `virtctl`.
| `create-vm-from-template`
| Create a virtual machine from a template.
| `copy-template`
| Copy a virtual machine template.
| `modify-vm-template`
| Modify a virtual machine template.
| `modify-data-object`
| Create or delete data volumes or data sources.
| `cleanup-vm`
| Run a script or a command in a virtual machine and stop or delete the virtual machine afterward.
| `disk-virt-customize`
| Use the `virt-customize` tool to run a customization script on a target PVC.
| `disk-virt-sysprep`
| Use the `virt-sysprep` tool to run a sysprep script on a target PVC.
| `wait-for-vmi-status`
| Wait for a specific status of a virtual machine instance and fail or succeed based on the status.
|===
[NOTE]
====
Virtual machine creation in pipelines now utilizes `ClusterInstanceType` and `ClusterPreference` instead of template-based tasks, which have been deprecated. The `create-vm-from-template`, `copy-template`, and `modify-vm-template` commands remain available but are not used in default pipeline tasks.
====