Add SYNC vSM services
Change-Id: Id428865eb341f6e74af5a0de3df5174bcee288fe
diff --git a/xos/vsm.xproto b/xos/vsm.xproto
new file mode 100644
index 0000000..179a494
--- /dev/null
+++ b/xos/vsm.xproto
@@ -0,0 +1,15 @@
+option name = "vsm";
+option app_label = "vsm";
+option verbose_name = "vsM Service";
+option kind = "vEPC";
+
+message VSMService (Service){
+ required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}
+
+
+message VSMTenant (TenantWithContainer){
+ option name = "vsmtenant";
+ option verbose_name = "vSM Tenant";
+ required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}