Changes between Version 86 and Version 87 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jul 16, 2013, 10:45:29 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v86 v87 236 236 237 237 ===== Populate inventory database with initial data ===== 238 1. Add testbed to inventory database 238 239 Modify the addTestbed.rb file to point to the correct inventory database 239 240 {{{ … … 248 249 249 250 ruby addTestbed.rb 250 }}} 251 251 252 }}} 253 254 This will create machines.sql file. Execute that SQL file with: 255 256 {{{ 257 mysql inventory <cmachines.sql 258 }}} 259 260 2. Add nodes to inventory database 252 261 Modify the addNode.rb file to point to the correct inventory database 253 262 {{{