aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/Vagrantfile
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-06 01:15:59 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-06 01:15:59 +0000
commitcc141af9a93eef61437909ba301e0331b3b3c749 (patch)
tree648c52c64cbe8cd345a1f9b2c1c40ebced3dc5fb /bootstrap/vagrant-onap/Vagrantfile
parentb02f266d32c28cad89e63825403150c66df32607 (diff)
parent6cc4a43c4ad20af22c0587522455c580c5751e97 (diff)
Merge "Add VFC LCM docker image build in Vagrant ONAP"
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r--bootstrap/vagrant-onap/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile
index ff3590882..148d8ed48 100644
--- a/bootstrap/vagrant-onap/Vagrantfile
+++ b/bootstrap/vagrant-onap/Vagrantfile
@@ -345,6 +345,7 @@ Vagrant.configure("2") do |config|
vfc.vm.provider "openstack" do |v|
v.server_name = 'vfc'
end
+ vfc.vm.provision 'docker'
vfc.vm.provision 'shell' do |s|
s.path = 'vagrant_utils/postinstall.sh'
s.args = ['vfc']