diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-06 19:51:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-06 19:51:43 +0000 |
commit | 72309a201dcc1f9eaed561175111e491a1052033 (patch) | |
tree | de416bc8ee5ef1ce2b6ce7f8b9b524a25ad54b27 /mcp/scripts/lib_template.sh | |
parent | 37c500cc2cdf4ac98626d762bcdbbef13d213248 (diff) | |
parent | 5df649ca9b6d54631f6e386f6e5b61d047839973 (diff) |
Merge "[docs] Refresh for Gambia release" into stable/gambia
Diffstat (limited to 'mcp/scripts/lib_template.sh')
-rw-r--r-- | mcp/scripts/lib_template.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mcp/scripts/lib_template.sh b/mcp/scripts/lib_template.sh index daa04441b..980827c7a 100644 --- a/mcp/scripts/lib_template.sh +++ b/mcp/scripts/lib_template.sh @@ -31,9 +31,6 @@ function do_templates_scenario { LOCAL_PDF="${image_dir}/$(basename "${BASE_CONFIG_PDF}")" LOCAL_IDF="${image_dir}/$(basename "${BASE_CONFIG_IDF}")" - # Make sample PDF/IDF available via default lab-config (pharos submodule) - ln -sf "$(readlink -f "../config/labs/local")" "./pharos/labs/" - # Expand scenario file and main reclass input (pod_config.yaml) based on PDF if ! curl --create-dirs -o "${LOCAL_PDF}" "${BASE_CONFIG_PDF}"; then notify_e "[ERROR] Could not retrieve PDF (Pod Descriptor File)!" |