blob: 458938070be661527a49e26d0f3a8a06edbd5d9a [file] [log] [blame]
Yunpeng Zhang9b335072017-08-02 20:56:32 -04001tosca_definitions_version: tosca_simple_yaml_1_0
2
3# compile this with "m4 vsm.m4 > vsm.yaml"
4
5# include macros
6include(macros.m4)
7
8node_types:
9 tosca.nodes.VSMService:
10 derived_from: tosca.nodes.Root
11 description: >
12 VSM Service
13 capabilities:
14 xos_base_service_caps
15 properties:
16 xos_base_props
17 xos_base_service_props
18