OSDN Git Service

update docker roles.
[metasearch/grid-chef-repo.git] / roles / pleiades-pxy.rb
index 82ac446..c9a6d4a 100644 (file)
@@ -1,3 +1,23 @@
+#
+# Copyright 2013-2014, whitestar
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+$LOAD_PATH.push("#{File.dirname(__FILE__)}/_lib")
+#${chef-repo}/roles/_lib/grid.rb
+require 'grid'
+
 name 'pleiades-pxy'
 description 'Pleiades proxy node'
 
@@ -7,11 +27,26 @@ run_list(
   'role[ganglia-gmond]'
 )
 
-mcast_addr = '239.2.11.7'
-port = '8649'
-
 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
 
+this_subcluster = Grid::CLUSTERS[:pleiades][:proxies]
+mcast_addr = this_subcluster[:mcast_addr]
+port = '8649'
+=begin
+# uni-cast
+udp_send_channels4ucast = []
+this_subcluster[:nodes].first(2).each {|host|
+  udp_send_channels4ucast.push(
+    {
+      'mcast_join' => '',
+      'host' => "#{host}.#{Grid::DOMAIN}",
+      'port' => port,
+      'ttl' => ''
+    }
+  )
+}
+=end
+
 default_attributes(
 )
 
@@ -19,8 +54,8 @@ override_attributes(
   'ganglia' => {
     # gmond
     'cluster' => {
-      'name' => 'Proxy',
-      'owner' => 'grid.example.com'
+      'name' => this_subcluster[:alias],
+      'owner' => Grid::DOMAIN
     },
     'static' => {
       ## static multi-cast
@@ -41,20 +76,7 @@ override_attributes(
       ]
 =begin
       ## static uni-cast
-      'udp_send_channels' => [
-        {
-          'mcast_join' => '',
-          'host' => "pxy00.#{this.domain}",
-          'port' => port,
-          'ttl' => ''
-        },
-        {
-          'mcast_join' => '',
-          'host' => "pxy01.#{this.domain}",
-          'port' => port,
-          'ttl' => ''
-        }
-      ],
+      'udp_send_channels' => udp_send_channels4ucast,
       'udp_recv_channels' => [
         {
           'mcast_join' => '',