blob: 4453d05ed2c0372ea092ae6ce3d3de926ac584f0 [file] [log] [blame]
Andrea Campanella45536f72017-02-23 15:20:06 +01001tosca_definitions_version: tosca_simple_yaml_1_0
2
3# compile this with "m4 vee.m4 > vee.yaml"
4
5# include macros
6include(macros.m4)
7
8node_types:
9
10 tosca.nodes.VEEService:
11 description: >
12 CORD: The vEE Service.
13 derived_from: tosca.nodes.Root
14 capabilities:
15 xos_base_service_caps
16 properties:
17 xos_base_props
18 xos_base_service_props
19 backend_network_label:
20 type: string
21 required: false
22 description: Label that matches network used to connect HPC and BBS services.
23 dns_servers:
24 type: string
25 required: false
26 node_label:
27 type: string
28 required: false
29