Changes between Version 86 and Version 87 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jul 16, 2013, 10:45:29 AM (11 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup

    v86 v87  
    236236
    237237===== Populate inventory database with initial data =====
     2381. Add testbed to inventory database
    238239Modify the addTestbed.rb file to point to the correct inventory database
    239240 {{{
     
    248249
    249250ruby addTestbed.rb
    250 }}}
    251  
     251
     252}}}
     253
     254This will create machines.sql file. Execute that SQL file with:
     255
     256{{{
     257mysql inventory <cmachines.sql
     258}}}
     259
     2602. Add nodes to inventory database 
    252261Modify the addNode.rb file to point to the correct inventory database
    253262{{{