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

CNV#34154 - Update TTO and SSP downstream Diagram

This commit is contained in:
danielclowers
2023-10-24 13:58:47 -04:00
committed by openshift-cherrypick-robot
parent 5b623dc8c1
commit c53c9cc026
2 changed files with 27 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

@@ -15,6 +15,30 @@ image::cnv_components_ssp-operator.png[ssp-operator components]
|===
|*Component* |*Description*
|`deployment/virt-template-validator`
|Checks `vm.kubevirt.io/validations` annotations on virtual machines created from templates, and rejects them if they are invalid.
|===
|`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 persistent volume claim (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 virtual machine instance (VMI) status, then fails or succeeds according to that status.
|`deployment/create-vm-from-manifest`
| Creates a VM from a manifest.
|===