aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-02-25 13:08:29 -0800
committerKonstantin Boudnik <cos@apache.org>2015-02-25 13:08:29 -0800
commitf26ddd5799807326a9ff798e03455be0bbbf89f1 (patch)
tree1e41085f512515fe3d5dd2bca5b3c59163e48488 /bigtop-deploy
parent8fafdd0c47162187d98685bb69e25fdac346c9bc (diff)
BIGTOP-1691. Heira site.yaml template needs to have repo uri
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/hieradata/site.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/hieradata/site.yaml b/bigtop-deploy/puppet/hieradata/site.yaml
index 339e2aba..bc293f86 100644
--- a/bigtop-deploy/puppet/hieradata/site.yaml
+++ b/bigtop-deploy/puppet/hieradata/site.yaml
@@ -1,4 +1,7 @@
---
+### This is very important to make sure this file doesn't contain any TAB
+### symbols instead of spaces: the hiera YAML parser will choke to death with
+### uncomprehensive error message and you'll waste a lot of time debugging it.
bigtop::hadoop_head_node: "head.node.fqdn"
#bigtop::standby_head_node: "standby.head.node.fqdn"
@@ -28,5 +31,5 @@ hadoop::hadoop_storage_dirs:
# - yarn
# - zookeeper
-# Debian:
#bigtop::jdk_package_name: "openjdk-7-jre-headless"
+#bigtop::bigtop_yumrepo_uri: "http://mirror.example.com/path/to/mirror/"