application deployment in side-projects

Asked by SFilatov

I've got an application uploaded in my main project, but since I'm trying to deploy it in a new project by non-admin user it logs:
"Package for class io.murano.Environment is not found" which indicates that it can't see applications

workaround for this - uploading packages again, but it's not what I expect it to be;
what is a correct solution for this?

Question information

Language:
English Edit question
Status:
Answered
For:
Murano Edit question
Assignee:
Alexander Tivelkov Edit question
Last query:
Last reply:
Revision history for this message
Alexander Tivelkov (ativelkov) said :
#2

If you want your applications to be accessible to other projects, you should make them "public". To do that, go to "Murano" -> "Manage" -> "Package Definitions" and press a "Modify Package" button next to your package. In the appeared dialog check the "Public" checkbox and press "Submit".

You should do the same for the "Core library" package. The error you are getting clearly indicates that that is the core library which is missing for your project.

Revision history for this message
SFilatov (sergeyfilatov) said :
#3

All the packages are public, I can see them in dashboard, I can get list of them by python-client - client.packages.filter(catalog=True),
But the deployment error remains

Revision history for this message
Ekaterina Chernova (efedorova) said :
#4

Hi!

Please, give information about your environment, so we can reproduce your problem.

What is the version of murano, what is the version of client?

Thanks!

Revision history for this message
Alexander Tivelkov (ativelkov) said :
#5

I would propose to file a bug at bugs.launchpad.net with a proper description etc. this is definitely an unexpected behavior of Murano, so it needs proper investigation.

Revision history for this message
SFilatov (sergeyfilatov) said :
#6

Thanks, moved issue into bug reports

Can you help with this problem?

Provide an answer of your own, or ask SFilatov for more information if necessary.

To post a message you must log in.