Skip to content

technologies-expected-disabled

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:
            optimization_technologies: false
            technology_pruning: false
            technology_constraint: false
            expected_technology_check: false
    node_templates:
        container:
            type: container
            technology:
                - ansible:
                      conditions: false

Expected Error

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

Node "container" has no present technology

Last update: November 18, 2024