tliron / puccini

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

Add new quirks for SOL001 parsing #72

Closed jpc4242 closed 3 years ago

jpc4242 commented 3 years ago

This PR merges in a single commit all the changes originally discussed in PR#58 2 new quirks are added imports.ignore.topology_template ignore topology_template in imported units substitution_mappings.requirements.allow_dangling allow a requirement in substitution_mapping to point to an undeclared requirement of a node in node_template

tliron commented 3 years ago

Hi, in my latest commit I did some cleanup and change the name of "substitution_mappings.requirements.allow_dangling" to ""substitution_mappings.requirements.permissive" (and also changed its implementation a bit). Also made sure all the documentation matched.