1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

new tekton tasks info

This commit is contained in:
Sabrina Jess
2022-11-08 14:47:42 -05:00
committed by openshift-cherrypick-robot
parent a40961b038
commit 833b19d15b
2 changed files with 30 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -9,3 +9,33 @@
The `tekton-tasks-operator` deploys example pipelines showing the usage of OpenShift Pipelines for VMs. It also deploys additional OpenShift Pipeline tasks that allow users to create VMs from templates, copy and modify templates, and create data volumes.
image::cnv_components_tekton-tasks-operator.png[tekton-tasks-operator components]
.tekton-tasks-operator components
[cols="1,1"]
|===
|*Component* |*Description*
|`deployment/create-vm-from-template`
| Creates a VM from a template.
|`deployment/copy-template`
| Copies a VM template.
|`deployment/modify-vm-template`
| Creates or removes a VM template.
|`deployment/modify-data-object`
| Creates or removes data volumes or data sources.
|`deployment/cleanup-vm`
| Runs a script or a command on a VM, then stops or deletes the VM afterward.
|`deployment/disk-virt-customize`
| Runs a `customize` script on a target PVC using `virt-customize`.
|`deployment/disk-virt-sysprep`
| Runs a `sysprep` script on a target PVC by using `virt-sysprep`.
|`deployment/wait-for-vmi-status`
| Waits for a specific VMI status, then fails or succeeds according to that status.
|===