Repository: bigtop
Updated Branches:
  refs/heads/master f993cdb6d -> 1381609af


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 <ju...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1381609a
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1381609a
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1381609a

Branch: refs/heads/master
Commit: 1381609af3f645b0802d0692e10e756cc5cc325c
Parents: f993cdb
Author: Jun He <jun...@linaro.org>
Authored: Fri Jun 8 14:26:11 2018 +0800
Committer: Jun He <ju...@apache.org>
Committed: Wed Jun 13 02:12:33 2018 +0000

----------------------------------------------------------------------
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/1381609a/bigtop_toolchain/bin/puppetize.sh
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/bin/puppetize.sh 
b/bigtop_toolchain/bin/puppetize.sh
index ab5e5a9..b438f44 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

Reply via email to