add vPGWU services

Change-Id: Ide9597e59f124dc4b43f653c6cc301ff19464450
diff --git a/xos/vpgwu-onboard.yaml b/xos/vpgwu-onboard.yaml
new file mode 100644
index 0000000..69af2c5
--- /dev/null
+++ b/xos/vpgwu-onboard.yaml
@@ -0,0 +1,23 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Onboard the vPGWU service
+
+imports:
+   - custom_types/xos.yaml
+
+topology_template:
+  node_templates:
+    servicecontroller#vpgwu:
+      type: tosca.nodes.ServiceController
+      properties:
+          base_url: file:///opt/xos_services/vpgwu/xos/
+          # The following will concatenate with base_url automatically, if
+          # base_url is non-null.
+          xproto: ./
+          synchronizer: synchronizer/manifest
+          synchronizer_run: vpgwu-synchronizer.py
+          tosca_custom_types: tosca/custom_types/vpgwu.yaml
+          tosca_resource: tosca/resources/vpgwuservice.py, tosca/resources/vpgwutenant.py
+          private_key: file:///opt/xos/key_import/mcord_rsa
+          public_key: file:///opt/xos/key_import/mcord_rsa.pub
+