Skip to content

Commit

Permalink
Merge pull request kubevirt#889 from karmab/virtualmachine_tag
Browse files Browse the repository at this point in the history
Make sure rhel7 and windows show up in virtualization category
  • Loading branch information
rmohr authored Apr 10, 2018
2 parents 26fb2b8 + b6f3034 commit 3e91147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/vm-template-rhel7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: rhel7-vm-template
annotations:
description: "OCP KubeVirt Red Hat Enterprise Linux 7.4 VM template"
tags: "kubevirt,ocp,template,linux"
tags: "kubevirt,ocp,template,linux,virtualmachine"
labels:
kubevirt.io/os: rhel7.4
miq.github.io/kubevirt-is-vm-template: "true"
Expand Down
2 changes: 1 addition & 1 deletion cluster/vm-template-windows2012r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: windows2012r2-vm-template
annotations:
description: "OCP KubeVirt Microsoft Windows Server 2012 R2 VM template"
tags: "kubevirt,ocp,template,windows"
tags: "kubevirt,ocp,template,windows,virtualmachine"
labels:
kubevirt.io/os: win2k12r2
miq.github.io/kubevirt-is-vm-template: "true"
Expand Down

0 comments on commit 3e91147

Please sign in to comment.