aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun He <jun.he@linaro.org>2018-06-08 14:26:11 +0800
committerJun He <junhe@apache.org>2018-06-13 02:12:33 +0000
commit1381609af3f645b0802d0692e10e756cc5cc325c (patch)
treeacd886951149c9c08174340e787825122e9d7ab9
parentf993cdb6db1135e3b1a1c7f001a95c256ac0155f (diff)
BIGTOP-3035: Provisioner failed because init is missed in Debian-9
In provisioner/docker/docker-compose.yml, /sbin/init is used as entrypoint. But this cmd is missed on Debian-9, which causes smoke test/provisioner failure. This closes #368 Change-Id: I4c3aac74f8299b23966ea8a5c30a1513c734f889 Signed-off-by: Jun He <junhe@apache.org>
-rwxr-xr-xbigtop_toolchain/bin/puppetize.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh
index ab5e5a9b..b438f44a 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -32,7 +32,7 @@ case ${ID}-${VERSION_ID} in
;;
debian-9*)
apt-get update
- apt-get -y install wget curl sudo unzip puppet puppet-module-puppetlabs-apt puppet-module-puppetlabs-stdlib
+ apt-get -y install wget curl sudo unzip puppet puppet-module-puppetlabs-apt puppet-module-puppetlabs-stdlib systemd-sysv
;;
opensuse-42.3)
zypper --gpg-auto-import-keys install -y curl sudo unzip wget puppet suse-release ca-certificates-mozilla net-tools tar