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/vagrant-onap/lib | |
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/vagrant-onap/lib')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/asdc (renamed from bootstrap/vagrant-onap/lib/sdc) | 4 |
1 files changed, 2 insertions, 2 deletions
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 |