File tree Expand file tree Collapse file tree
content/developer/composer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,17 @@ Depending on the property type this can be changed to one of other options:
7373
7474- ** Input** - allows using input value as property value (uses ` get_input ` intrinsic function)
7575- ** Secret** - allows using secret value as property value (uses ` get_secret ` intrinsic function)
76+ - ** Property** - allows using another's node template property as value (uses ` get_property ` intrinsic function)
77+ - ** System** - allows using tenant name or certain deployment attributes as property value
78+ - ** Environment capability** - allows using existing environment blueprint capability as property value (uses ` get_environment_capability ` intrinsic function).
79+ When this option is active the value is specified with two dropdowns.
80+ The first one selects environment blueprint existing on the {{< param cfy_manager_name >}}.
81+ The second one selects capability of the environment blueprint.
82+ - ** Capability** - allows using component blueprint capability as property value (uses ` get_capability ` intrinsic function).
83+ When this option is active the value is specified with two dropdowns.
84+ The first one selects component node template that is associated with a blueprint existing on the {{< param cfy_manager_name >}}.
85+ The second one selects capability of the blueprint.
86+ - ** Attribute** - allows using node instance attribute as property value (uses ` get_attribute ` intrinsic function).
7687- ** Advanced** - allows specifying any valid YAML as property value
7788
7889For ** Dictionary** and ** List** types, as well as for ** Advanced** mode it is possible to use intrinsic functions manually.
You can’t perform that action at this time.
0 commit comments