Skip to content

artifacts-required-artifact-constraint-unsat

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:
            type_pruning: true
            required_artifact_constraint: true
    node_templates:
        node_one:
            type: node
            artifacts:
                - artifact_one:
                      type: artifact_a
                      conditions: false
                - artifact_one:
                      type: artifact_b
                      conditions: false

Expected Error

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

Could not solve

Last update: October 14, 2024