diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-06 01:15:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 01:15:59 +0000 |
commit | cc141af9a93eef61437909ba301e0331b3b3c749 (patch) | |
tree | 648c52c64cbe8cd345a1f9b2c1c40ebced3dc5fb /bootstrap/vagrant-onap/Vagrantfile | |
parent | b02f266d32c28cad89e63825403150c66df32607 (diff) | |
parent | 6cc4a43c4ad20af22c0587522455c580c5751e97 (diff) |
Merge "Add VFC LCM docker image build in Vagrant ONAP"
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 1 |
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'] |