Changes between Version 81 and Version 82 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jul 16, 2013, 7:16:50 AM (11 years ago)
Author:
Olivera Tosic
Comment:

Legend:

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

    v81 v82  
    234234 Create database "inventory" in mysql
    235235 Define the testbed
     236 Modify the addTestbed.rb file to point to the correct inventory database
     237 {{{
     238 @host = "http://localhost:5054/inventory/"
     239 }}}
     240
     241 Modify property files testbed_attributes.yaml according to tour testbed properties
     242 Add testbed to inventory database using
     243
     244{{{
     245
     246ruby addTestbed
     247}}}
    236248 
    237 {{{
    238 wget -qO- 'http://console:5054/inventory/resource_add?name=geni.net&type=testbed'
    239 }}}
    240249
    241250 Modify the addNode.rb file to point to the correct inventory database
    242251
    243252{{{
    244 @host = "http://console:5054/inventory/"
    245 }}}
    246 
     253@host = "http://localhost:5054/inventory/"
     254}}}
     255
     256 Create node_attributes.yaml file with node attributes.
    247257 Add all the nodes to the inventory database using
    248258
    249259{{{
    250260
    251 ruby addNode.rb <node_fqdn>
     261ruby addNode.rb <node_fqdn> <node_attributes.yaml>
    252262}}}
    253263