This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 09afb60  BIGTOP-3125: [provisioner] sbin/init is missed in 
puppet:opensuse-42.3
09afb60 is described below

commit 09afb608c2f779fb5023bc8592856b2e97376191
Author: Jun He <[email protected]>
AuthorDate: Fri Jan 4 15:10:23 2019 +0800

    BIGTOP-3125: [provisioner] sbin/init is missed in puppet:opensuse-42.3
    
    The docker image, bigtop/puppet:opensuse-42.3 doesn't have /sbin/init 
installed.
    This caused docker provisioner failed.
    
    Change-Id: I48cbd25893c4d0008789335261ffecbc34175a13
    Signed-off-by: Jun He <[email protected]>
    Signed-off-by: Evans Ye <[email protected]>
---
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh 
b/bigtop_toolchain/bin/puppetize.sh
index cef6449..38d80aa 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -35,7 +35,7 @@ case ${ID}-${VERSION_ID} in
         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
+        zypper --gpg-auto-import-keys install -y curl sudo unzip wget puppet 
suse-release ca-certificates-mozilla net-tools tar systemd-sysvinit
         puppet module install puppetlabs-stdlib
         ;;
     centos-7*)

Reply via email to