Moving metronet-local to be compliand with masted, adding .sh, docker and compose files

Change-Id: I31cf7d476e0c09bedbe9934cd52cf419ac16a7cf
diff --git a/xos/synchronizer/vnodlocal_from_api_config b/xos/synchronizer/vnodlocal_from_api_config
new file mode 100644
index 0000000..835969d
--- /dev/null
+++ b/xos/synchronizer/vnodlocal_from_api_config
@@ -0,0 +1,20 @@
+# Sets options for the synchronizer
+[observer]
+name=vnodlocal
+dependency_graph=/opt/xos/synchronizers/metronet-local/model-deps
+steps_dir=/opt/xos/synchronizers/metronet-local/steps
+sys_dir=/opt/xos/synchronizers/metronet-local/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/metronet-local/credentials/xosadmin@opencord.org
+
+[networking]
+use_vtn=True
\ No newline at end of file