Repository: bigtop
Updated Branches:
  refs/heads/master fa58b307a -> 39c1c879c


BIGTOP-2362: Enabling bigtop docker provisioner for ppc64le (ubuntu 15.04)

Signed-off-by: Olaf Flebbe <o...@fleb.be>


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

Branch: refs/heads/master
Commit: 39c1c879c302a32a19b9cbf093ef9dc42c1b62d6
Parents: fa58b30
Author: Amir Sanjar <afsan...@gmail.com>
Authored: Fri Mar 25 18:15:13 2016 +0100
Committer: Olaf Flebbe <o...@fleb.be>
Committed: Fri Mar 25 18:18:00 2016 +0100

----------------------------------------------------------------------
 .../vagrantconfig_ubuntu_ppc64le.yaml           | 32 ++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/39c1c879/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_ubuntu_ppc64le.yaml
----------------------------------------------------------------------
diff --git 
a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_ubuntu_ppc64le.yaml 
b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_ubuntu_ppc64le.yaml
new file mode 100644
index 0000000..d34ba91
--- /dev/null
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_ubuntu_ppc64le.yaml
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+docker:
+        memory_size: "4096"
+        image:  "bigtop/deploy:ubuntu-15.04-ppc64le"
+
+boot2docker:
+        memory_size: "4096"
+        number_cpus: "1"
+
+repo: 
"http://bigtop-repos.s3.amazonaws.com/releases/1.1.0/ubuntu/vivid/ppc64el";
+distro: debian
+components: [hadoop, yarn]
+namenode_ui_port: "50070"
+yarn_ui_port: "8088"
+hbase_ui_port: "60010"
+enable_local_repo: false
+smoke_test_components: [mapreduce, pig]
+jdk: "openjdk-7-jdk"

Reply via email to