add vPGWU services

Change-Id: Ide9597e59f124dc4b43f653c6cc301ff19464450
diff --git a/xos/vpgwu.xproto b/xos/vpgwu.xproto
new file mode 100644
index 0000000..cd77594
--- /dev/null
+++ b/xos/vpgwu.xproto
@@ -0,0 +1,18 @@
+option name = "vPGWU";
+option verbose_name = "Virtual Packet Gateway -- Control";
+option app_label = "vpgwu";
+option kind = "vEPC";
+option legacy = "True";
+
+message VPGWUService (Service) {
+    option name = "VPGWUService";
+    option verbose_name = "Virtual Packet Gateway -- User Plane Service";
+}
+
+message VPGWUTenant (TenantWithContainer) {
+    option name = "VPGWUTenant";
+    option verbose_name = "Virtual Packet Gateway -- User Plane Tenant";
+    optional string display_message = 1 [db_index = False, max_length = 1024, null = True, blank = False, default = "New vPGWU Component"];
+    optional string s5s8_pgw_tag = 2 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "300"];
+    optional string image_name = 3 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "default"];
+}