blob: a0e4983f798d33c9241bb41014e637bea3907f17 [file] [log] [blame]
Yunpeng Zhanga2c27332017-08-15 23:00:11 -04001tosca_definitions_version: tosca_simple_yaml_1_0
2
3# compile this with "m4 vsgwu.m4 > vsgwu.yaml"
4
5# include macros
6include(macros.m4)
7
8node_types:
9 tosca.nodes.VSGWUService:
10 derived_from: tosca.nodes.Root
11 description: >
12 VSGWU Service
13 capabilities:
14 xos_base_service_caps
15 properties:
16 xos_base_props
17 xos_base_service_props
18
19 tosca.nodes.VSGWUTenant:
20 derived_from: tosca.nodes.Root
21 description: >
22 VSGWU Tenant
23 properties:
24 xos_base_tenant_props
25 tenant_message:
26 type: string
27 required: false