Adding first implementation of vEG service
Change-Id: I2feeccd98e6e8932fe4552c575915d2f20fe5176
diff --git a/xos/veg-onboard.yaml b/xos/veg-onboard.yaml
new file mode 100644
index 0000000..71771b7
--- /dev/null
+++ b/xos/veg-onboard.yaml
@@ -0,0 +1,27 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard the exampleservice
+
+imports:
+ - custom_types/xos.yaml
+
+topology_template:
+ node_templates:
+ servicecontroller#veg:
+ type: tosca.nodes.ServiceController
+ properties:
+ base_url: file:///opt/xos_services/vEG/xos/
+ # The following will concatenate with base_url automatically, if
+ # base_url is non-null.
+ models: models.py
+ admin: admin.py
+ admin_template: templates/vegadmin.html
+ synchronizer: synchronizer/manifest
+ synchronizer_run: veg-synchronizer.py
+ tosca_custom_types: veg.yaml
+ tosca_resource: tosca/resources/vegservice.py
+ rest_service: subdirectory:veg api/service/veg/vegservice.py
+ rest_tenant: subdirectory:cord api/tenant/cord/veg.py
+ private_key: file:///opt/xos/key_import/veg_rsa
+ public_key: file:///opt/xos/key_import/veg_rsa.pub
+