| # Sets options for the observer |
| # This is the location to the dependency graph you generate |
| dependency_graph=/opt/xos/synchronizers/vbbu/model-deps |
| # The location of your SyncSteps |
| steps_dir=/opt/xos/synchronizers/vbbu/steps |
| # A temporary directory that will be used by ansible |
| sys_dir=/opt/xos/synchronizers/vbbu/sys |
| # Location of the file to save logging messages to the backend log is often used |
| logfile=/var/log/xos_backend.log |
| # If this option is true, then nothing will change, we simply pretend to run |
| # If this is False then XOS will use an exponential backoff when the observer |
| # fails, since we will be waiting for an instance, we don't want this. |
| # We want the output from ansible to be logged |
| # This determines how we SSH to a client, if this is set to True then we try |
| # to ssh using the instance name as a proxy, if this is disabled we ssh using |
| # the NAT IP of the instance. On CloudLab the first option will fail so we must |
| proxy_ssh_key=/root/setup/id_rsa |