blob: bfc440d5f100027cb259f80ad747b71f0259142e [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
# compile this with "m4 vpgwc.m4 > vpgwc.yaml"
# include macros
include(macros.m4)
node_types:
tosca.nodes.VPGWCService:
derived_from: tosca.nodes.Root
description: >
CORD - The vPGWC Service
capabilities:
xos_base_service_caps
properties:
xos_base_props
xos_base_service_props
tosca.nodes.VPGWCTenant:
derived_from: tosca.nodes.Root
description: >
CORD - The vPGWC Tenant
properties:
xos_base_tenant_props
tosca.nodes.VPGWCVendor:
derived_from: tosca.nodes.Root
description: >
VPGWC Vendor
properties:
xos_base_props
name:
type: string
required: true
tosca.relationships.VendorOfTenant:
derived_from: tosca.relationships.Root
valid_target_types: [ tosca.capabilities.xos.VPGWCTenant ]