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

Commit

Permalink
Move kubevirt version to v0.8.0 (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bednar <[email protected]>
  • Loading branch information
lukas-bednar authored and gbenhaim committed Oct 3, 2018
1 parent d72b311 commit 04cc6ab
Show file tree
Hide file tree
Showing 345 changed files with 16,907 additions and 8,785 deletions.
43 changes: 36 additions & 7 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,7 +5,7 @@ import:
- package: github.com/onsi/gomega
version: dcabb60a477c2b6f456df65037cb6708210fbb02
- package: kubevirt.io/kubevirt
version: v0.8.0-alpha.1
version: v0.8.0
repo: https://github.com/kubevirt/kubevirt.git
- package: kubevirt.io/qe-tools
version: v0.1.2
Expand Down
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=${DOCKER_PREFIX:-kubevirt}
tag=${DOCKER_TAG:-v0.8.0-alpha.1}
tag=${DOCKER_TAG:-v0.8.0}
kubeconfig=${KUBECONFIG:-~/.kube/config}
[ -z "$OC_PATH" ] && OC_PATH=$(command -v oc)
[ -z "$KUBECTL_PATH" ] && KUBECTL_PATH=$(which kubectl)
Expand Down
4 changes: 2 additions & 2 deletions roles/kubevirt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Deploy KubeVirt resources onto a cluster.
|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.|
| network_role | network-multus | <ul><li>network-none</li><li>network-multus</li></ul> | Network role to install with KubeVirt.|
| 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.|
| version |0.8.0|<ul><li>0.8.0</li><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.|

### Usage

```
ansible-playbook -i inventory -e version=0.6.0 -e apb_action=provision playbooks/kubevirt.yml
ansible-playbook -i inventory -e version=0.8.0 -e apb_action=provision playbooks/kubevirt.yml
```
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.8.0-alpha.1
version: 0.8.0
docker_tag: "v{{ version }}"
image_pull_policy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ List of top level variables.
| cluster| openshift|<ul><li>openshift</li><li>kubernetes</li></ul> |Cluster type to deploy KubeVirt on.|
| namespace|kube-system | |Namespace to create resources.|
| kubevirt_openshift_version | 3.10| <ul><li>3.10</li></ul>|OpenShift cluster 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.|
| version |0.8.0|<ul><li>0.8.0</li><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.|
| storage_role | storage-none | <ul><li>storage-none</li><li>storage-demo</li><li>storage-glusterfs</li></ul> | Storage role to install with KubeVirt.|
2 changes: 1 addition & 1 deletion vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ openshift_ansible_dir: "openshift-ansible/"
openshift_playbook_path: "{{ openshift_ansible_dir }}/{{ 'playbooks/byo/config.yml' if kubevirt_openshift_version == '3.7' else 'playbooks/deploy_cluster.yml' }}"

### KubeVirt ###
version: 0.8.0-alpha.1
version: 0.8.0
image_pull_policy: IfNotPresent

### Components ###
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/go-openapi/swag/.golangci.yml

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

14 changes: 11 additions & 3 deletions vendor/github.com/go-openapi/swag/README.md

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

26 changes: 15 additions & 11 deletions vendor/github.com/go-openapi/swag/convert.go

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

33 changes: 33 additions & 0 deletions vendor/github.com/go-openapi/swag/doc.go

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

15 changes: 6 additions & 9 deletions vendor/github.com/go-openapi/swag/json.go

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

Loading

0 comments on commit 04cc6ab

Please sign in to comment.