Created
July 15, 2016 21:58
-
-
Save srics/72b6b65c484f942f939bbd9564097bc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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