diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-02-05 03:28:45 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-02-05 06:03:27 +0100 |
commit | 5f95f52021fa08de3a0a46bdd98b0b711fec1ecc (patch) | |
tree | 07dbefc97bef40cf8867059290f63f5a69d8f813 /ci/deploy.sh | |
parent | 058c64ae668191ca8223afa581c7b3214b52fe4a (diff) |
[FN VM] Reboot VMs on jump, wait for all online
- apply `linux` state on cfg01 first, so PXE/admin IP is added and
FN VM minions are available;
- add barrier and wait for all FN VMs to register with cfg01;
- use batch-mode execution while applying `linux.network` on FN VMs;
- retry all states executed via <salt.sh> on FN VMs;
JIRA: FUEL-310
Change-Id: I72e1c565370072500df1d486fe76e6315f583c75
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 20c002674..ef941b005 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -345,7 +345,7 @@ else check_connection fi if [ ${USE_EXISTING_INFRA} -lt 2 ]; then - wait_for 5 "./salt.sh ${LOCAL_PDF_RECLASS}" + wait_for 5 "./salt.sh ${LOCAL_PDF_RECLASS} ${virtual_nodes[*]}" fi # Openstack cluster setup |