From 4cfebdd30a88eb27e9f8baa6634005239851bf02 Mon Sep 17 00:00:00 2001 From: yinzhongyi Date: Wed, 11 Jul 2018 20:37:42 +0800 Subject: Add build rsocket in build.sh and Build_DMM.md Change-Id: I776d6a851b684025fd24bd459ea3cac02dd69e2c Signed-off-by: yinzhongyi --- resources/extras/Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/extras') diff --git a/resources/extras/Vagrantfile b/resources/extras/Vagrantfile index c3107c9..969c91f 100644 --- a/resources/extras/Vagrantfile +++ b/resources/extras/Vagrantfile @@ -8,7 +8,8 @@ Vagrant.configure(2) do |config| if distro == 'centos7' config.vm.box = "puppetlabs/centos-7.2-64-nocm" else - config.vm.box = "fdio-csit/ubuntu-14.04.4_2016-05-25_1.0" + #config.vm.box = "fdio-csit/ubuntu-14.04.4_2016-05-25_1.0" + config.vm.box = "puppetlabs/ubuntu-16.04-64-nocm" end config.vm.box_check_update = false -- cgit 1.2.3-korg