Skip to content
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

Cloudnet uses Simple Profile types for Version 2.0 templates #62

Open
lauwers opened this issue May 18, 2022 · 3 comments
Open

Cloudnet uses Simple Profile types for Version 2.0 templates #62

lauwers opened this issue May 18, 2022 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lauwers
Copy link

lauwers commented May 18, 2022

Cloudnet accepts the following TOSCA file without errors:

tosca_definitions_version: tosca_2_0

topology_template:
  node_templates:
    root:
      type: Root

It should report an error since the Root node type is not defined anywhere (It is defined in the Simple Profile which should not be used by Version 2.0 templates).

@philippemerle philippemerle self-assigned this May 18, 2022
@philippemerle philippemerle added the bug Something isn't working label May 18, 2022
@philippemerle
Copy link
Collaborator

@lauwers Thank you for reporting this that will be put into my long TODO list :-)

@philippemerle philippemerle added the good first issue Good for newcomers label May 18, 2022
@lauwers
Copy link
Author

lauwers commented May 19, 2022

Yes, too many things to do :-)

@philippemerle
Copy link
Collaborator

The TOSCA 2.0 support is still experimental and shall be improved in coming weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants