File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# -*- mode: ruby -*-
22# # vi: set ft=ruby :
33
4- require_relative 'contrib/coreos/override-plugin.rb'
5-
64DEIS_NUM_INSTANCES = ( ENV [ 'DEIS_NUM_INSTANCES' ] . to_i > 0 && ENV [ 'DEIS_NUM_INSTANCES' ] . to_i ) || 1
75
86if DEIS_NUM_INSTANCES == 1
1412end
1513
1614Vagrant . 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 |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments