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/reclass/classes/system | 2 +- mcp/scripts/salt.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'mcp') diff --git a/mcp/reclass/classes/system b/mcp/reclass/classes/system index e0ea6a295..642199251 160000 --- a/mcp/reclass/classes/system +++ b/mcp/reclass/classes/system @@ -1 +1 @@ -Subproject commit e0ea6a295634951cc7e7f51d7652c50f2401605e +Subproject commit 642199251a72b38d9bce7e505bd778cf4b7dff82 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