salt.sh: DEBIAN_FRONTEND=noninteractive 53/45153/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 15 Oct 2017 22:19:57 +0000 (00:19 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 15 Oct 2017 22:19:57 +0000 (00:19 +0200)
Change-Id: Ibb1e78563043298dffdb4b7e9091d3f582e189fc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/scripts/salt.sh

index 3bb17f0..a1bf644 100755 (executable)
@@ -50,6 +50,7 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s -e << SALT_INSTALL_END
   cd ${OPNFV_FUEL_DIR}/mcp/patches && ./patch.sh patches.list reclass
 
   cd /srv/salt/scripts
+  export DEBIAN_FRONTEND=noninteractive
   BOOTSTRAP_SALTSTACK_OPTS=" -r -dX stable 2016.11 " \
     MASTER_HOSTNAME=cfg01.${CLUSTER_DOMAIN} DISTRIB_REVISION=nightly \
       EXTRA_FORMULAS="nfs" \