Skip to content

Commit

Permalink
Updated versions of minishift and minishift.iso
Browse files Browse the repository at this point in the history
- Moved to minishift v1.17.0
- Moved to docker-md-kvm driver to v1.10.0 for CentOS
- Updated new minishift.iso and location to s3 bucket link
  • Loading branch information
Ari LiVigni committed Jun 21, 2018
1 parent 3fc40b8 commit 5904c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions playbooks/group_vars/all/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ force_repo_clone: true
contra_env_setup_dir: "{{ ansible_env.HOME }}/.contra-env-setup"

# Docker KVM version
dkvm_version: v0.7.0
dkvm_version: v0.10.0

## minishift values
# minishift version
minishift_version: v1.12.0
minishift_version: v1.17.0

# default location for minishift
minishift_dest_dir: "{{ contra_env_setup_dir }}/minishift"
Expand All @@ -36,7 +36,7 @@ memory: 8092mb
cpus: 2

# minishift iso location
minishift_iso: http://artifacts.ci.centos.org/fedora-atomic/minishift/iso/minishift.iso
minishift_iso: https://s3.amazonaws.com/continuous-infra/minishift/iso/minishift.iso

# Additional insecure docker registries used inside minishift
# Use comma separated values for more registries
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/prereqs/tasks/install_kvm_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Install the kvm plugin
- name: Pull down kvm plugin
get_url:
url: https://github.com/dhiltgen/docker-machine-kvm/releases/download/{{ dkvm_version }}/docker-machine-driver-kvm
url: https://github.com/dhiltgen/docker-machine-kvm/releases/download/{{ dkvm_version }}/docker-machine-driver-kvm-centos7
dest: /usr/local/bin/docker-machine-driver-kvm
mode: 755
become: true
Expand Down

0 comments on commit 5904c11

Please sign in to comment.