CORD-2407 MME playbook

Change-Id: Ifce2c1cc225d7469827f5da509b84957a45457e1
diff --git a/xos/vmme.xproto b/xos/vmme.xproto
index 811d3e3..d8a4260 100644
--- a/xos/vmme.xproto
+++ b/xos/vmme.xproto
@@ -16,6 +16,7 @@
 message VMMETenant (TenantWithContainer){
     option verbose_name = "Virtual Mobility Management Entity Service Instance";
 
-    optional manytoone vmme_vendor->VMMEVendor:vendor_tenants = 1 [help_text = "select vendor of choice, leave blank for slice default", db_index = True, null = True, blank = True]; 
+    optional manytoone vmme_vendor->VMMEVendor:vendor_tenants = 1 [help_text = "select vendor of choice, leave blank for slice default", db_index = True, null = True, blank = True];
+    optional string enodeb_ip_addr = 2 [help_text = "external eNodeB IP address", max_length = 32, null = True, db_index = False, blank = True];
 }