Changes between Version 6 and Version 7 of Tutorials/a0Basic/Tutorial4
- Timestamp:
- Aug 10, 2016, 3:20:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/a0Basic/Tutorial4
v6 v7 19 19 The node set and the script path match the configuration on the default WiSHFUL image. 20 20 {{{ 21 defProperty('contr', 'node 1-2', 'WiSHFUL Controller Node')21 defProperty('contr', 'node2-1', 'WiSHFUL Controller Node') 22 22 defProperty('agent', 'node1-1', 'WiSHUL Agent Node') 23 23 defProperty('path','/root/wishful/examples/simple/',"Path to WiSHFUL configuration directory") … … 64 64 In order to run this experiment script, connect to the console of the SB4 for which you have an active and approved reservation for and load the ''wishfull.ndz'' image onto experiment nodes. 65 65 {{{ 66 user@console:~$ omf load -i wishful.ndz -t node1-1,node 1-266 user@console:~$ omf load -i wishful.ndz -t node1-1,node2-1 67 67 }}} 68 68