Changes between Version 4 and Version 5 of Internal/Infrastructure/OMF/GridServices/CMC


Ignore:
Timestamp:
May 16, 2006, 9:40:23 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/GridServices/CMC

    v4 v5  
    66
    77The config file for CMC is cmc.yaml in the /etc/gridservices directory.
     8
     9communicators:
     10  default:
     11    port: 9030
     12    ip: 10.1.200.1
     13primaryIF: "10.0"
     14testbeds:
     15  sb1:
     16    baseIP: 10.1.101.
     17    ip_block: lambda {|x,y| "10.1.101.#{x * 16 + y}"}
     18    x_max: 1
     19    y_max: 2
     20    node_alias: []
     21    inactive_list: "[]"
     22    12vStatus: 0.064
     23    5vStatus: 0.032
     24    3vStatus: 0.016
     25  sb2:
     26    baseIP: 10.1.102.
     27    ip_block: lambda {|x,y| "10.1.102.#{x * 16 + y}"}
     28    x_max: 1
     29    y_max: 2
     30    node_alias: []
     31    inactive_list: "[]"
     32    12vStatus: 0.064
     33    5vStatus: 0.032
     34    3vStatus: 0.016
     35  sb3:
     36    baseIP: 10.1.103.
     37    ip_block: lambda {|x,y| "10.1.103.#{x * 16 + y}"}
     38    x_max: 1
     39    y_max: 2
     40    node_alias: []
     41    inactive_list: "[]"
     42    12vStatus: 0.064
     43    5vStatus: 0.032
     44    3vStatus: 0.016
     45  sb4:
     46    baseIP: 10.1.104.
     47    ip_block: lambda {|x,y| "10.1.104.#{x * 16 + y}"}
     48    x_max: 1
     49    y_max: 2
     50    node_alias: []
     51    inactive_list: "[]"
     52    12vStatus: 0.064
     53    5vStatus: 0.032
     54    3vStatus: 0.016
     55  sb5:
     56    baseIP: 10.1.105.
     57    ip_block: lambda {|x,y| "10.1.105.#{x * 16 + y}"}
     58    x_max: 1
     59    y_max: 2
     60    node_alias: []
     61    inactive_list: "[]"
     62    12vStatus: 0.064
     63    5vStatus: 0.032
     64    3vStatus: 0.016
     65  sb6:
     66    baseIP: 10.1.106.
     67    ip_block: lambda {|x,y| "10.1.106.#{x * 16 + y}"}
     68    x_max: 1
     69    y_max: 2
     70    node_alias: []
     71    inactive_list: "[]"
     72    12vStatus: 0.064
     73    5vStatus: 0.032
     74    3vStatus: 0.016
     75  sb7:
     76    baseIP: 10.1.107.
     77    ip_block: lambda {|x,y| "10.1.107.#{x * 16 + y}"}
     78    x_max: 1
     79    y_max: 2
     80    node_alias: []
     81    inactive_list: "[]"
     82    12vStatus: 0.064
     83    5vStatus: 0.032
     84    3vStatus: 0.016
     85  sb8:
     86    baseIP: 10.1.108.
     87    ip_block: lambda {|x,y| "10.1.108.#{x * 16 + y}"}
     88    x_max: 1
     89    y_max: 2
     90    node_alias: []
     91    inactive_list: "[]"
     92    12vStatus: 0.064
     93    5vStatus: 0.032
     94    3vStatus: 0.016
     95  grid:
     96    baseIP: 10.1.
     97    ip_block: lambda {|x,y| "10.1.#{x}.#{y}"}
     98    x_max: 20
     99    y_max: 20
     100    node_alias: []
     101    inactive_list: "[]"
     102    12vStatus: 0.064
     103    5vStatus: 0.032
     104    3vStatus: 0.016
     105  sb9:
     106    baseIP: 10.1.109.
     107    ip_block: lambda {|x,y| "10.1.109.#{x * 16 + y}"}
     108    x_max: 8
     109    y_max: 8
     110    node_alias: []
     111    inactive_list: "[]"
     112    12vStatus: 0.064
     113    5vStatus: 0.032
     114    3vStatus: 0.016