From 6cc4a43c4ad20af22c0587522455c580c5751e97 Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Tue, 5 Sep 2017 13:26:19 -0700 Subject: 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 --- bootstrap/vagrant-onap/Vagrantfile | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/vagrant-onap/Vagrantfile') 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'] -- cgit 1.2.3-korg