onboarding recipe and manifest

Change-Id: I57ccbdccf9a076406e74ed82bf868a597fd80d4f
diff --git a/xos/openstack-onboard.yaml b/xos/openstack-onboard.yaml
new file mode 100644
index 0000000..d92a6c6
--- /dev/null
+++ b/xos/openstack-onboard.yaml
@@ -0,0 +1,16 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard the OpenStack service
+
+imports:
+   - custom_types/xos.yaml
+
+topology_template:
+  node_templates:
+    servicecontroller#openstack:
+      type: tosca.nodes.ServiceController
+      properties:
+          base_url: file:///opt/xos_services/openstack/xos/
+          synchronizer: synchronizer/manifest
+          synchronizer_run: xos-synchronizer.py
+