Gabe Black | 4c040b7 | 2016-11-17 22:35:04 +0000 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Setup the ActiveTest on the pod |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | - custom_types/ActiveTest.yaml |
| 8 | |
| 9 | topology_template: |
| 10 | node_templates: |
| 11 | VPMA: |
| 12 | type: tosca.nodes.VpmaService |
| 13 | properties: |
| 14 | no-create: true |
| 15 | no-delete: true |
| 16 | no-update: true |
| 17 | |
| 18 | tenant#vpmatenant: |
| 19 | type: tosca.nodes.VpmaTenant |
| 20 | properties: |
| 21 | reflector: "" |
| 22 | requirements: |
| 23 | - tenant: |
| 24 | node: VPMA |
| 25 | relationship: tosca.relationships.TenantOfService |
| 26 | |