diff options
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 |