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 entry_schema in list datatype defintions. #40

Closed pmjordan closed 3 years ago

pmjordan commented 3 years ago

TOSCA 1.3 para 3.8.6.3 seems to suggest that entry_schema can be defined within a data type definition. I added the following to line 156 of examples/tosca/data-types.yaml

LowerCaseList: derived_from: list entry_schema: LowerCase

but a puccini parse gives the error

@158,5 data_types["LowerCaseList"].entry_schema: unsupported field

tliron commented 3 years ago

Thanks! You are correct, this feature is missing. Will work on adding it.