states: maas: Retry applying VCP VMs linux state 33/39833/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 22 Aug 2017 00:19:34 +0000 (02:19 +0200)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 22 Aug 2017 05:21:36 +0000 (05:21 +0000)
Running a heavy state like `linux` on all nodes (including VCP VMs)
might time out the first time on slower systems.

Change-Id: I21a3ad380afafa833f59e14da86aff92e254e9c7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/config/states/maas

index 73deb48..fa5e446 100755 (executable)
@@ -69,4 +69,4 @@ done
 
 salt -C '* and not cfg01* and not mas01*' saltutil.sync_all
 salt -C '* and not cfg01* and not mas01*' state.apply salt
-salt -C '* and not cfg01* and not mas01*' state.apply linux,ntp
+wait_for "salt -C '* and not cfg01* and not mas01*' state.apply linux,ntp"