Andrea Campanella | 45536f7 | 2017-02-23 15:20:06 +0100 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
2 | |||||
3 | # compile this with "m4 vee.m4 > vee.yaml" | ||||
4 | |||||
5 | # include macros | ||||
6 | include(macros.m4) | ||||
7 | |||||
8 | node_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 |