add xos_base_props to Vendor model

Change-Id: Ia44f84f4448b1faaf74b1788b044b7d68f42e552
diff --git a/xos/tosca/custom_types/vmm.m4 b/xos/tosca/custom_types/vmm.m4
index 650beba..5f539e4 100644
--- a/xos/tosca/custom_types/vmm.m4
+++ b/xos/tosca/custom_types/vmm.m4
@@ -28,6 +28,7 @@
         description: >
             VMM Vendor
         properties:
+            xos_base_props
             name:
                 type: string
                 required: true
diff --git a/xos/tosca/custom_types/vmm.yaml b/xos/tosca/custom_types/vmm.yaml
index 17b225c..b191376 100644
--- a/xos/tosca/custom_types/vmm.yaml
+++ b/xos/tosca/custom_types/vmm.yaml
@@ -98,6 +98,22 @@
         description: >
             VMM Vendor
         properties:
+            no-delete:
+                type: boolean
+                default: false
+                description: Do not allow Tosca to delete this object
+            no-create:
+                type: boolean
+                default: false
+                description: Do not allow Tosca to create this object
+            no-update:
+                type: boolean
+                default: false
+                description: Do not allow Tosca to update this object
+            replaces:
+                type: string
+                required: false
+                descrption: Replaces/renames this object
             name:
                 type: string
                 required: true