diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2018-11-22 08:47:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-22 08:47:46 +0000 |
commit | 22028ac4a1518aadf665996de16ca1a4e9f40ccb (patch) | |
tree | 0a8c84d99d1965239047222381d06a356778d91e | |
parent | 3fef67294b7e2b880217e2e1e0cafee6e4d6e9bc (diff) | |
parent | 20dcc03e2acd0d143723c3c319f73c19d894718c (diff) |
Merge "[state] maas: Retry first state apply on mas01"
-rwxr-xr-x | mcp/config/states/maas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/config/states/maas b/mcp/config/states/maas index f321b7160..2764067da 100755 --- a/mcp/config/states/maas +++ b/mcp/config/states/maas @@ -78,7 +78,7 @@ if [ "${ERASE_ENV}" -gt 1 ]; then fi # MaaS rack/region controller, node commissioning -salt -C 'mas01*' state.apply linux,salt,openssh,ntp +wait_for 10.0 "salt -C 'mas01*' state.apply linux,salt,openssh,ntp" salt -C 'mas01*' state.apply maas.pxe_nat salt -C 'mas01*' state.apply maas.cluster |