Skip to content

Commit

Permalink
Merge 426c1ab into 8645004
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyang committed Sep 19, 2018
2 parents 8645004 + 426c1ab commit 73031f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/examples/vm-template-fedora.yaml
Expand Up @@ -7,7 +7,6 @@ metadata:
tags: kubevirt,ocp,template,linux,virtualmachine
creationTimestamp: null
labels:
kubevirt.io/os: fedora27
miq.github.io/kubevirt-is-vm-template: "true"
name: vm-template-fedora
objects:
Expand All @@ -25,6 +24,7 @@ objects:
creationTimestamp: null
labels:
kubevirt-vm: vm-${NAME}
kubevirt.io/os: fedora27
spec:
domain:
cpu:
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/vm-template-rhel7.yaml
Expand Up @@ -7,7 +7,6 @@ metadata:
tags: kubevirt,ocp,template,linux,virtualmachine
creationTimestamp: null
labels:
kubevirt.io/os: rhel-7.4
miq.github.io/kubevirt-is-vm-template: "true"
name: vm-template-rhel7
objects:
Expand All @@ -25,6 +24,7 @@ objects:
creationTimestamp: null
labels:
kubevirt-vm: vm-${NAME}
kubevirt.io/os: rhel-7.4
spec:
domain:
cpu:
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/vm-template-windows2012r2.yaml
Expand Up @@ -7,7 +7,6 @@ metadata:
tags: kubevirt,ocp,template,windows,virtualmachine
creationTimestamp: null
labels:
kubevirt.io/os: win2k12r2
miq.github.io/kubevirt-is-vm-template: "true"
name: vm-template-windows2012r2
objects:
Expand All @@ -25,6 +24,7 @@ objects:
creationTimestamp: null
labels:
kubevirt-vm: vm-${NAME}
kubevirt.io/os: win2k12r2
spec:
domain:
clock:
Expand Down

0 comments on commit 73031f3

Please sign in to comment.