10 | | /etc/omf-expctl-5.4/omf-expctl.yaml |
| 10 | The experiment controller configuration file, located at /etc/omf-expctl-5.4/omf-expctl.yaml, specifies which |
| 11 | oml server the nodes should communicate with. |
| 12 | The snippet below show the current configuration that's in the file on the tutorial user workspace VM. |
| 13 | |
| 14 | {{{ |
| 15 | # URI to the OML server to use for this EC |
| 16 | # (can be overwritten on the EC command line) |
| 17 | #:omluri: 'tcp:10.103.0.3:3003' |
| 18 | :omluri: 'tcp:emmy9.casa.umass.edu:3003' |
| 19 | }}} |
| 20 | |
| 21 | In case you were planning an experiment where the OML server is located somewhere else you would have to modify this line accordingly. |
| 22 | |
| 23 | |