blob: 9226b8920ca5e51fa35e4a75f7f43b6382dda185 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
# compile this with "m4 vmme.m4 > vmme.yaml"
# include macros
include(macros.m4)
node_types:
tosca.nodes.VMMEService:
derived_from: tosca.nodes.Root
description: >
VMME Service
capabilities:
xos_base_service_caps
properties:
xos_base_props
xos_base_service_props
tosca.nodes.VMMETenant:
derived_from: tosca.nodes.Root
description: >
VMME Tenant
properties:
xos_base_tenant_props
tosca.nodes.VMMEVendor:
derived_from: tosca.nodes.Root
description: >
VMME Vendor
properties:
xos_base_props
name:
type: string
required: true
tosca.relationships.VendorOfTenant:
derived_from: tosca.relationships.Root
valid_target_types: [ tosca.capabilities.xos.VMMETenant ]