Initial implementation of vEE service
Change-Id: I774d7266220163cf2afd00cfc2161b04aec32d1e
diff --git a/xos/vee-onboard.yaml b/xos/vee-onboard.yaml
new file mode 100644
index 0000000..f36d750
--- /dev/null
+++ b/xos/vee-onboard.yaml
@@ -0,0 +1,21 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard the vee
+
+imports:
+ - custom_types/xos.yaml
+
+topology_template:
+ node_templates:
+ servicecontroller#vee:
+ type: tosca.nodes.ServiceController
+ properties:
+ base_url: file:///opt/xos_services/vEE/xos/
+ # The following will concatenate with base_url automatically, if
+ # base_url is non-null.
+ models: models.py
+ synchronizer: synchronizer/manifest
+ synchronizer_run: vee-synchronizer.py
+ tosca_resource: tosca/resources/veeservice.py
+ tosca_custom_types: vee.yaml
+