xlab-si / xopera-opera

xOpera orchestrator compliant with TOSCA YAML v1.3 in the making
https://xlab-si.github.io/xopera-docs/
Apache License 2.0
35 stars 14 forks source link

Refactorings for TOSCA functions #215

Closed anzoman closed 2 years ago

anzoman commented 3 years ago

TOSCA functions are a complex feature that allows passing data between different locations within TOSCA template. With these changes we are refactoring mostly get_attribute and get_property functions in order to support their full syntax with all keywords and targeted modelable entities (see #212). In the future we'll try to do the same for other remaining functions.

Resolves #101, closes #212.

anzoman commented 3 years ago

@sstanovnik thanks for the review, all discussions are now resolved.

sstanovnik commented 2 years ago

Great!