Skip to content

technologies-unique

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: true
            optimization_technologies_unique: true
            technology_pruning: true
    node_templates:
        container:
            type: container
            technology:
                - ansible:
                      conditions: true
                - terraform:
                      conditions: true
                - puppet:
                      conditions: true

Expected Error

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

The result is ambiguous considering technologies (besides optimization)

Last update: November 18, 2024