Examples and reference implementation of Murano application packages
Go to file
Alexander Bochkarev 5dc9e984fb Add Docker Elasticsearch
Elasticsearch is a search server based on Lucene. It provides a
distributed, multitenant-capable full-text search engine with a
RESTful web interface and schema-free JSON documents.

Docker Elasticsearch - https://github.com/tutumcloud/elasticsearch

Change-Id: I9d3ff1ef48036a04383e48a948bc1930a1bdff0f
2015-07-28 15:09:46 +04:00
ApacheHTTPServer/package Utilize Custom Network selector in Apache App 2015-07-14 19:34:34 +03:00
Chef Adding Chef and Puppet examples with complete structure 2015-07-21 12:31:27 +02:00
CloudFoundry/package Add license information 2015-04-20 19:15:15 +03:00
CloudFoundryDiego Add CloudFoundryDiego 2015-04-23 16:13:59 +03:00
Docker Add Docker Elasticsearch 2015-07-28 15:09:46 +04:00
Guacamole/package Add Guacamole 2015-07-03 10:25:18 +04:00
HDPSandbox/package Add HDP Sandbox application 2015-05-08 19:08:17 +03:00
MySQL/package Add Require section to maniest file for all apps 2015-05-26 09:41:30 +03:00
PostgreSQL/package Add Require section to maniest file for all apps 2015-05-26 09:41:30 +03:00
Puppet/MySQLPuppet/package Adding Chef and Puppet examples with complete structure 2015-07-21 12:31:27 +02:00
Rally/package Fix Rally application 2015-05-11 11:37:27 +03:00
SQLDatabaseLibrary/package Add license information 2015-04-20 19:15:15 +03:00
Tomcat/package Add license information 2015-04-20 19:15:15 +03:00
Windows/ActiveDirectory/package Fix minor issues in ActiveDirectory app 2015-07-20 14:15:53 +03:00
WordPress/package Add Require section to maniest file for all apps 2015-05-26 09:41:30 +03:00
ZabbixAgent/package Add Require section to maniest file for all apps 2015-05-26 09:41:30 +03:00
ZabbixServer/package Add license information 2015-04-20 19:15:15 +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 Add information to Readme 2015-04-27 17:21:06 +03: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.