blob: fd53babd3434fd0e5566326ccfa9bcf3c903f068 [file] [log] [blame]
Gabe Black4c040b72016-11-17 22:35:04 +00001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Setup the ActiveTest on the pod
4
5imports:
6 - custom_types/xos.yaml
7 - custom_types/ActiveTest.yaml
8
9topology_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