OSDN Git Service

add pleiades node JSON files.
authorwhitestar <whitestar@gaea.test>
Wed, 26 Jun 2013 10:47:16 +0000 (19:47 +0900)
committerwhitestar <whitestar@gaea.test>
Wed, 26 Jun 2013 10:47:16 +0000 (19:47 +0900)
nodes/dn00.grid.example.com.json [new file with mode: 0644]
nodes/jt00.grid.example.com.json [new file with mode: 0644]
nodes/nn00.grid.example.com.json [new file with mode: 0644]
nodes/pxy00.grid.example.com.json [new file with mode: 0644]
nodes/wf00.grid.example.com.json [new file with mode: 0644]
roles/pleiades-dn.rb
roles/pleiades-gw.rb
roles/pleiades-jt.rb
roles/pleiades-nn.rb
roles/pleiades-pxy.rb
roles/pleiades-wf.rb

diff --git a/nodes/dn00.grid.example.com.json b/nodes/dn00.grid.example.com.json
new file mode 100644 (file)
index 0000000..79756e6
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[pleiades-dn]"
+  ]
+}
diff --git a/nodes/jt00.grid.example.com.json b/nodes/jt00.grid.example.com.json
new file mode 100644 (file)
index 0000000..a6c5cdb
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[pleiades-jt]"
+  ]
+}
diff --git a/nodes/nn00.grid.example.com.json b/nodes/nn00.grid.example.com.json
new file mode 100644 (file)
index 0000000..6532247
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[pleiades-nn]"
+  ]
+}
diff --git a/nodes/pxy00.grid.example.com.json b/nodes/pxy00.grid.example.com.json
new file mode 100644 (file)
index 0000000..6cdeaab
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[pleiades-pxy]"
+  ]
+}
diff --git a/nodes/wf00.grid.example.com.json b/nodes/wf00.grid.example.com.json
new file mode 100644 (file)
index 0000000..07f54c3
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "run_list": [
+    "role[pleiades-wf]"
+  ]
+}
index b45bd1d..1060e42 100644 (file)
@@ -4,7 +4,7 @@ description 'Pleiades DataNode node'
 run_list(
   'role[grid-realm]',
   'role[ganglia-gmond]',
-  'role[pleiades-node]'
+#  'role[pleiades-node]'
 )
 
 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
@@ -19,10 +19,10 @@ override_attributes(
   'ganglia' => {
     # gmond
     'cluster' => {
-      'name' => 'DataNode00',
+      'name' => 'DataNode00000',
       'owner' => 'grid.example.com'
     },
-    # multi-cast
+    ## multi-cast
     'udp_send_channels' => [
       {
         'mcast_join' => mcast_addr,
index bbe63c6..3e15a1a 100644 (file)
@@ -23,6 +23,7 @@ override_attributes(
       'name' => 'Gateway',
       'owner' => 'grid.example.com'
     },
+    # multi-cast
     'udp_send_channels' => [
       {
         'mcast_join' => mcast_addr,
@@ -39,7 +40,7 @@ override_attributes(
       }
     ]
 =begin
-    ## unicast
+    ## uni-cast
     'udp_send_channels' => [
       {
         'mcast_join' => '',
index 37d2bfc..937cfd9 100644 (file)
@@ -4,7 +4,7 @@ description 'Pleiades JobTracker node'
 run_list(
   'role[grid-realm]',
   'role[ganglia-gmond]',
-  'role[pleiades-node]'
+#  'role[pleiades-node]'
 )
 
 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
@@ -22,6 +22,7 @@ override_attributes(
       'name' => 'JobTracker',
       'owner' => 'grid.example.com'
     },
+    ## multi-cast
     'udp_send_channels' => [
       {
         'mcast_join' => mcast_addr,
@@ -38,7 +39,7 @@ override_attributes(
       }
     ]
 =begin
-    ## unicast
+    ## uni-cast
     'udp_send_channels' => [
       {
         'mcast_join' => '',
index d211027..3cf7143 100644 (file)
@@ -4,7 +4,7 @@ description 'Pleiades NameNode node'
 run_list(
   'role[grid-realm]',
   'role[ganglia-gmond]',
-  'role[pleiades-node]'
+#  'role[pleiades-node]'
 )
 
 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
@@ -22,6 +22,7 @@ override_attributes(
       'name' => 'NameNode',
       'owner' => 'grid.example.com'
     },
+    ## multi-cast
     'udp_send_channels' => [
       {
         'mcast_join' => mcast_addr,
@@ -38,7 +39,7 @@ override_attributes(
       }
     ]
 =begin
-    ## unicast
+    ## uni-cast
     'udp_send_channels' => [
       {
         'mcast_join' => '',
index dcf73d7..a937ffe 100644 (file)
@@ -21,6 +21,7 @@ override_attributes(
       'name' => 'Proxy',
       'owner' => 'grid.example.com'
     },
+    ## multi-cast
     'udp_send_channels' => [
       {
         'mcast_join' => mcast_addr,
@@ -37,7 +38,7 @@ override_attributes(
       }
     ]
 =begin
-    ## unicast
+    ## uni-cast
     'udp_send_channels' => [
       {
         'mcast_join' => '',
index 9896d9a..fae1811 100644 (file)
@@ -21,6 +21,7 @@ override_attributes(
       'name' => 'Workflow',
       'owner' => 'grid.example.com'
     },
+    ## multi-cast
     'udp_send_channels' => [
       {
         'mcast_join' => mcast_addr,
@@ -37,7 +38,7 @@ override_attributes(
       }
     ]
 =begin
-    ## unicast
+    ## uni-cast
     'udp_send_channels' => [
       {
         'mcast_join' => '',