Add vsgw service to service list, for cord-3.0
Change-Id: Ic15f70b1cb83775d45be9659217f62298cd682ae
diff --git a/xos/synchronizer/run-from-api.sh b/xos/synchronizer/run-from-api.sh
old mode 100644
new mode 100755
index 5cb8831..bcbc374
--- a/xos/synchronizer/run-from-api.sh
+++ b/xos/synchronizer/run-from-api.sh
@@ -1 +1,2 @@
-python vsgw-synchronizer.py
\ No newline at end of file
+export XOS_DIR=/opt/xos
+python vsgw-synchronizer.py -C $XOS_DIR/synchronizers/vsgw/vsgw_from_api_config
\ No newline at end of file
diff --git a/xos/synchronizer/vsgw_from_api_config b/xos/synchronizer/vsgw_from_api_config
index 2fbd561..d0f23fd 100644
--- a/xos/synchronizer/vsgw_from_api_config
+++ b/xos/synchronizer/vsgw_from_api_config
@@ -4,6 +4,17 @@
dependency_graph=/opt/xos/synchronizers/vsgw/model-deps
steps_dir=/opt/xos/synchronizers/vsgw/steps
sys_dir=/opt/xos/synchronizers/vsgw/sys
-accessor:
- username: xosadmin@opencord.org
- password: "@/opt/xos/services/vmme/credentials/xosadmin@opencord.org"
\ No newline at end of file
+#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/vsgw/credentials/xosadmin@opencord.org
+
+[networking]
+use_vtn=True
\ No newline at end of file