aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authoryinzhongyi <yinzhongyi@huawei.com>2018-07-11 20:37:42 +0800
committeryinzhongyi <yinzhongyi@huawei.com>2018-07-12 16:48:56 +0800
commit4cfebdd30a88eb27e9f8baa6634005239851bf02 (patch)
treedef3086761094210c02d4d2d883b61635bb41e9d /resources
parent6407560ec2d98a52b05b46513995483947110866 (diff)
Add build rsocket in build.sh and Build_DMM.md
Change-Id: I776d6a851b684025fd24bd459ea3cac02dd69e2c Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/extras/Vagrantfile3
1 files changed, 2 insertions, 1 deletions
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