Skip to content

circles-charlie

Description

(node_one <=> node_two && node_two <=> !node_one) is contradiction

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:
            node_default_condition: true
            relation_default_condition: true
            type_default_condition: true
            optimization_topology: true
    node_templates:
        node_one:
            type: node_one
        node_two:
            type: node_two
            conditions:
                not:
                    node_presence: node_one
            requirements:
                - relation_one: node_one

Expected Error

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

Could not solve

Last update: November 18, 2024