aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/Vagrantfile
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-18 18:44:18 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-18 18:44:18 +0000
commit9c47b8a0659920547f439c1060e7a408948a4096 (patch)
tree998d57d141997d3ea2525432cd6742bf15ace69c /bootstrap/vagrant-onap/Vagrantfile
parentdc9d45aa3a068455b00d08b8f82f7568be32a00a (diff)
parent766b10e485b7e830c957e134ad6dc2f79c2445eb (diff)
Merge "Rename SDC script for asdc"
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r--bootstrap/vagrant-onap/Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile
index 50c18c76b..4b32fef97 100644
--- a/bootstrap/vagrant-onap/Vagrantfile
+++ b/bootstrap/vagrant-onap/Vagrantfile
@@ -158,7 +158,7 @@ Vagrant.configure("2") do |config|
end
all_in_one.vm.provision 'shell' do |s|
s.path = 'vagrant_utils/postinstall.sh'
- s.args = ['mr', 'sdc', 'aai', 'mso', 'robot', 'vid', 'sdnc', 'portal', 'dcae', 'policy', 'appc', 'vfc']
+ s.args = ['mr', 'asdc', 'aai', 'mso', 'robot', 'vid', 'sdnc', 'portal', 'dcae', 'policy', 'appc', 'vfc']
s.env = conf
end
end
@@ -215,7 +215,7 @@ Vagrant.configure("2") do |config|
end
sdc.vm.provision 'shell' do |s|
s.path = 'vagrant_utils/postinstall.sh'
- s.args = ['sdc']
+ s.args = ['asdc']
s.env = conf
end
end