Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update KubeVirt to v0.7.0 (#295)
Browse files Browse the repository at this point in the history
* Update KubeVirt to v0.7.0-alpha.3

Signed-off-by: Artyom Lukianov <[email protected]>

* Update KubeVirt to v0.7.0-alpha.4

- add config map to allow software emulation

Signed-off-by: Artyom Lukianov <[email protected]>

* Update to v0.7.0-alpha.5

Signed-off-by: Artyom Lukianov <[email protected]>

* Update to v0.7.0

Signed-off-by: Artyom Lukianov <[email protected]>
  • Loading branch information
Artyom Lukianov authored and Ryan Hallisey committed Jul 5, 2018
1 parent 5f2604a commit 6a7a4ed
Show file tree
Hide file tree
Showing 535 changed files with 58,585 additions and 24,182 deletions.
35 changes: 21 additions & 14 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import:
- package: github.com/onsi/gomega
version: dcabb60a477c2b6f456df65037cb6708210fbb02
- package: kubevirt.io/kubevirt
version: v0.6.0
version: v0.7.0
repo: https://github.com/kubevirt/kubevirt.git
2 changes: 1 addition & 1 deletion hack/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
source hack/common.sh

prefix=kubevirt
tag=v0.6.0
tag=v0.7.0
kubeconfig=~/.kube/config

${TESTS_OUT_DIR}/tests.test -kubeconfig=$kubeconfig -tag=$tag -prefix=$prefix -test.timeout 60m
2 changes: 1 addition & 1 deletion roles/kubevirt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Deploy KubeVirt resources onto a cluster.
|registry_namespace | kubevirt | |Container image organization.|
|registry_url | docker.io | |Container image registry.|
| storage_role | storage-none | <ul><li>storage-none</li><li>storage-demo</li><li>storage-glusterfs</li></ul> | Storage role to install with KubeVirt.|
| version |0.6.0|<ul><li>0.6.0</li><li>0.5.0</li><li>0.4.1</li><li>0.4.0</li><li>0.3.0</li><li>0.2.0</li><li>0.1.0</li></ul>|KubeVirt release version.|
| version |0.7.0|<ul><li>0.7.0</li><li>0.6.0</li><li>0.5.0</li><li>0.4.1</li><li>0.4.0</li><li>0.3.0</li><li>0.2.0</li><li>0.1.0</li></ul>|KubeVirt release version.|
|default_vm_templates|<ul><li>vm-template-fedora</li><li>vm-template-windows2012r2</li><li>vm-template-rhel7></ul>|| Default vm templates to deploy with KubeVirt.|
|offline_template_dir| /opt/apb/kubevirt-templates || Offline VM template location specifed in the APB Dockerfile.|

Expand Down
2 changes: 1 addition & 1 deletion roles/kubevirt/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cluster: "openshift"
apb_action: "provision"
release_manifest_url: "https://github.com/kubevirt/kubevirt/releases/download"
kubevirt_template_dir: "{{ role_path }}/templates"
version: 0.6.0
version: 0.7.0
docker_tag: "v{{ version }}"

offline_template_dir: "/opt/apb/kubevirt-templates"
Expand Down
Loading

0 comments on commit 6a7a4ed

Please sign in to comment.