Changes between Version 7 and Version 8 of Old/NodeHandler/GridService


Ignore:
Timestamp:
Mar 20, 2006, 3:48:43 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/GridService

    v7 v8  
    1 '''Backward compatibility between the Ruby version of CMC, PXE and the nodeHandler'''
     1'''Backward compatibility between the Ruby version of CMC, PXE and the nodeHandler (Changes only in NodeHandler)'''
    22
    331) The handler directory has a new cmc.rb file. Checkout the latest handler/cmc.rb
     
    2424      def pxeImage(image, imageName = nil) : change the string that is assigned to @pxePrefix.The existing code
    2525      has been commented out and also comments indicate the new code added. The calls to the function setPxeEnv
    26       has been commented and an new function setPxeEnvMulti has been implemented.       
     26      has been commented and an new function setPxeEnvMulti has been implemented.
     27
     28'''Backward compatibility between the Ruby version of CMC, PXE and the nodeHandler (Changes only in CMC and PXE)'''
     29
     301) The pxe.rb file from version rel-3.2.3 has been used.
     31
     322) The following changes have been made to cmc.rb,
     33    a) def CMCService.mount(prefix = '/cmc')
     34          <service name="off">
     35             <info>Switch on a node at a specific coordinate</info>
     36             <args><arg name="x" value="x_coord"/></args>
     37             <args><arg name="y" value="y_coord"/></args>
     38          </service>
     39
     40          GridService.mount("#{prefix}/off", SwitchOffNodeServlet)
     41        ''The above lines have been added''
     42   
     43    b) "class SwitchOffNodeServlet" ''has been added''.