Examples and reference implementation of Murano application packages
Go to file
Stan Lagun dabb1ee606 [Docker] Do not try to delete container on destroyed host
When Environment get deleted both Docker/k8s host and
Docker applications get deleted. So it is possible that host
will try to delete container from an Instance that was already
destroyed. Attempt to send commands to such instance
will hang until timeout because there is no more agent
exist on the other side.

Change-Id: Ia6e8064ae50c24ce595ed08e446ed45b96b4a330
Closes-Bug: #1504623
Depends-On: I298f3f079a153ef87ed7213b7f1432c9e5e4b4b6
2015-10-12 11:23:27 +00:00
ApacheHTTPServer/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
Chef Update readme with new paths for Chef/Puppet apps 2015-10-06 20:06:28 +02:00
CloudFoundry/package Correct malformed argument to right type 2015-10-08 14:56:49 +03:00
CloudFoundryDiego Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
Docker [Docker] Do not try to delete container on destroyed host 2015-10-12 11:23:27 +00:00
Guacamole/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
HDPSandbox/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
MySQL/package [MySQL] Allow to use reserved words in database name 2015-09-30 16:59:50 +03:00
PostgreSQL/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
Puppet/MySQLPuppet Update readme with new paths for Chef/Puppet apps 2015-10-06 20:06:28 +02:00
Rally/package Merge "Update UI definitions to 2.2 version" 2015-09-28 03:39:15 +00:00
SQLDatabaseLibrary/package Add license information 2015-04-20 19:15:15 +03:00
SugarCRM/package Added SugarCRM application package 2015-09-09 19:25:33 +03:00
Tomcat/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
Windows/ActiveDirectory/package Error in Administrator password initialization fixed for ActiveDirecrory app 2015-09-24 19:24:04 +00:00
WordPress/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
ZabbixAgent/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
ZabbixServer/package Update UI definitions to 2.2 version 2015-09-25 11:54:13 +03:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:42:22 +00:00
CONTRIBUTING.rst Add information to Readme 2015-04-27 17:21:06 +03:00
HACKING.rst Guideline on commit message title added 2015-10-01 13:12:53 +00:00
README.rst Add information to Readme 2015-04-27 17:21:06 +03:00

README.rst

Murano Applications Repository

Contains Murano Application packages source code. All current applications supposed to work on Ubuntu Trusty with murano-agent installed. Other Ubuntu versions are not tested.

Composing an application package

Murano Applications are imported as zip archives, so to make an application ready to use in Murano, it should be zipped first.

To make a valid murano package take package folder located under application directory and zip it's content. Make sure new archive doesn't contain package folder itself. For more information, refer to Murano documentation.

Importing application package

  • Use murano dashboard to import packages. Go to Murano > Manage > Package Definitions and press Import Package
  • Use murano CLI murano package-import
  • Local zip file, URL or package name, located in Murano repository can be provided

Building DIB elements for application image

Please, refer to readme.rst file located at application folder to find out how to build image for a specific application.

DIB elements with which image should be build are located at elements folder at the same level with package folder. If application folder doesn't contain elements inside - it means, that no other preparation except murano-agent is needed.