From baccdc43292c3f33fd697e5b67b2867e2ea73c71 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 9 Aug 2017 15:15:36 +0400 Subject: Synchronize down all of the dynamic modules Sync all of the salt dynamic modules to make sure custom modules, states, grains & etc. are on the target nodes. Change-Id: I04f2ac0465d5381c4c07623e9383619d9b9731de Signed-off-by: Michael Polenchuk --- mcp/scripts/salt.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/scripts/salt.sh') diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index ae64143c5..8229d2486 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -55,6 +55,7 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s << SALT_INSTALL_END cd ${OPNFV_FUEL_DIR}/mcp/patches && ./patch.sh patches.list formulas salt-call state.apply salt + salt '*' saltutil.sync_all salt '*' state.apply salt | fgrep -q 'No response' && salt '*' state.apply salt salt -C 'I@salt:master' state.sls linux -- cgit 1.2.3-korg