Skip to content

consistency-throw-hosting-relation-missing-constraint

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:
            hosting_stack_constraint: true
    node_templates:
        one:
            type: one
            requirements:
                - host:
                      node: two
                      conditions: false
        two:
            type: two
        three:
            type: three

Expected Error

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

Could not solve

Last update: November 18, 2024