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: | |
VPMA: | |
type: tosca.nodes.VpmaService | |
properties: | |
no-create: true | |
no-delete: true | |
no-update: true | |
tenant#vpmatenant: | |
type: tosca.nodes.VpmaTenant | |
properties: | |
reflector: "" | |
requirements: | |
- tenant: | |
node: VPMA | |
relationship: tosca.relationships.TenantOfService | |