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


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

Legend:

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

    v85 v86  
    236236
    237237===== Populate inventory database with initial data =====
    238  Modify the addTestbed.rb file to point to the correct inventory database
     238Modify the addTestbed.rb file to point to the correct inventory database
    239239 {{{
    240240 @host = "http://localhost:5054/inventory/"
    241241 }}}
    242242
    243  Modify property files testbed_attributes.yaml according to your testbed attributes.
    244 
    245  Add testbed to inventory database using:
     243Modify property file testbed_attributes.yaml according to your testbed attributes.
     244
     245Add testbed to inventory database using:
    246246
    247247{{{
     
    250250}}}
    251251 
    252 
    253  Modify the addNode.rb file to point to the correct inventory database
    254 
     252Modify the addNode.rb file to point to the correct inventory database
    255253{{{
    256254@host = "http://localhost:5054/inventory/"
    257255}}}
    258256
    259  Create node_attributes.yaml file with node attributes (like node1_attributes.yaml, node2_attributes.yaml and node3_attributes.yaml).
    260 
    261  Add all the nodes to the inventory database using:
     257Create node_attributes.yaml file with node attributes (like node1_attributes.yaml, node2_attributes.yaml and node3_attributes.yaml).
     258
     259Add all the nodes to the inventory database using:
    262260
    263261{{{