diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-18 18:44:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-18 18:44:18 +0000 |
commit | 9c47b8a0659920547f439c1060e7a408948a4096 (patch) | |
tree | 998d57d141997d3ea2525432cd6742bf15ace69c /bootstrap/vagrant-onap/lib | |
parent | dc9d45aa3a068455b00d08b8f82f7568be32a00a (diff) | |
parent | 766b10e485b7e830c957e134ad6dc2f79c2445eb (diff) |
Merge "Rename SDC script for asdc"
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 |