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