Skip to content

Commit

Permalink
Merge pull request #1713 from SUSE-Cloud/timescaling
Browse files Browse the repository at this point in the history
mkcloud-common: add want_timescaling
  • Loading branch information
bmwiedemann committed Feb 22, 2017
2 parents fe6e0a2 + 7b29bd7 commit 6471c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/mkcloud-common.sh
Expand Up @@ -30,6 +30,7 @@ function wait_for
local error_cmd=${5:-'exit 11'}

local original_xstatus=${-//[^x]/}
timesleep=$((timesleep*${want_timescaling:-1}))
set +x
echo "Waiting for: $waitfor"
echo " until this condition is true: $condition"
Expand Down
2 changes: 2 additions & 0 deletions scripts/lib/qa_crowbarsetup-help.sh
Expand Up @@ -30,6 +30,8 @@ function qacrowbarsetup_help
want_node_roles=controller=1,compute=2,storage=3
want_test_updates=0 | 1 (default=1 if TESTHEAD is set, 0 otherwise)
add test update repositories
want_timescaling=2 (default 1)
increase all wait_for sleeps by this factor
want_sbd=1 (default 0)
Setup SBD over iSCSI for cluster nodes, with iSCSI target on admin node. Only usable for HA configuration.
want_devel_repos=list of Devel Projects to use for other products
Expand Down

0 comments on commit 6471c2c

Please sign in to comment.