| 1 | == Chassis Manager Controller == |
| 2 | |
| 3 | ''' Usage ''' |
| 4 | The Chassis Manager Controller (CMC) orchestrates the agents that are on each node. It keeps track of node states and issues commands to each node to preform the experiments . It is the central clock keeper of an experiment and schedule experiment events (Up, down, exec, etc...) |
| 5 | |
| 6 | ---- |
| 7 | ''' Notes ''' |
| 8 | |
| 9 | ---- |
| 10 | |
| 11 | ''' Installation and Configuration ''' |
| 12 | |
| 13 | The Chassis Manager Controller AM (services) is packaged in the omf-aggmgr-cmc-5.4 package. It can be installed form the package repository with |
| 14 | |
| 15 | {{{ |
| 16 | apt-get install omf-aggmgr-cmc-5.4 |
| 17 | }}} |
| 18 | |
| 19 | Instructions on how to add the Orbit software repository to your list of apt-sources can be found here. |
| 20 | |
| 21 | Once installed the service is configured by TODO. |