You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-about-tekton-tasks-operator.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
The Tekton Tasks Operator, `tekton-tasks-operator`, deploys example pipelines showing the usage of OpenShift Pipelines for virtual machines (VMs). This operator also deploys additional OpenShift Pipeline tasks that allow users to create VMs from templates, copy and modify templates, and create data volumes.
= Deploying the Scheduling, Scale, and Performance (SSP) resources
8
8
9
-
The Tekton Tasks Operator (TTO) tasks and example pipelines are not deployed by default when you install {VirtProductName}. To deploy TTO resources, enable the `deployTektonTaskResources` feature gate in the `HyperConverged` custom resource (CR).
9
+
The SSP Operator example Tekton Tasks and Pipelines are not deployed by default when you install {VirtProductName}. To deploy the SSP Operator's Tekton resources, enable the `deployTektonTaskResources` feature gate in the `HyperConverged` custom resource (CR).
10
10
11
11
.Procedure
12
12
@@ -33,7 +33,7 @@ spec:
33
33
# ...
34
34
----
35
35
<1> The namespace where the pipelines are to be run.
36
-
<2> The feature gate to be enabled to deploy TTO resources.
36
+
<2> The feature gate to be enabled to deploy Tekton resources by SSP operator.
= Virtual machine tasks supported by the Tekton Tasks Operator
6
+
[id="virt-supported-ssp-tasks_{context}"]
7
+
= Virtual machine tasks supported by the SSP Operator
8
8
9
-
The following table shows the tasks that are included as part of the Tekton Tasks Operator.
9
+
The following table shows the tasks that are included as part of the SSP Operator.
10
10
11
-
.Virtual machine tasks supported by the Tekton Tasks Operator
11
+
.Virtual machine tasks supported by the SSP Operator
12
12
[cols="1,1",options="header"]
13
13
|===
14
14
| Task | Description
15
15
16
+
| `create-vm-from-manifest`
17
+
| Create a virtual machine from a provided manifest or with `virtctl`.
18
+
16
19
| `create-vm-from-template`
17
20
| Create a virtual machine from a template.
18
21
@@ -37,3 +40,8 @@ The following table shows the tasks that are included as part of the Tekton Task
37
40
| `wait-for-vmi-status`
38
41
| Wait for a specific status of a virtual machine instance and fail or succeed based on the status.
39
42
|===
43
+
44
+
[NOTE]
45
+
====
46
+
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.
Copy file name to clipboardExpand all lines: virt/virtual_machines/virt-managing-vms-openshift-pipelines.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc::[]
8
8
9
9
link:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html[{pipelines-title}] is a Kubernetes-native CI/CD framework that allows developers to design and run each step of the CI/CD pipeline in its own container.
10
10
11
-
The Tekton Tasks Operator (TTO) integrates {VirtProductName} with {pipelines-shortname}. TTO includes tasks and example pipelines that allow you to:
11
+
The Scheduling, Scale, and Performance (SSP) Operator integrates {VirtProductName} with {pipelines-shortname}. The SSP Operator includes tasks and example pipelines that allow you to:
12
12
13
13
* Create and manage virtual machines (VMs), persistent volume claims (PVCs), and data volumes
The Tekton Tasks Operator includes the following example `Pipeline` manifests. You can run the example pipelines by using the web console or CLI.
37
+
The SSP Operator includes the following example `Pipeline` manifests. You can run the example pipelines by using the web console or CLI.
38
38
39
39
You might have to run more than one installer pipeline if you need multiple versions of Windows. If you run more than one installer pipeline, each one requires unique parameters, such as the `autounattend` config map and base image name. For example, if you need Windows 10 and Windows 11 or Windows Server 2022 images, you have to run both the Windows efi installer pipeline and the Windows bios installer pipeline. However, if you need Windows 11 and Windows Server 2022 images, you have to run only the Windows efi installer pipeline.
40
40
@@ -46,12 +46,12 @@ Windows customize pipeline:: This pipeline clones the data volume of a basic Win
46
46
47
47
[NOTE]
48
48
====
49
-
The `tekton-tasks-operator` example pipelines use a config map file with `sysprep` predefined by {product-title} and suitable for Microsoft ISO files. For other ISO files, you might need to create a new config map file with a system-specific `sysprep` definition.
49
+
The example pipelines use a config map file with `sysprep` predefined by {product-title} and suitable for Microsoft ISO files. For ISO files pertaining to different Windows editions, it may be necessary to create a new config map file with a system-specific sysprep definition.
0 commit comments