Skip to content

Commit c58ee69

Browse files
authored
Merge pull request #58035 from sabrinajess/CNV21457
CNV-21457: new pipeline examples
2 parents 689abd4 + 35f87ed commit c58ee69

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

virt/virtual_machines/virt-managing-vms-openshift-pipelines.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ include::modules/virt-supported-tekton-tasks.adoc[leveloffset=+1]
3636

3737
The Tekton Tasks Operator includes the following example `Pipeline` manifests. You can run the example pipelines by using the web console or CLI.
3838

39-
Windows 10 installer pipeline:: This pipeline installs Windows 10 into a new PVC from a Windows installation image (ISO file). A custom answer file is used to run the installation process.
39+
You might have to run more than one installer pipline 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.
4040

41-
Windows 10 customize pipeline:: This pipeline clones the data volume of a basic Windows 10 installation, customizes it by installing Microsoft SQL Server Express, and then creates a new image and template.
41+
Windows EFI installer pipeline:: This pipeline installs Windows 11 or Windows Server 2022 into a new data volume from a Windows installation image (ISO file). A custom answer file is used to run the installation process.
42+
43+
Windows BIOS installer pipeline:: This pipeline installs Windows 10 into a new data volume from a Windows installation image, also called an ISO file. A custom answer file is used to run the installation process.
44+
45+
Windows customize pipeline:: This pipeline clones the data volume of a basic Windows 10, 11, or Windows Server 2022 installation, customizes it by installing Microsoft SQL Server Express or Microsoft Visual Studio Code, and then creates a new image and template.
4246

4347
include::modules/virt-running-tto-pipeline-web.adoc[leveloffset=+2]
4448

0 commit comments

Comments
 (0)