From: Bartek Grzybowski Date: Wed, 24 Jun 2020 09:41:38 +0000 (+0200) Subject: Set the 'noninteractive' frontend for debconf X-Git-Tag: 1.0.2~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5680621a7c6a410bd42f8fda1be9d8f3d6622618;p=integration%2Fsimulators%2Fpnf-simulator.git 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 --- 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