Skip to content

Commit

Permalink
Merge pull request #560 from akrejcir/win-names
Browse files Browse the repository at this point in the history
Add windows version to VM name
  • Loading branch information
kubevirt-bot authored Dec 21, 2023
2 parents 55ef7b8 + cdd1a39 commit 8c1ab60
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/windows10.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ parameters:
- name: NAME
description: VM name
generate: expression
from: "windows-[a-z0-9]{6}"
from: "windows10-[a-z0-9]{6}"
- name: DATA_SOURCE_NAME
description: Name of the DataSource to clone
value: win10
Expand Down
2 changes: 1 addition & 1 deletion templates/windows11.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ parameters:
- name: NAME
description: VM name
generate: expression
from: "windows-[a-z0-9]{6}"
from: "windows11-[a-z0-9]{6}"
- name: DATA_SOURCE_NAME
description: Name of the DataSource to clone
value: win11
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k12.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ parameters:
- name: NAME
description: VM name
generate: expression
from: "windows-[a-z0-9]{6}"
from: "windows2012-[a-z0-9]{6}"
- name: DATA_SOURCE_NAME
description: Name of the DataSource to clone
value: win2k12r2
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k16.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ parameters:
- name: NAME
description: VM name
generate: expression
from: "windows-[a-z0-9]{6}"
from: "windows2016-[a-z0-9]{6}"
- name: DATA_SOURCE_NAME
description: Name of the DataSource to clone
value: win2k16
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k19.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ parameters:
- name: NAME
description: VM name
generate: expression
from: "windows-[a-z0-9]{6}"
from: "windows2019-[a-z0-9]{6}"
- name: DATA_SOURCE_NAME
description: Name of the DataSource to clone
value: win2k19
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ parameters:
- name: NAME
description: VM name
generate: expression
from: "windows-[a-z0-9]{6}"
from: "windows2022-[a-z0-9]{6}"
- name: DATA_SOURCE_NAME
description: Name of the DataSource to clone
value: win2k22
Expand Down

0 comments on commit 8c1ab60

Please sign in to comment.