Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested TOSCA functions in get_input #791

Closed
loicalbertin opened this issue Nov 22, 2022 · 0 comments · Fixed by #792
Closed

Support nested TOSCA functions in get_input #791

loicalbertin opened this issue Nov 22, 2022 · 0 comments · Fixed by #792
Assignees
Labels
enhancement New feature or request

Comments

@loicalbertin
Copy link
Member

As: TOSCA Component dev
I want to: use the get_input TOSCA function with nested TOSCA functions
So that: I can build complex stuff like { get_input: [ concat: [get_property: [SELF, input_base_name], "_v1"]]}

AC1: Similarly to #777, a limitation in Alien4Cloud prevent to use something else than a scalar as parameter of the get_input function. Apart from that this feature is already functional in Yorc. So we propose to introduce an alias to the get_input function called get_input_nf (nf for nested functions) that will not be handled and rejected by Alien.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant