diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-17 16:16:53 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-17 16:16:57 -0500 |
commit | 766b10e485b7e830c957e134ad6dc2f79c2445eb (patch) | |
tree | 4ae1504e2dd0fa373cb466014b472b564f40b632 /bootstrap | |
parent | dbdc30ad2cd10a1b6a38885f51f64ff169dfe4a4 (diff) |
Rename SDC script for asdc
Change-Id: I9ad0ca53bb8377c56aed58ba66886337b68716a8
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-100
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 4 | ||||
-rwxr-xr-x | bootstrap/vagrant-onap/lib/asdc (renamed from bootstrap/vagrant-onap/lib/sdc) | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/bootstrap/vagrant-onap/lib/sdc b/bootstrap/vagrant-onap/lib/asdc index d3619f569..0c09b0b64 100755 --- a/bootstrap/vagrant-onap/lib/sdc +++ b/bootstrap/vagrant-onap/lib/asdc @@ -99,8 +99,8 @@ function install_sdc { bash /data/scripts/docker_run.sh -e $ENV_NAME -r $RELEASE -p $NEXUS_DOCKER_PORT } -# init_sdc() - Function that initialize SDC services -function init_sdc { +# init_asdc() - Function that initialize SDC services +function init_asdc { mount_external_partition init_data_folders setup_docker_aliases |