Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C272E200C5E for ; Sat, 22 Apr 2017 19:46:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BB95E160BA2; Sat, 22 Apr 2017 17:46:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0FA35160B91 for ; Sat, 22 Apr 2017 19:46:25 +0200 (CEST) Received: (qmail 24372 invoked by uid 500); 22 Apr 2017 17:46:25 -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 24363 invoked by uid 99); 22 Apr 2017 17:46:25 -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; Sat, 22 Apr 2017 17:46:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 219EEE2F03; Sat, 22 Apr 2017 17:46:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oflebbe@apache.org To: commits@bigtop.apache.org Message-Id: <31a98dfef89047e1a9d2f9eadd89f560@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: puppet4: different paths Date: Sat, 22 Apr 2017 17:46:25 +0000 (UTC) archived-at: Sat, 22 Apr 2017 17:46:26 -0000 Repository: bigtop Updated Branches: refs/heads/puppet4 56f081725 -> aa23b6cee puppet4: different paths Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/aa23b6ce Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/aa23b6ce Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/aa23b6ce Branch: refs/heads/puppet4 Commit: aa23b6cee8e65a217817144185d55f2743c9b96b Parents: 56f0817 Author: Olaf Flebbe Authored: Sat Apr 22 19:45:44 2017 +0200 Committer: Olaf Flebbe Committed: Sat Apr 22 19:45:44 2017 +0200 ---------------------------------------------------------------------- provisioner/docker/docker-compose.yml | 2 +- provisioner/docker/docker-hadoop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/aa23b6ce/provisioner/docker/docker-compose.yml ---------------------------------------------------------------------- diff --git a/provisioner/docker/docker-compose.yml b/provisioner/docker/docker-compose.yml index cee849e..a20b2c5 100644 --- a/provisioner/docker/docker-compose.yml +++ b/provisioner/docker/docker-compose.yml @@ -21,6 +21,6 @@ bigtop: mem_limit: ${MEM_LIMIT} volumes: - ../../:/bigtop-home - - ./config/hiera.yaml:/etc/puppet/hiera.yaml + - ./config/hiera.yaml:/etc/puppetlabs/puppet/hiera.yaml - ./config/hieradata:/etc/puppet/hieradata - ./config/hosts:/etc/hosts http://git-wip-us.apache.org/repos/asf/bigtop/blob/aa23b6ce/provisioner/docker/docker-hadoop.sh ---------------------------------------------------------------------- diff --git a/provisioner/docker/docker-hadoop.sh b/provisioner/docker/docker-hadoop.sh index 12488a1..7921721 100755 --- a/provisioner/docker/docker-hadoop.sh +++ b/provisioner/docker/docker-hadoop.sh @@ -132,7 +132,7 @@ destroy() { } bigtop-puppet() { - docker exec $1 bash -c 'puppet apply --parser future --modulepath=/bigtop-home/bigtop-deploy/puppet/modules:/etc/puppet/modules /bigtop-home/bigtop-deploy/puppet/manifests' + docker exec $1 bash -c '/opt/puppetlabs/puppet/bin/puppet apply --modulepath=/bigtop-home/bigtop-deploy/puppet/modules:/etc/puppetlabs/code/environments/production/modules /bigtop-home/bigtop-deploy/puppet/manifests' } get-yaml-config() {