Skip to content

implied-enhanced-new

Variable Service Template

The variability of the following variable service template shall be resolved.

tosca_definitions_version: tosca_variability_1_0_rc_3
node_types:
    container:
        derived_from: tosca.nodes.Root
topology_template:
    variability:
        options:
            enrich_implementations: false
            enrich_technologies: false
            relation_enhanced_implication_mode: true
    node_templates:
        container:
            type: container
            persistent: true
            managed: false
            requirements:
                - middleware: dmiddleware
        dmiddleware:
            type: container
            managed: false
            conditions: false
            requirements:
                - host: emachine
        emachine:
            type: container
            managed: false
        other:
            type: container
            managed: false
            requirements:
                - host: emachine

Variability-Resolved Service Template

The following variability-resolved service template is expected.

1
2
3
4
5
6
7
8
tosca_definitions_version: tosca_simple_yaml_1_3
node_types:
    container:
        derived_from: tosca.nodes.Root
topology_template:
    node_templates:
        container:
            type: container

Last update: December 31, 2024