Changes between Version 2 and Version 3 of Old/NodeHandler/GridService
- Timestamp:
- Mar 16, 2006, 9:05:59 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/GridService
v2 v3 30 30 6) In nodeSet.rb, 31 31 def pxeImage(image, imageName = nil) 32 change the string that is assigned to @pxePrefix 33 The existing code has been commented out and also comments indicate the new code 34 added. 32 change the string that is assigned to @pxePrefix.The existing code has been commented out and 33 also comments indicate the new code added. 35 34 end 36 35 37 36 7) In nodeSet.rb, 38 the calls to the function setPxeEnv has been commented and an new function 39 setPxeEnvMulti has been implemented. 40 41 42 37 the calls to the function setPxeEnv has been commented and an new function setPxeEnvMulti has 38 been implemented.