blob: 3b8133e2ae4986becbfb998b34a52f69e00a5cec [file] [log] [blame]
Pingping Lin6cb0db92017-07-13 19:38:21 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3# compile this with "m4 vmme.m4 > vmme.yaml"
4
5# include macros
6include(macros.m4)
7
8node_types:
9 tosca.nodes.VMMEService:
10 derived_from: tosca.nodes.Root
11 description: >
12 VMME Service
13 capabilities:
14 xos_base_service_caps
15 properties:
16 xos_base_props
17 xos_base_service_props
18