Examples and reference implementation of Murano application packages
Go to file
Nikolay Mahotkin a6032decba Fixing docker DIB element for setting correct MTU
* docker0 interface in ubuntu had incorrect MTU value
 * Older docker (< v1.1) automatically infer MTU value based
 on host. But since 1.1 docker doesn't do this. It
 sets MTU value 1500 which causes some network problems
 (especially with SSL/TLS/HTTPS) and apps like
 HTTPdSite and NginXSite couldn't clone the repo.

Closes-Bug: 1608836

Change-Id: I62482bce9ad4f45b7ea2d1d4db77d009c7191f7b
2016-08-26 15:17:38 +03:00
ApacheHTTPServer/package Update namespaces for applications 2016-06-17 09:42:23 +00:00
BIND/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
Cassandra/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
Chef Delete unused parameter in GitChef 2016-07-22 16:57:25 +09:00
Clearwater/package Merge "Shell files syntax cleanup" 2016-08-09 08:59:48 +00:00
CloudFoundry/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
CloudFoundryDiego Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
Docker Fixing docker DIB element for setting correct MTU 2016-08-26 15:17:38 +03:00
GoCD/package go.cd application for murano 2016-07-28 11:37:04 +02:00
Guacamole/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
HDPSandbox/package Update namespaces for applications 2016-06-17 09:42:23 +00:00
MongoDB/package Update namespaces for applications 2016-06-17 09:42:23 +00:00
MySQL/package Update namespaces for applications 2016-06-17 09:42:23 +00:00
OraclePDBConnector Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
PaloAlto/package PaloAlto Firewall application for Murano 2016-08-10 16:12:04 +02:00
PivotalOperationsManager Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
Plone/package [Plone] Application added 2016-08-08 07:13:52 +03:00
PostgreSQL/package Update namespaces for applications 2016-06-17 09:42:23 +00:00
Puppet/MySQLPuppet Update namespaces for applications 2016-06-17 09:42:23 +00:00
Rally/package [Rally] Use simple software configuration 2016-05-11 16:31:26 +00:00
RefStackClient/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
SQLDatabaseLibrary/package Update namespaces for applications 2016-06-17 09:42:23 +00:00
SugarCRM/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
Tomcat/package Merge "Correct and clarify comments in TomcatTest example" 2016-06-21 23:10:48 +00:00
Windows/ActiveDirectory Yaml syntax cleanup 2016-07-27 14:06:24 +00:00
WordPress/package Yaml syntax cleanup 2016-07-27 14:06:24 +00:00
ZabbixAgent/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
ZabbixServer/package Shell files syntax cleanup 2016-07-29 09:05:33 +00:00
tools/jenkins Add RefStackClient unittest runner 2016-08-09 09:10:31 +00: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
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 20:55:02 +02:00
tox.ini Add RefStackClient unittest runner 2016-08-09 09:10:31 +00: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.