-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add win2k25 as supported for the efi pipeline
Signed-off-by: Karel Simon <[email protected]>
- Loading branch information
Showing
12 changed files
with
497 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
automation/e2e-pipelines/test-files/windows2k25-customize-pipelinerun.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
apiVersion: tekton.dev/v1 | ||
kind: PipelineRun | ||
metadata: | ||
generateName: windows2k25-customize-run- | ||
labels: | ||
pipelinerun: windows2k25-customize-run | ||
spec: | ||
params: | ||
- name: sourceDiskImageName | ||
value: win2k25 | ||
- name: baseDvName | ||
value: win2k25-customized | ||
- name: preferenceName | ||
value: windows.2k25.virtio | ||
- name: customizeConfigMapName | ||
value: windows-sqlserver | ||
pipelineRef: | ||
name: windows-customize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
apiVersion: cdi.kubevirt.io/v1beta1 | ||
kind: DataVolume | ||
metadata: | ||
name: iso-dv | ||
annotations: | ||
cdi.kubevirt.io/storage.bind.immediate.requested: "true" | ||
spec: | ||
source: | ||
registry: | ||
url: docker://quay.io/openshift-cnv/containerdisks:Win2025_English_x64 | ||
secretRef: tekton-tasks-container-disk-puller | ||
storage: | ||
volumeMode: Filesystem | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 8Gi |
23 changes: 23 additions & 0 deletions
23
automation/e2e-pipelines/test-files/windows2k25-installer-pipelinerun.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
apiVersion: tekton.dev/v1 | ||
kind: PipelineRun | ||
metadata: | ||
generateName: windows2k25-installer-run- | ||
labels: | ||
pipelinerun: windows2k25-installer-run | ||
spec: | ||
params: | ||
- name: winImageDownloadURL | ||
value: http://http-server/disk.img | ||
- name: acceptEula | ||
value: "true" | ||
- name: preferenceName | ||
value: windows.2k25.virtio | ||
- name: autounattendConfigMapName | ||
value: windows2k25-autounattend | ||
- name: baseDvName | ||
value: win2k25 | ||
- name: isoDVName | ||
value: win2k25 | ||
pipelineRef: | ||
name: windows-efi-installer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.