From: Alexandru Avadanii Date: Sat, 30 Dec 2017 15:18:41 +0000 (+0100) Subject: salt: Use apt-mk 'stable' distribution X-Git-Tag: opnfv-6.0.0~178 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F49777%2F1;p=fuel.git salt: Use apt-mk 'stable' distribution 'nightly' repo dist from apt-mk is broken, so switch to 'stable'. Change-Id: Ie12dfc2a499910b8b98a63886ba16044e66435f5 Signed-off-by: Alexandru Avadanii --- diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index d687e3efa..d2930be8a 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -72,7 +72,7 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s -e << SALT_INSTALL_END export DEBIAN_FRONTEND=noninteractive OLD_DOMAIN=\$(grep -Pzo "id: cfg01\.\K(\S*)" /etc/salt/minion.d/minion.conf) || true BOOTSTRAP_SALTSTACK_OPTS=" -r -dX stable 2016.11 " \ - MASTER_HOSTNAME=cfg01.${CLUSTER_DOMAIN} DISTRIB_REVISION=nightly \ + MASTER_HOSTNAME=cfg01.${CLUSTER_DOMAIN} DISTRIB_REVISION=stable \ EXTRA_FORMULAS="nfs" \ ./salt-master-init.sh salt-key -Ay