Refactor vBBU from 2.0 to 3.0, not for master

Change-Id: Ib2d68852ad4065d8c34599dca731123ed6297e84
diff --git a/xos/vbbu.xproto b/xos/vbbu.xproto
new file mode 100644
index 0000000..33b8e8e
--- /dev/null
+++ b/xos/vbbu.xproto
@@ -0,0 +1,14 @@
+option name = "vbbu";
+option app_label = "vbbu";
+option verbose_name = "vBBU Service";
+
+message VBBUService (Service){
+    required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}
+
+
+message VBBUTenant (TenantWithContainer){
+     option name = "vbbutenant";
+     option verbose_name = "vBBU Tenant";
+     required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}