-
Notifications
You must be signed in to change notification settings - Fork 4
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
invalid requirement syntax #1
Comments
Hi Guillaume, TOSCA grammar has changed on various aspects in the past years and alien4cloud project started based on some early working draft. We are getting closer to full simple profile support keeping retro-compatibility with previous supported grammars. The current file grammar version is defined by the tosca_definitions_version with is right now alien_dsl_1_2_0. We will for sure consider that in next versions a4c hopefully shifting the tosca_definitions_version of this document to tosca_simple_yaml_1_0 which is the official one. You can read more on our support and grammar differences here: Luc Your issue will remain open until we actually perform the switch. |
Thank you very much. Will you support the shorthand_name ? In Tosca I can write a Node extends Compute, this will be resolved as tosca.nodes.Compute . I don't know why the shorthand are not present in the tosca normative examples . I am making my own Tosca compiler and I add the corresponding shorthand_name to the definition that have one in the tosca spec. |
requirements in tosca specification is eg
in this yaml file it is
however this syntax is invalid. It should instead be
The text was updated successfully, but these errors were encountered: