added skeleton vMME service (non-functional)

Change-Id: I0aa121a125df8587b2951fda9b1a7e0b4accc0ac
diff --git a/xos/synchronizer/vmmeservice_config b/xos/synchronizer/vmmeservice_config
new file mode 100644
index 0000000..d7360bc
--- /dev/null
+++ b/xos/synchronizer/vmmeservice_config
@@ -0,0 +1,24 @@
+# Required by XOS
+[db]
+name=xos
+user=postgres
+password=password
+host=localhost
+port=5432
+
+# Required by XOS
+[api]
+nova_enabled=True
+
+
+# Sets options for the synchronizer
+[observer]
+name=vmmeservice
+dependency_graph=/opt/xos/synchronizers/vmmeservice/model-deps
+steps_dir=/opt/xos/synchronizers/vmmeservice/steps
+sys_dir=/opt/xos/synchronizers/vmmeservice/sys
+logfile=/var/log/xos_backend.log
+pretend=False
+backoff_disabled=True
+save_ansible_output=True
+proxy_ssh=False
\ No newline at end of file