Skip to content

Problems with Bookinfo example #9

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

Open
amarchese96 opened this issue Jul 26, 2021 · 3 comments
Open

Problems with Bookinfo example #9

amarchese96 opened this issue Jul 26, 2021 · 3 comments

Comments

@amarchese96
Copy link

I tried to compile the Bookinfo example service template using the command:

puccini-tosca compile bookinfo-simple.yaml

but I got the following error:

PROBLEMS (1)
  file:/home/angelo/turandot/examples/bookinfo/types/bookinfo.yaml
    @5,3 imports[0]: URL not found: ../../../../assets/tosca/profiles/kubernetes/1.0/profile.yaml

I modified the import path of the Kubernetes profile to:

../../../assets/tosca/profiles/kubernetes/1.0/profile.yaml

but I got a new error:

PROBLEMS (2)
  file:/home/angelo/turandot/examples/bookinfo/types/bookinfo.yaml
    @31,11 node_types["Bookinfo"].capabilities["deployment"].properties["template"].type: missing required field
    @26,11 node_types["Bookinfo"].capabilities["service"].properties["ports"].type: missing required field
@tliron
Copy link
Owner

tliron commented Jul 26, 2021

The main branch is in the middle of some changes. Could you git checkout the same tag that you downloaded?

@tliron
Copy link
Owner

tliron commented Jul 26, 2021

Actually this whole example is out of date and should be deleted. Please ignore it.

@amarchese96
Copy link
Author

Ok thank you for the help! I'll wait for the changes to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants