radon-h2020/radon-gmt

What namespace to indicate?

gcasale opened this issue · 5 comments

I am following the GMT getting started at:
https://eclipse-winery.readthedocs.io/en/latest/user/yml/index.html#modeling-an-application

What should one indicate in the namespace? If I follow what shown in the video I get nowhere as the Editor starts with an error and then there are no graphical elements available to draw the TOSCA model

image

What kind of error did the editor show? The image you posted don't show errors. These are just "info" messages.

Have you started Winery based on the instructions available here?
https://eclipse-winery.readthedocs.io/en/latest/user/getting-started.html#launching-with-docker

If you have no types for modeling you may missed to set the WINERY_REPOSITORY_URL variable at docker run ....

You were using a wrong Docker image most probably due to an outdated getting started guide. Please check the command again. However, make sure you are using the opentosca/radon-gmt Docker image.

Further, I added a hint on what to put into the "namespace" field.
Essentially it's there to group your service templates, e.g., into com.example.blueprints and/or radon.blueprints etc.