Default is os-nosdn-nofeature-noha
Change-Id: I12e70552c426884269c2c7f1bfa05e1db5658bea
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
-r Remote workspace in target server, optional
-w Workdir for temporary usage, optional
-h Print this message and exit
+ -s Deployment scenario
Description:
Deploys the Daisy4NFV on the indicated lab resource
############################################################################
# BEGIN of main
#
-while getopts "b:B:Dd:n:l:p:r:w:h" OPTION
+while getopts "b:B:Dd:n:l:p:r:w:s:h" OPTION
do
case $OPTION in
b)
w)
WORKDIR=${OPTARG}
;;
+ s)
+ DEPLOY_SCENARIO=${OPTARG}
+ ;;
h)
usage
exit 0
exit 0
fi
+DEPLOY_SCENARIO=${DEPLOY_SCENARIO:-"os-nosdn-nofeature-noha"}
+
BRIDGE=${BRIDGE:-pxebr}
# read parameters from lab configuration file