Skip to content

nodes-host-presence-true-true

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:
      relation_pruning: true
      type_default_condition: true
      constraints: false
  node_templates:
    container:
      type: container
      conditions:
        host_presence: SELF
      requirements:
        - host_one: node_one
        - host_two: node_two
    node_one:
      type: node_one
      conditions: true
    node_two:
      type: node_two
      conditions: true

Expected Error

The following error is expected to be thrown, when resolving variability.

Node "container" has more than one hosting relations

Last update: April 28, 2024