Skip to content

Commit

Permalink
Merge pull request #57 from arilivigni/master
Browse files Browse the repository at this point in the history
Updated versions of minishift and minishift.iso
  • Loading branch information
arilivigni committed Jun 22, 2018
2 parents 3fc40b8 + 5904c11 commit 2ef6fa5
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 2ef6fa5

Please sign in to comment.