Conductor Documentation

Versioning

tosca_definitions_version is a top level property of the blueprint which is used to specify the DSL version used. For Studio Conductor, the versions that are currently defined are cloudify_dsl_1_0, cloudify_dsl_1_1, cloudify_dsl_1_2 and cloudify_dsl_1_3.


Conductor Manager Version DSL 1.3 DSL 1.4
5.1 and higher V V
6.4 and higher V

Example

tosca_definitions_version: cloudify_dsl_1_4

node_templates:
    ...

The version declaration must be included in the main blueprint file.