RETIRED, Examples and reference implementation of Murano application packages
Go to file
Dmytro Dovbii 2fbbb04b20 [WordPress] Use simple software configuration
Change-Id: If7e254ed03d040ce6348dc7094b57ccd35c55ca9
Partially-Implements: bp refactor-apps-scripts
2016-05-11 16:32:08 +00:00
ApacheHTTPServer/package [ApacheHttpServer] Use simple software configuration 2016-05-05 12:30:40 +00:00
Cassandra/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
Chef Merge "Initial refactoring of murano apllications" 2016-05-10 08:03:06 +00:00
CloudFoundry/package Merge "Initial refactoring of murano apllications" 2016-05-10 08:03:06 +00:00
CloudFoundryDiego Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
Docker Merge "Initial refactoring of murano apllications" 2016-05-10 08:03:06 +00:00
Guacamole/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
HDPSandbox/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
MongoDB/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
MySQL/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
OraclePDBConnector [OraclePDBConnector] Initial commit of Oracle PDB Connector. 2016-03-16 13:40:35 -06:00
PivotalOperationsManager Merge "Initial refactoring of murano apllications" 2016-05-10 08:03:06 +00:00
PostgreSQL/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
Puppet/MySQLPuppet Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
Rally/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
SQLDatabaseLibrary/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
SugarCRM/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
Tomcat/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
Windows/ActiveDirectory Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
WordPress/package [WordPress] Use simple software configuration 2016-05-11 16:32:08 +00:00
ZabbixAgent/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +03:00
ZabbixServer/package Initial refactoring of murano apllications 2016-04-07 12:55:24 +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.