Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fd1830c
)
states: maas: Retry applying VCP VMs linux state
33/39833/2
author
Alexandru Avadanii
<Alexandru.Avadanii@enea.com>
Tue, 22 Aug 2017 00:19:34 +0000
(
02:19
+0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/mcp/config/states/maas
b/mcp/config/states/maas
index
73deb48
..
fa5e446
100755
(executable)
--- a/
mcp/config/states/maas
+++ b/
mcp/config/states/maas
@@
-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"