diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-23 17:02:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-23 17:02:23 +0000 |
commit | 23f8914490b2eed35f784da6b97b23ab8e4dec5b (patch) | |
tree | 7924219c0f1e8d5a536396e1a4b6a890d9de7608 /bootstrap/vagrant-onap/lib | |
parent | 3070b99a935d7990f60389a312921241fb4a2b7a (diff) | |
parent | 1461312e7a63dec5e20b3fafd27d67609d7870cd (diff) |
Merge "Documented the process to use provisining scripts"
Diffstat (limited to 'bootstrap/vagrant-onap/lib')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/_onap_functions | 1 | ||||
-rwxr-xr-x | bootstrap/vagrant-onap/lib/aai | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/_onap_functions b/bootstrap/vagrant-onap/lib/_onap_functions index 12ac1768b..9e06010ed 100755 --- a/bootstrap/vagrant-onap/lib/_onap_functions +++ b/bootstrap/vagrant-onap/lib/_onap_functions @@ -66,6 +66,7 @@ function _configure_maven { fi fi + mkdir -p $(dirname $mvn_conf_file) if [ ! -f $mvn_conf_file ]; then if [[ "$enable_oparent" == "True" ]]; then clone_repo oparent diff --git a/bootstrap/vagrant-onap/lib/aai b/bootstrap/vagrant-onap/lib/aai index faf916d9b..2b7f98106 100755 --- a/bootstrap/vagrant-onap/lib/aai +++ b/bootstrap/vagrant-onap/lib/aai @@ -183,7 +183,7 @@ function init_aai { compile_aai_repos setup_titan - start_aai_microservices + #start_aai_microservices mkdir -p /opt/openecomp/aai/logs mkdir -p /opt/openecomp/aai/data |