From 476fd41a6200ba17bfd30719b62ed5e07075c77d Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 30 Aug 2017 14:24:05 +0400 Subject: Update salt init scripts source Change-Id: I269e397b78d55794b1c49bf582cc0e663cbe9ca6 Signed-off-by: Michael Polenchuk --- mcp/scripts/salt.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mcp/scripts/salt.sh') diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index 36ee27b89..9f88f1c77 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -34,10 +34,9 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s << SALT_INSTALL_END while [ ! -f /var/lib/cloud/instance/boot-finished ]; do echo -n '.'; sleep 1; done echo ' done' - DEBIAN_FRONTEND=noninteractive apt-get install -y git curl subversion + DEBIAN_FRONTEND=noninteractive apt-get install -y git curl - svn export --force \ - https://github.com/salt-formulas/salt-formulas/trunk/deploy/scripts /srv/salt/scripts + git clone --depth=1 https://github.com/salt-formulas/salt-formulas-scripts /srv/salt/scripts mv ${OPNFV_TMP_DIR} ${OPNFV_FUEL_DIR} && chown -R root.root ${OPNFV_FUEL_DIR} ln -s ${OPNFV_FUEL_DIR}/mcp/reclass /srv/salt/reclass -- cgit 1.2.3-korg