blob: 6b5b401eb231d9fdfd928f54912129042b2fce84 [file] [log] [blame]
Andrea Campanella680cd622017-03-11 22:48:19 +01001tosca_definitions_version: tosca_simple_yaml_1_0
2
3# compile this with "m4 vnodlocal.m4 > vnodlocal.yaml"
4
5# include macros
6include(macros.m4)
7
8node_types:
9
10 tosca.nodes.VNodLocalService:
11 derived_from: tosca.nodes.Root
12 description: >
13 CORD: The VNodLocal Service.
14 capabilities:
15 xos_base_service_caps
16 properties:
17 xos_base_props
18 xos_base_service_props
19 rest_hostname:
20 type: string
21 required: false
22 rest_port:
23 type: string
24 required: false
25 rest_user:
26 type: string
27 required: false
28 rest_pass:
29 type: string
30 required: false