Gabe Black | 816018e | 2017-01-18 19:52:28 +0000 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | # compile this with "m4 PassiveTest.m4 > PassiveTest.yaml" |
| 4 | |
| 5 | # include macros |
| 6 | include(macros.m4) |
| 7 | |
| 8 | node_types: |
| 9 | tosca.nodes.PassiveTest: |
| 10 | derived_from: tosca.nodes.Root |
| 11 | description: > |
| 12 | PassiveTest Service |
| 13 | capabilities: |
| 14 | xos_base_service_caps |
| 15 | properties: |
| 16 | xos_base_props |
| 17 | xos_base_service_props |
| 18 | tap_ports: |
| 19 | type: string |
| 20 | required: false |
| 21 | reset_viv: |
| 22 | type: boolean |
| 23 | required: false |
| 24 | |
| 25 | tosca.nodes.PassiveTestTenant: |
| 26 | derived_from: tosca.nodes.Root |
| 27 | description: > |
| 28 | A Tenant of the PassiveTest service |
| 29 | properties: |
| 30 | xos_base_tenant_props |
| 31 | |