Skip to content

Commit 0a02f0a

Browse files
committed
cluster/Vagrantfile: pin box version & add var
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 95ee8ee commit 0a02f0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster/Vagrantfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ UBUNTU = 'ubuntu'.freeze
1111
CENTOS = 'centos'.freeze
1212
RHEL = 'rhel7'.freeze
1313

14+
BOX_VERSION = ENV['BOX_VERSION'] || '1707.01'.freeze
1415
HOST_SHARED_FOLDER = './export/'.freeze
1516
GUEST_SHARED_FOLDER = '/shared'.freeze
1617
# Different orchestration platforms we support
@@ -206,6 +207,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
206207
c.vm.box_version = '0.10.1'
207208
else
208209
c.vm.box = 'centos/7'
210+
c.vm.box_version = BOX_VERSION
209211
end
210212
config.ssh.insert_key = false
211213
end

0 commit comments

Comments
 (0)