OSDN Git Service

delete the unnecessary roles.
authorwhitestar <whitestar@gaea.test>
Sat, 29 Jun 2013 12:46:58 +0000 (21:46 +0900)
committerwhitestar <whitestar@gaea.test>
Sat, 29 Jun 2013 12:46:58 +0000 (21:46 +0900)
roles/datanode.rb [deleted file]
roles/namenode.rb [deleted file]

diff --git a/roles/datanode.rb b/roles/datanode.rb
deleted file mode 100644 (file)
index 30792fc..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-name "datanode"
-description "The DataNode role of Hadoop"
-run_list \
-  "recipe[node_commons]",
-  "recipe[hadoop]"
-#run_list "recipe[apache2]", "recipe[apache2::mod_ssl]", "role[monitor]"
-#env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
-#default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
-#override_attributes "apache2" => { "max_children" => "50" }
diff --git a/roles/namenode.rb b/roles/namenode.rb
deleted file mode 100644 (file)
index be374cd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-name 'namenode'
-description 'The NameNode role of Hadoop'
-
-run_list(
-  'recipe[node_commons]',
-  'role[hadoop]'
-)
-
-#env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
-#default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
-#override_attributes "apache2" => { "max_children" => "50" }