tliron / puccini

Cloud topology management and deployment tools based on TOSCA
https://puccini.cloud
Apache License 2.0
88 stars 20 forks source link

Support normalization of parameter definitions #24

Open tliron opened 5 years ago

tliron commented 5 years ago

We currently only support parameter assignments. Parameter definitions are rarer, but they are still necessary:

This will be non-trivial, as quite a lot of type information (including entry schema), and constraints will also need to be normalized. This should be supported with a JavaScript API.