Initial Commit
Change-Id: I217ec7500eac7c94171f3789704cfd04836bc73a
diff --git a/xos/vSGW-onboard.yaml b/xos/vSGW-onboard.yaml
new file mode 100644
index 0000000..de66ae8
--- /dev/null
+++ b/xos/vSGW-onboard.yaml
@@ -0,0 +1,26 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard the vSGW
+
+imports:
+ - custom_types/xos.yaml
+
+topology_template:
+ node_templates:
+ VSGWservice:
+ type: tosca.nodes.ServiceController
+ properties:
+ base_url: file:///opt/xos_services/vSGW/xos/
+ # The following will concatenate with base_url automatically, if
+ # base_url is non-null.
+ models: models.py
+ admin: admin.py
+ synchronizer: synchronizer/manifest
+ synchronizer_run: vsgw-synchronizer.py
+ tosca_custom_types: vsgw.yaml
+ tosca_resource: tosca/resources/vsgwservice.py, tosca/resources/vsgwtenant.py
+ rest_service: api/service/vsgwservice.py
+ rest_tenant: api/tenant/vsgwtenant.py
+ private_key: file:///opt/xos/key_import/vsgw_rsa
+ public_key: file:///opt/xos/key_import/vsgw_rsa.pub
+