Gabe Black | 4c040b7 | 2016-11-17 22:35:04 +0000 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | # compile this with "m4 ActiveTest.m4 > ActiveTest.yaml" |
| 4 | |
| 5 | # include macros |
| 6 | include(macros.m4) |
| 7 | |
| 8 | node_types: |
| 9 | tosca.nodes.ActiveTest: |
| 10 | derived_from: tosca.nodes.Root |
| 11 | description: > |
| 12 | ActiveTest Service |
| 13 | capabilities: |
| 14 | xos_base_service_caps |
| 15 | properties: |
| 16 | xos_base_props |
| 17 | xos_base_service_props |
| 18 | |
| 19 | tosca.nodes.VtaService: |
| 20 | derived_from: tosca.nodes.Root |
| 21 | description: > |
| 22 | VTA Service |
| 23 | capabilities: |
| 24 | xos_base_service_caps |
| 25 | properties: |
| 26 | xos_base_props |
| 27 | xos_base_service_props |
| 28 | |
| 29 | tosca.nodes.Qt600Service: |
| 30 | derived_from: tosca.nodes.Root |
| 31 | description: > |
| 32 | QT600 Service |
| 33 | capabilities: |
| 34 | xos_base_service_caps |
| 35 | properties: |
| 36 | xos_base_props |
| 37 | xos_base_service_props |
| 38 | |
| 39 | tosca.nodes.VpmaService: |
| 40 | derived_from: tosca.nodes.Root |
| 41 | description: > |
| 42 | VPMA Service |
| 43 | capabilities: |
| 44 | xos_base_service_caps |
| 45 | properties: |
| 46 | xos_base_props |
| 47 | xos_base_service_props |
| 48 | |
| 49 | tosca.nodes.ActiveTestTenant: |
| 50 | derived_from: tosca.nodes.Root |
| 51 | description: > |
| 52 | A Tenant of the ActiveTest service |
| 53 | properties: |
| 54 | xos_base_tenant_props |
| 55 | |
| 56 | tosca.nodes.VtaTenant: |
| 57 | derived_from: tosca.nodes.Root |
| 58 | description: > |
| 59 | A Tenant of the VTA service |
| 60 | properties: |
| 61 | xos_base_tenant_props |
| 62 | |
| 63 | tosca.nodes.Qt600Tenant: |
| 64 | derived_from: tosca.nodes.Root |
| 65 | description: > |
| 66 | A Tenant of the QT600 service |
| 67 | properties: |
| 68 | xos_base_tenant_props |
| 69 | is_reflector: |
| 70 | type: boolean |
| 71 | required: false |
| 72 | is_initiator: |
| 73 | type: boolean |
| 74 | required: false |
| 75 | reflector: |
| 76 | type: string |
| 77 | required: false |
| 78 | |
| 79 | tosca.nodes.VpmaTenant: |
| 80 | derived_from: tosca.nodes.Root |
| 81 | description: > |
| 82 | A Tenant of the VPMA service |
| 83 | properties: |
| 84 | xos_base_tenant_props |
| 85 | is_reflector: |
| 86 | type: boolean |
| 87 | required: false |
| 88 | is_initiator: |
| 89 | type: boolean |
| 90 | required: false |
| 91 | reflector: |
| 92 | type: string |
| 93 | required: false |