Variable Service Template
The variability of the following variable service template shall be resolved.
| tosca_definitions_version: tosca_variability_1_0_rc_3
topology_template:
inputs:
some_input:
type: string
node_templates:
container:
type: container
conditions: true
managed: false
properties:
some_property:
get_input: some_input
|
Variability-Resolved Service Template
The following variability-resolved service template is expected.
| tosca_definitions_version: tosca_simple_yaml_1_3
topology_template:
inputs:
some_input:
type: string
node_templates:
container:
type: container
properties:
some_property:
get_input: some_input
|
Last update:
November 18, 2024