Changes between Version 26 and Version 27 of Internal/NewNodeAgent
- Timestamp:
- Mar 10, 2015, 9:52:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/NewNodeAgent
v26 v27 304 304 Ivan 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: 305 305 [http://www.orbit-lab.org/browser/omf/omf-common/ruby/omf-common/communicator/omfProtocol.rb this code]. 306 307 308 ---- 309 3/10/2015: 310 311 we'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 313 Note this is the list of gems installed: 314 {{{ 315 activesupport (4.2.0) 316 climate_control (0.0.3) 317 cocaine (0.5.4) 318 i18n (0.7.0) 319 json (1.8.2) 320 minitest (5.5.1) 321 oml4r (2.10.6) 322 thread_safe (0.3.4) 323 tzinfo (1.2.2) 324 }}} 325 326 Minus oml4r all the other stuff is dependencies of cocaine 0.5.4.