From 1461312e7a63dec5e20b3fafd27d67609d7870cd Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 22 Aug 2017 19:51:35 -0500 Subject: Documented the process to use provisining scripts It's possible to use these provisioning scripts to setup a development environment without installing vagrant on it. This commit specifies the steps and variables required for that process. Change-Id: Ica3e377f76b65c149d7ea7b805853b2e315e114c Signed-off-by: Victor Morales Issue-Id: INT-25 --- bootstrap/vagrant-onap/lib/_onap_functions | 1 + bootstrap/vagrant-onap/lib/aai | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap/lib') 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 -- cgit 1.2.3-korg