Skip to content

Commit

Permalink
Merge pull request #36 from arilivigni/master
Browse files Browse the repository at this point in the history
Increase default version of OpenShift and up memory to 8092
  • Loading branch information
arilivigni authored May 11, 2018
2 parents 406037a + 2bb50a9 commit 79abbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/group_vars/all/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ profile: minishift

# disk, memory size and cpus
disk_size: 40gb
memory: 6400mb
memory: 8092mb
cpus: 2

# minishift iso location
Expand Down Expand Up @@ -65,7 +65,7 @@ modify_scc: true

## oc cli vars
# oc version
oc_version: v3.6.1
oc_version: v3.9.0

# Path to oc binary directory
oc_bin_path: "{{ ansible_env.HOME }}/.{{ profile }}/cache/oc/{{ oc_version }}/linux"
Expand Down

0 comments on commit 79abbac

Please sign in to comment.