Changes between Version 26 and Version 27 of Internal/NewNodeAgent


Ignore:
Timestamp:
Mar 10, 2015, 9:52:54 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewNodeAgent

    v26 v27  
    304304Ivan added a bring up command (similar but independent to the configure command). The configure command. To make this work on the res-ctlr side we needed to add a BRINGUP method to agent commands and add bring up to the list allowed commands. The latter bit was done in:
    305305[http://www.orbit-lab.org/browser/omf/omf-common/ruby/omf-common/communicator/omfProtocol.rb this code].
     306
     307
     308----
     3093/10/2015:
     310
     311we've packaged up the current version of the tool. It seems to work in the native environment but once moved to the 14.04 image, I'm having some dependency problems.
     312
     313Note this is the list of gems installed:
     314{{{
     315activesupport (4.2.0)
     316climate_control (0.0.3)
     317cocaine (0.5.4)
     318i18n (0.7.0)
     319json (1.8.2)
     320minitest (5.5.1)
     321oml4r (2.10.6)
     322thread_safe (0.3.4)
     323tzinfo (1.2.2)
     324}}}
     325
     326Minus oml4r all the other stuff is dependencies of cocaine 0.5.4.