aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/manifests/cluster.pp
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-deploy/puppet/manifests/cluster.pp')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index 1313082b..56b6fbf4 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -144,6 +144,10 @@ $roles_map = {
},
kafka => {
master => ["kafka-server"],
+ },
+ ambari => {
+ master => ["ambari-server"],
+ worker => ["ambari-agent"],
}
}
@@ -215,7 +219,8 @@ class node_with_roles ($roles = hiera("bigtop::roles")) inherits hadoop_cluster_
"kerberos",
"zeppelin",
"kafka",
- "gpdb"
+ "gpdb",
+ "ambari",
]
deploy_module { $modules: