tosca_definitions_version: tosca_simple_yaml_1_0 | |
description: Setup the ActiveTest on the pod | |
imports: | |
- custom_types/xos.yaml | |
- custom_types/ActiveTest.yaml | |
topology_template: | |
node_templates: | |
VTA: | |
type: tosca.nodes.VtaService | |
properties: | |
no-create: true | |
no-delete: true | |
no-update: true | |
tenant#vtatenant: | |
type: tosca.nodes.VtaTenant | |
requirements: | |
- tenant: | |
node: VTA | |
relationship: tosca.relationships.TenantOfService | |