Skip to content

hosting-aware-pruning-transitive-unexpected

Description

  • circle at hypervisor
  • circle at agent

  • pruned due to optimization

Variable Service Template

The variability of the following variable service template shall be resolved.

tosca_definitions_version: tosca_variability_1_0
topology_template:
  variability:
    options:
      mode: semantic-loose
      node_default_condition_mode: incoming-host
      hosting_stack_constraint: false
      optimization_topology: true
      optimization_topology_unique: true
      expected_hosting_check: false
  node_templates:
    agent:
      type: agent
      requirements:
        - host: vm
    worker:
      type: worker
      persistent: true
      requirements:
        - host:
            node: vm
    vm:
      type: vm
      requirements:
        - host: hypervisor
    hypervisor:
      type: hypervisor

Variability-Resolved Service Template

The following variability-resolved service template is expected.

1
2
3
4
5
tosca_definitions_version: tosca_simple_yaml_1_3
topology_template:
  node_templates:
    worker:
      type: worker

Last update: April 28, 2024