Skip to content

Commit a1dbff6

Browse files
kubamaJakub Madejalexmolev
authored
RD-6459 Update properties pane documentation (#2531)
* Updated properties pane documentation * Rephrase --------- Co-authored-by: Jakub Madej <jakub.madej@cloudify.co> Co-authored-by: alexmolev <amolev@gmail.com>
1 parent 7c32383 commit a1dbff6

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

content/developer/composer/blueprint-creation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7889
For **Dictionary** and **List** types, as well as for **Advanced** mode it is possible to use intrinsic functions manually.
-28 KB
Loading

0 commit comments

Comments
 (0)