Skip to content

pruning-incoming-artifact-pruning-naive-bravo

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
            node_default_condition_mode: incoming-artifactnaive
            node_pruning: true
            artifact_default_condition: true
            artifact_pruning: true
            relation_default_condition: true
            relation_pruning: true
            type_default_condition: true
            type_pruning: true
            optimization_topology: true
    node_templates:
        source:
            type: source
            requirements:
                - relation: container
        container:
            type: container_type
            artifacts:
                - artifact_one:
                      type: artifact_one_type
                      file: artifact_one_file
                - artifact_two:
                      type: artifact_two_type
                      file: artifact_two_file

Variability-Resolved Service Template

The following variability-resolved service template is expected.

1
2
3
4
5
tosca_definitions_version: tosca_simple_yaml_1_3
topology_template:
    node_templates:
        source:
            type: source

Last update: November 18, 2024