Changes between Version 85 and Version 86 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
- Timestamp:
- Jul 16, 2013, 10:17:53 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup
v85 v86 236 236 237 237 ===== Populate inventory database with initial data ===== 238 238 Modify the addTestbed.rb file to point to the correct inventory database 239 239 {{{ 240 240 @host = "http://localhost:5054/inventory/" 241 241 }}} 242 242 243 Modify property filestestbed_attributes.yaml according to your testbed attributes.244 245 243 Modify property file testbed_attributes.yaml according to your testbed attributes. 244 245 Add testbed to inventory database using: 246 246 247 247 {{{ … … 250 250 }}} 251 251 252 253 Modify the addNode.rb file to point to the correct inventory database 254 252 Modify the addNode.rb file to point to the correct inventory database 255 253 {{{ 256 254 @host = "http://localhost:5054/inventory/" 257 255 }}} 258 256 259 260 261 257 Create node_attributes.yaml file with node attributes (like node1_attributes.yaml, node2_attributes.yaml and node3_attributes.yaml). 258 259 Add all the nodes to the inventory database using: 262 260 263 261 {{{