Skip to content

Commit 1f7c03d

Browse files
committed
new tekton tasks info
1 parent c523c97 commit 1f7c03d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
78.3 KB
Loading

modules/virt-about-tekton-tasks-operator.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,33 @@
99
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.
1010

1111
image::cnv_components_tekton-tasks-operator.png[tekton-tasks-operator components]
12+
13+
.tekton-tasks-operator components
14+
[cols="1,1"]
15+
|===
16+
|*Component* |*Description*
17+
18+
|`deployment/create-vm-from-template`
19+
| Creates a VM from a template.
20+
21+
|`deployment/copy-template`
22+
| Copies a VM template.
23+
24+
|`deployment/modify-vm-template`
25+
| Creates or removes a VM template.
26+
27+
|`deployment/modify-data-object`
28+
| Creates or removes data volumes or data sources.
29+
30+
|`deployment/cleanup-vm`
31+
| Runs a script or a command on a VM, then stops or deletes the VM afterward.
32+
33+
|`deployment/disk-virt-customize`
34+
| Runs a `customize` script on a target PVC using `virt-customize`.
35+
36+
|`deployment/disk-virt-sysprep`
37+
| Runs a `sysprep` script on a target PVC by using `virt-sysprep`.
38+
39+
|`deployment/wait-for-vmi-status`
40+
| Waits for a specific VMI status, then fails or succeeds according to that status.
41+
|===

0 commit comments

Comments
 (0)