diff options
Diffstat (limited to 'ci/deploy')
-rwxr-xr-x | ci/deploy/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index 050219bf..e79433a7 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -61,7 +61,7 @@ POD_NAME='' TARGET_HOSTS_NUM=0 DRY_RUN=0 IS_BARE=1 -VM_MULTINODE=("computer01" "computer02" "controller01" "controller02" "controller03") +VM_MULTINODE=("computer01" "computer02" "computer03" "computer04" "controller01") # # END of variables to customize ############################################################################ |