blob: e98abe59ef2a3e653c89894960a0df637ee20f9a [file] [log] [blame]
Scott Baker46831592016-06-20 17:32:04 -07001# Required by XOS
2[db]
3name=xos
4user=postgres
5password=password
Scott Baker0d1d5c92016-12-19 17:34:08 -08006host=xos_db
Scott Baker46831592016-06-20 17:32:04 -07007port=5432
8
9# Required by XOS
10[api]
11nova_enabled=True
12
13# Sets options for the synchronizer
14[observer]
15name=fabric
16dependency_graph=/opt/xos/synchronizers/fabric/model-deps
17steps_dir=/opt/xos/synchronizers/fabric/steps
18sys_dir=/opt/xos/synchronizers/fabric/sys
19logfile=console
20pretend=False
21backoff_disabled=True
22save_ansible_output=True
23proxy_ssh=False