Multipal Heat Teamplate Support

Asked by Layne Peng

Murano can support Heat template format package. I wonder know how can I turn a multipal Heat template, including sub-template and OS::Heat::MultipartMime of shell scripts to a Murano package?

Question information

Language:
English Edit question
Status:
Solved
For:
Murano Edit question
Assignee:
No assignee Edit question
Solved by:
Ekaterina Chernova
Solved:
Last query:
Last reply:
Revision history for this message
Best Ekaterina Chernova (efedorova) said :
#1

Hi!

hot-type packages doesn't support compound hot templates.

But you can compose hot-template manually, from regular murano package.

As you now, murano compose single heat template from application configuration.

It's possible in your application to use hot-templeates directly, without using murano execution plan and agent.

I don't know how compound templates work, but may be calling several templates manually (in app definition) will do the trick.

Please, take a look at this example https://github.com/gokrokvertskhov/murano-app-incubator/blob/monitoring-latest/io.murano.apps.test.SimpleVMcluster/Classes/SimpleVMcluster.murano#L72

Regarding type of Resources - Murano supports all that supports Heat, since it uses it directly.

Regards, Kate

Revision history for this message
Layne Peng (appamail) said :
#2

Thanks Ekaterina Chernova, that solved my question.