Skip to content
Snippets Groups Projects
Commit cf0e34a4 authored by garciadeblas's avatar garciadeblas
Browse files

full_install: create config and log osm folders


Change-Id: I519df03f4223a01283d85c097622bf6a37335950
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 20b9bd38
No related branches found
No related tags found
No related merge requests found
......@@ -581,6 +581,13 @@ EONG
echo "Finished generation of docker images"
}
function generate_config_log_folders() {
echo "Generating config and log folders"
sudo mkdir -p /etc/osm
sudo mkdir -p /var/log/osm
echo "Finished generation of config and log folders"
}
function generate_docker_env_files() {
echo "Generating docker env files"
OSMLCM_VCA_HOST=`juju show-controller|grep api-endpoints|awk -F\' '{print $2}'|awk -F\: '{print $1}'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment