CORD-1008 add Dockerfile and docker-compose for fabric service

Change-Id: I292c0ab8c5b5d994f37b308ed10bffa8c950b8c2
diff --git a/xos/synchronizer/fabric_from_api_config b/xos/synchronizer/fabric_from_api_config
new file mode 100644
index 0000000..1c86b6d
--- /dev/null
+++ b/xos/synchronizer/fabric_from_api_config
@@ -0,0 +1,20 @@
+# Sets options for the synchronizer
+[observer]
+name=fabric
+dependency_graph=/opt/xos/synchronizers/fabric/model-deps
+steps_dir=/opt/xos/synchronizers/fabric/steps
+sys_dir=/opt/xos/synchronizers/fabric/sys
+#logfile=/var/log/xos_backend.log
+log_file=console
+log_level=debug
+pretend=False
+backoff_disabled=True
+save_ansible_output=True
+proxy_ssh=True
+proxy_ssh_key=/opt/cord_profile/node_key
+proxy_ssh_user=root
+accessor_kind=api
+accessor_password=@/opt/xos/services/fabric/credentials/xosadmin@opencord.org
+
+[networking]
+use_vtn=True