Initial implementation of vEE service
Change-Id: I774d7266220163cf2afd00cfc2161b04aec32d1e
diff --git a/xos/synchronizer/steps/sync_host.yaml b/xos/synchronizer/steps/sync_host.yaml
new file mode 100644
index 0000000..0484675
--- /dev/null
+++ b/xos/synchronizer/steps/sync_host.yaml
@@ -0,0 +1,13 @@
+---
+- hosts: 127.0.0.1
+ connection: local
+
+ tasks:
+ - name: Add host entry for fabric
+ uri:
+ url: http://{{ rest_hostname }}:{{ rest_port }}/{{ rest_endpoint }}
+ method: POST
+ user: onos
+ password: rocks
+ body: '{{ rest_body }}'
+ body_format: json
\ No newline at end of file