Skip to content

consistency-throw-relation-source-missing

Variable Service Template

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

tosca_definitions_version: tosca_variability_1_0
topology_template:
  node_templates:
    one:
      type: one
      requirements:
        - two: two
    two:
      type: two
      conditions: false
    three:
      type: three

Expected Error

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

Relation target "two" of relation "two@0" of node "one" does not exist

Last update: April 28, 2024