We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The main branch is in the middle of some changes. Could you git checkout the same tag that you downloaded?
Sorry, something went wrong.
Actually this whole example is out of date and should be deleted. Please ignore it.
Ok thank you for the help! I'll wait for the changes to be done.
No branches or pull requests
I tried to compile the Bookinfo example service template using the command:
but I got the following error:
I modified the import path of the Kubernetes profile to:
but I got a new error:
The text was updated successfully, but these errors were encountered: