CORD-1954 add s-tag and c-tag to VEEServiceInstance
Change-Id: Id7826263b74fbc14b82346a467d304e731bdd23b
(cherry picked from commit 35e0c8bdf8a0ffc828e2c26958e43479f3e1acb6)
diff --git a/xos/vee.xproto b/xos/vee.xproto
index 354949e..6d268b8 100644
--- a/xos/vee.xproto
+++ b/xos/vee.xproto
@@ -6,3 +6,10 @@
optional bool autoconfig = 1 [default = True, help_text="Autoconfigure VEE Service", null=False];
}
+message VEEServiceInstance (ServiceInstance){
+ option kind = "vEE";
+ option verbose_name = "vEE ServiceInstance";
+
+ optional int32 s_tag = 1 [help_text = "s-tag", null = True, db_index = False, blank = True];
+ optional int32 c_tag = 2 [help_text = "c-tag", null = True, db_index = False, blank = True];
+}
\ No newline at end of file