Skip to content

Commit 7925589

Browse files
committed
chore(Vagrantfile): update to CoreOS 310.1.0
Necessary to bump like this until we can reliably switch back to the alpha release (see #928).
1 parent e421cbe commit 7925589

2 files changed

Lines changed: 3 additions & 121 deletions

File tree

Vagrantfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- mode: ruby -*-
22
# # vi: set ft=ruby :
33

4-
require_relative 'contrib/coreos/override-plugin.rb'
5-
64
DEIS_NUM_INSTANCES = (ENV['DEIS_NUM_INSTANCES'].to_i > 0 && ENV['DEIS_NUM_INSTANCES'].to_i) || 1
75

86
if DEIS_NUM_INSTANCES == 1
@@ -14,11 +12,11 @@ else
1412
end
1513

1614
Vagrant.configure("2") do |config|
17-
config.vm.box = "coreos-298.0.0"
18-
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/298.0.0/coreos_production_vagrant.box"
15+
config.vm.box = "coreos-310.1.0"
16+
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/310.1.0/coreos_production_vagrant.box"
1917

2018
config.vm.provider :vmware_fusion do |vb, override|
21-
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/298.0.0/coreos_production_vagrant_vmware_fusion.box"
19+
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/310.1.0/coreos_production_vagrant_vmware_fusion.box"
2220
end
2321

2422
config.vm.provider :virtualbox do |vb, override|

contrib/coreos/override-plugin.rb

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)