diff options
author | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2017-09-05 13:26:19 -0700 |
---|---|---|
committer | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2017-09-05 13:31:46 -0700 |
commit | 6cc4a43c4ad20af22c0587522455c580c5751e97 (patch) | |
tree | 0fe7e0c7f79edf0e9c980336ee9c427ef781e3f4 /bootstrap/vagrant-onap/Vagrantfile | |
parent | e51891b6827f33390d4e81ac34222d862ad24880 (diff) |
Add VFC LCM docker image build in Vagrant ONAP
This patch adds support for building docker image
for the VFC NFVO LCM repo.
Change-Id: I5aa999a872bc727959180389ff354c029af513a0
Issue-Id: INT-136
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
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'] |