blob: 984e48a5109ffa398da4b268b80852cfa6a62542 [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 QT600:
12 type: tosca.nodes.Qt600Service
13 properties:
14 no-create: true
15 no-delete: true
16 no-update: true
17
18 tenant#qt600tenant:
19 type: tosca.nodes.Qt600Tenant
20 properties:
21 reflector: ""
22 requirements:
23 - tenant:
24 node: QT600
25 relationship: tosca.relationships.TenantOfService
26