CORD-1954 add s-tag and c-tag to VEEServiceInstance

Change-Id: Id7826263b74fbc14b82346a467d304e731bdd23b
(cherry picked from commit 35e0c8bdf8a0ffc828e2c26958e43479f3e1acb6)
diff --git a/xos/vee.yaml b/xos/vee.yaml
index bbdc748..63d5294 100644
--- a/xos/vee.yaml
+++ b/xos/vee.yaml
@@ -19,6 +19,7 @@
 # compile this with "m4 vee.m4 > vee.yaml"
 
 # include macros
+
 # Note: Tosca derived_from isn't working the way I think it should, it's not
 #    inheriting from the parent template. Until we get that figured out, use
 #    m4 macros do our inheritance
@@ -106,3 +107,22 @@
                 type: string
                 required: false
 
+    tosca.nodes.VEEServiceInstance:
+        derived_from: tosca.nodes.Root
+        description: >
+            A VEE Tenant.
+        properties:
+            kind:
+                type: string
+                default: generic
+                description: Kind of tenant
+            service_specific_id:
+                type: string
+                required: false
+                description: Service specific ID opaque to XOS but meaningful to service
+            s_tag:
+                type: integer
+                required: false
+            c_tag:
+                type: integer
+                required: false