diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-05-10 18:33:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-10 18:33:57 +0000 |
commit | 6aa7b972efaf51dd1bb2c1dbd7186b8f4625cab7 (patch) | |
tree | 87f41ef23c1d8f86694ad702475041864a2282b4 /ci | |
parent | 1bdb77a1eb996ee97279b92a39ca64114bf38b03 (diff) | |
parent | 77292692742145292a818b7322dd17740650b805 (diff) |
Merge "deploy.sh: do not expect a parameter for -h"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index d83bba2f4..dc13f1c77 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -40,6 +40,7 @@ OPTIONS: -f Deploy on existing Fuel master -e Do not launch environment deployment -F Do only create a Fuel master + -h Print this message and exit -H No health check -l Lab-name -p Pod-name @@ -62,6 +63,7 @@ Input parameters to the build script is: -f Deploy on existing Fuel master -e Do not launch environment deployment -F Do only create a Fuel master +-h Print this message and exit -H Do not run fuel built in health-check after successfull deployment -l Lab name as defined in the configuration directory, e.g. lf -p POD name as defined in the configuration directory, e.g. pod-1 @@ -116,7 +118,7 @@ DRY_RUN=0 ############################################################################ # BEGIN of main # -while getopts "b:B:dfFHl:p:s:S:i:h:e" OPTION +while getopts "b:B:dfFHl:p:s:S:i:he" OPTION do case $OPTION in b) |