diff --git a/cookbooks/bcpc-hadoop/Berksfile b/cookbooks/bcpc-hadoop/Berksfile index a9b60f63a..0f8864084 100644 --- a/cookbooks/bcpc-hadoop/Berksfile +++ b/cookbooks/bcpc-hadoop/Berksfile @@ -3,4 +3,5 @@ source 'https://supermarket.chef.io' cookbook 'bcpc', path: File.expand_path('../../bcpc', __FILE__) cookbook 'cobblerd', git: 'https://github.com/bloomberg/cobbler-cookbook.git' +cookbook 'smartsense-chef', git: 'https://github.com/dbist/smartsense-chef.git' metadata diff --git a/stub-environment/roles/BCPC-Hadoop-Head.json b/stub-environment/roles/BCPC-Hadoop-Head.json index 6177fcad4..6c9a721c6 100644 --- a/stub-environment/roles/BCPC-Hadoop-Head.json +++ b/stub-environment/roles/BCPC-Hadoop-Head.json @@ -24,7 +24,9 @@ "recipe[bcpc-hadoop::zookeeper_server]", "recipe[bcpc-hadoop::journalnode]", "recipe[bcpc-hadoop::graphite_to_zabbix]", - "recipe[bcpc_jmxtrans]" + "recipe[bcpc_jmxtrans]", + "recipe[smartsense-chef::default]", + "recipe[smartsense-chef::smartsense_server]" ], "description": "A highly-available head node in a BCPC Hadoop cluster", "chef_type": "role", diff --git a/stub-environment/roles/BCPC-Hadoop-Worker.json b/stub-environment/roles/BCPC-Hadoop-Worker.json index b777e3c95..23ed526ac 100644 --- a/stub-environment/roles/BCPC-Hadoop-Worker.json +++ b/stub-environment/roles/BCPC-Hadoop-Worker.json @@ -23,7 +23,8 @@ "recipe[bcpc-hadoop::mahout]", "recipe[bcpc-hadoop::oozie_client]", "recipe[bcpc::diamond]", - "recipe[bcpc_jmxtrans]" + "recipe[bcpc_jmxtrans]", + "recipe[smartsense-chef::default]" ], "description": "A highly-available head node in a BCPC Hadoop cluster", "chef_type": "role",