aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-24 11:41:38 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-24 11:41:38 +0200
commit5680621a7c6a410bd42f8fda1be9d8f3d6622618 (patch)
treed4644ef84fd2a32db96944afce87273d5a943dfc
parent80b864230e9ca7ce586bc279c1c035ecf2627eac (diff)
Set the 'noninteractive' frontend for debconf
Docker installation script doesn't set debconf fronted explicitly thus default interactive was used and the runcmd was stalling. Change-Id: If9bf60c71f96d010ff1dac4f333a8bf07d5c032c Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r--deployment/src/simulators_heat_template.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/src/simulators_heat_template.yaml b/deployment/src/simulators_heat_template.yaml
index 1b6d4ba..ea4b44b 100644
--- a/deployment/src/simulators_heat_template.yaml
+++ b/deployment/src/simulators_heat_template.yaml
@@ -70,6 +70,7 @@ resources:
}
docker_install_and_configure () {
+ export DEBIAN_FRONTEND=noninteractive
curl "https://releases.rancher.com/install-docker/$DOCKER_VERSION.sh" | sh
mkdir -p /etc/systemd/system/docker.service.d/
cat > /etc/systemd/system/docker.service.d/docker.conf << EOF