blob: 2051d04a403cd0e8809fa0f4ee8d7f1bc28844cd [file] [log] [blame]
Gabe Black4c040b72016-11-17 22:35:04 +00001# Required by XOS
2[db]
3name=xos
4user=postgres
5password=password
6host=localhost
7port=5432
8
9# Required by XOS
10[api]
11nova_enabled=True
12
13# Sets options for the synchronizer
14[observer]
15name=activetest
16dependency_graph=/opt/xos/synchronizers/activetest/model-deps
17steps_dir=/opt/xos/synchronizers/activetest/steps
18sys_dir=/opt/xos/synchronizers/activetest/sys
19logfile=/var/log/xos_backend.log
20pretend=False
21backoff_disabled=True
22save_ansible_output=True
23proxy_ssh=True
24proxy_ssh_key=/root/setup/node_key
25proxy_ssh_user=root
26
27[networking]
28use_vtn=True
29