File: package_structure.rst

package info (click to toggle)
murano 1%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,644 kB
  • sloc: python: 34,127; sh: 717; pascal: 269; makefile: 83
file content (41 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. _package_structure:

Package structure
~~~~~~~~~~~~~~~~~

The structure of the Murano application package is predefined. An
application could be successfully uploaded to an application catalog.

The application package root folder should contain the following:

**manifest.yaml** file
 is an application entry point.

 .. note:: the filename is fixed, do not use any custom names.

**Classes** folder
 contains MuranoPL class definitions.

**Resources** folder
 contains execution plan templates and the **scripts**
 folder with all the files required for an application
 deployment located in it.

**UI** folder
 contains the dynamic UI YAML definitions.

**logo.png** file (optional)
 is an image file associated to your application.

 .. note::
    There are no any special limitations regarding an image filename.
    Though, if it differs from the default ``logo.png``, specify it
    in an application manifest file.

**images.lst** file (optional)
  contains a list of images required by an application.

Here is the visual representation of the Murano application
package structure:

.. image:: ../figures/structure.png