Examples and reference implementation of Murano application packages
Go to file
Nikolay Mahotkin 6277ddf204 [K8s] Fixing service naming
* Due to the service name length limitation
   it needs to be cut to 24 characters.

Closes-Bug: #1613651

Change-Id: Id2d68346034c0697f3fb41a090201e8736f8deec
(cherry picked from commit 2fe1ddc8e3)
2016-08-29 11:13:54 +03:00
ApacheHTTPServer/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
Cassandra/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
Chef Update namespaces for applications 2016-07-14 20:02:14 +03:00
CloudFoundry/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
CloudFoundryDiego Update namespaces for applications 2016-07-14 20:02:14 +03:00
Docker [K8s] Fixing service naming 2016-08-29 11:13:54 +03:00
Guacamole/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
HDPSandbox/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
MongoDB/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
MySQL/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
PivotalOperationsManager Update namespaces for applications 2016-07-14 20:02:14 +03:00
PostgreSQL/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
Puppet/MySQLPuppet Update namespaces for applications 2016-07-14 20:02:14 +03:00
Rally/package Merge "Update UI definitions to 2.2 version" 2015-09-28 03:39:15 +00:00
SQLDatabaseLibrary/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
SugarCRM/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
Tomcat/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
Windows/ActiveDirectory Update namespaces for applications 2016-07-14 20:02:14 +03:00
WordPress/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
ZabbixAgent/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
ZabbixServer/package Update namespaces for applications 2016-07-14 20:02:14 +03:00
.gitreview Update .gitreview for stable/mitaka 2016-03-22 13:48:16 +01: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.