Skip to content

Notes for frequently encountered problems

Bhuvan Sharma edited this page Oct 2, 2019 · 12 revisions

While editing VNF package in OSM, make sure no NS package is referencing to VNF package else it may produce errors and won't let you edit the file sometimes. --Harshita

On executing tango bench experiments, faced few configuration errors while connecting from local to Backflip1. Updating the ansible package helped in this case. --Suganthi

Unzip .tar.gz file: tar zxvf FILE_NAME Zip folder to .tar.gz file: tar -czvf TAR_FILE_NAME.tar.gz FOLDER_NAME
--Bhuvan