Andrea Campanella | 680cd62 | 2017-03-11 22:48:19 +0100 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | # compile this with "m4 vnodlocal.m4 > vnodlocal.yaml" |
| 4 | |
| 5 | # include macros |
| 6 | include(macros.m4) |
| 7 | |
| 8 | node_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 |