Skip to content

Instantly share code, notes, and snippets.

@srics
Created July 15, 2016 21:58
Show Gist options
  • Save srics/72b6b65c484f942f939bbd9564097bc0 to your computer and use it in GitHub Desktop.
Save srics/72b6b65c484f942f939bbd9564097bc0 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Add all VNFD samples in tacker/samples/tosca-templates dir
TACKER_DIR=/opt/stack/tacker
if [ -d $TACKER_DIR ]; then
for samplevnfd in $TACKER_DIR
echo "Adding $samplevnfd to Tacker NFV Catalog"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment