Skip to content

Commit b583993

Browse files
authored
Merge pull request #66834 from danielclowers/CNV-34154
CNV#34154 - Update TTO and SSP downstream Diagram
2 parents 61b29f9 + 16029af commit b583993

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed
81.8 KB
Loading

modules/virt-about-ssp-operator.adoc

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,30 @@ image::cnv_components_ssp-operator.png[ssp-operator components]
1515
|===
1616
|*Component* |*Description*
1717

18-
|`deployment/virt-template-validator`
19-
|Checks `vm.kubevirt.io/validations` annotations on virtual machines created from templates, and rejects them if they are invalid.
20-
|===
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 persistent volume claim (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 virtual machine instance (VMI) status, then fails or succeeds according to that status.
41+
42+
|`deployment/create-vm-from-manifest`
43+
| Creates a VM from a manifest.
44+
|===

0 commit comments

Comments
 (0)