From commits-return-4042-archive-asf-public=cust-asf.ponee.io@bigtop.apache.org Wed Jun 13 04:13:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E5DBB180608 for ; Wed, 13 Jun 2018 04:13:13 +0200 (CEST) Received: (qmail 11725 invoked by uid 500); 13 Jun 2018 02:13:12 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 11716 invoked by uid 99); 13 Jun 2018 02:13:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2018 02:13:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC62FE0C5E; Wed, 13 Jun 2018 02:13:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: junhe@apache.org To: commits@bigtop.apache.org Message-Id: <7d6fc179f6434b6d82f5eb19a3e45343@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-3035: Provisioner failed because init is missed in Debian-9 Date: Wed, 13 Jun 2018 02:13:12 +0000 (UTC) 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 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 Authored: Fri Jun 8 14:26:11 2018 +0800 Committer: Jun He 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