andrew@onlab.us | 2ae3a11 | 2015-02-02 11:24:32 -0800 | [diff] [blame] | 1 | ------------------- |
| 2 | ----Setup Guide---- |
| 3 | ------------------- |
| 4 | |
| 5 | CASE 1: init case; cleans and sets up enviornment, starts up node 1 |
| 6 | |
| 7 | CASE 2: Increments scale case; starts up additional nodes, determined by 'SCALE' in params |
| 8 | Ex: cluster size = 1 and scale = 2 ==> call CASE2 ==> cluster size = 3 |
| 9 | |
| 10 | Params file: |
| 11 | SCALE = cluster scale step size |
| 12 | availableNodes = number of nodes you have provided data for in .topo file |
| 13 | |
| 14 | ENV: |
| 15 | cellName = desired name of cell file to be created at runtime |
| 16 | cellFeatures = list of features desired |
| 17 | NOTE: webconsole, onos-api, onos-cli and onos-openflow are loaded automatically. |
| 18 | adjust your test and feature list accordingly |
| 19 | TEST: |
| 20 | skipCleanInstall = set yes if you want to skip for the sake of test debugging, otherwise set no |
| 21 | |
| 22 | |