Skip to content

Commit

Permalink
bump box version up
Browse files Browse the repository at this point in the history
  • Loading branch information
xynova committed Jul 28, 2016
1 parent e475c9f commit 8ca4fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Vagrant.require_version ">= 1.6.0"


$coreos_release_version = "1097.0.0"
$coreos_release_version = "1122.0.0"
$coreos_update_channel = "alpha"
$coreos_box_url = "http://%s.release.core-os.net/amd64-usr/%s/coreos_production_vagrant.json" % [ $coreos_update_channel , $coreos_box_version ]
$coreos_box_url = "http://%s.release.core-os.net/amd64-usr/%s/coreos_production_vagrant.json" % [ $coreos_update_channel , $coreos_release_version ]

$master_count = 1
$master_vm_memory = 800
Expand Down Expand Up @@ -90,7 +90,7 @@ def setupBoxDefaults(config)
config.ssh.insert_key = false

config.vm.box = "coreos-%s" % $coreos_update_channel
config.vm.box_version = "= 1097.0.0" % $coreos_release_version
config.vm.box_version = "= %s" % $coreos_release_version
config.vm.box_url = $coreos_box_url

config.vm.provider :virtualbox do |vb|
Expand Down

0 comments on commit 8ca4fe5

Please sign in to comment.