Skip to content

Commit

Permalink
Merge pull request #136 from ksimon1/fix-windows-labels
Browse files Browse the repository at this point in the history
remove win 10 label from windows template
  • Loading branch information
ksimon1 authored Feb 24, 2020
2 parents 9ce451f + f0914eb commit 5633ef8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion automation/test-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ _oc exec -it winrmcli -- yum install -y iproute iputils net-tools arp-scan
kubeconfig=$( cluster-up/kubeconfig.sh )

sizes=("medium" "large")
workloads=("server" "desktop")
workloads=("server")

if [[ $TARGET =~ windows10.* ]]; then
template_name="windows10"
Expand Down
2 changes: 0 additions & 2 deletions generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@
dest: "{{ playbook_dir }}/dist/templates/windows-{{ item.workload }}-{{ item.flavor }}.yaml"
with_items:
- {flavor: medium, workload: server, memsize: "4Gi", cpus: 1, iothreads: False, tablet: False}
- {flavor: medium, workload: desktop, memsize: "4Gi", cpus: 1, iothreads: False, tablet: True}
- {flavor: large, workload: server, memsize: "8Gi", cpus: 2, iothreads: False, tablet: False}
- {flavor: large, workload: desktop, memsize: "8Gi", cpus: 2, iothreads: False, tablet: True}
vars:
osinfoname: win2k12r2

Expand Down
1 change: 0 additions & 1 deletion templates/windows.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ metadata:
name.os.template.kubevirt.io/win2k12r2: {{ lookup('osinfo', 'win2k12r2').name }}
name.os.template.kubevirt.io/win2k8r2: {{ lookup('osinfo', 'win2k8r2').name }}
name.os.template.kubevirt.io/win2k8: {{ lookup('osinfo', 'win2k8').name }}
name.os.template.kubevirt.io/win10: {{ lookup('osinfo', 'win10').name }}

validations: |
[
Expand Down

0 comments on commit 5633ef8

Please sign in to comment.