Jump to: navigation, search

Difference between revisions of "Murano"

(Main Info)
(Documentation)
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
= Murano =
 
= Murano =
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog, which may be used by the cloud users (including the unexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a “push-the-button” manner.
+
The Murano Project introduces an application catalog to OpenStack, enabling application developers and cloud administrators to publish various cloud-ready applications in a browsable categorized catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.
Key goal is to provide UI and API which allows to compose and deploy composite environments on the Application abstraction level and then manage their lifecycle. The Service should be able to orchestrate complex circular dependent cases in order to setup complete environments with many dependant applications and services. However, the actual deployment itself will be done by the existing software orchestration tools (such as [[Heat]]), while the Murano project will become an integration point for various applications and services.
 
  
 +
The key goal is to provide UI and API which allows to compose and deploy composite environments on the Application abstraction level and then manage their lifecycle. The Service should be able to orchestrate complex circular dependent cases in order to setup complete environments with many dependent applications and services. However, the actual deployment itself will be done by the existing software orchestration tools (such as [[Heat]]), while the Murano project will become an integration point for various applications and services.
  
The current stable version of Murano is '''v0.4'''. For more information please refer to the [[Murano/ReleaseNotes_v0.4|Murano v0.4 Release Notes]].
+
For latest releases of Murano please refer to http://releases.openstack.org
 +
For release notes of Murano projects please refer to release note pages for [http://docs.openstack.org/releasenotes/murano/index.html murano], [http://docs.openstack.org/releasenotes/murano-dashboard/index.html murano-dashboard], [http://docs.openstack.org/releasenotes/python-muranoclient/index.html python-muranoclient], and [http://docs.openstack.org/releasenotes/murano-agent/index.html murano-agent].
  
 
===Main Info===
 
===Main Info===
 
* [[Murano/ApplicationCatalog|Application Catalog Project Overview]]
 
* [[Murano/ApplicationCatalog|Application Catalog Project Overview]]
* [[Murano/Screencasts|Murano Screencasts]]
 
 
* [[Murano/Roadmap|Roadmap]]
 
* [[Murano/Roadmap|Roadmap]]
* [[Murano/ListOfContributors|List Of Contributors]]
+
* [https://git.openstack.org/cgit/?q=murano Source code]
* [[Murano/SourceCode|Source Code]]
+
* [https://launchpad.net/murano Bug and Feature Tracker]
* [[Murano/Requirements|Requirements]]
 
* [https://bugs.launchpad.net/murano Bug Tracker]
 
* [[Murano/TestsDocumentation|Tests Documentation]]
 
* [https://launchpad.net/murano The Project in Launchpad]
 
* [[Murano/Specifications|Feature Specifications]]
 
  
 
===Documentation===
 
===Documentation===
{| border=0 width="45%"
+
<h5>[[Murano/Screencasts|Murano Screencasts]]</h5>
|-
+
<h5>Current documentation</h5>
| <h5>Current stable version</h5>
+
* [http://docs.openstack.org/developer/murano Developer documentation]
| <h5>Development version</h5>
+
 
|-
+
<br/>
|
 
* [http://murano-docs.github.io/0.4/getting-started/content Getting Started Guide] ([https://github.com/murano-docs/murano-docs.github.io/raw/master/latest/administrators-guide/administrators-guide.pdf pdf])
 
* [http://murano-docs.github.io/0.4/developers-guide/content/ch01.html Developer Guide] ([https://github.com/murano-docs/murano-docs.github.io/raw/master/latest/developers-guide/developers-guide.pdf pdf])
 
* [http://murano-docs.github.io/0.4/user-guide/content/ch01.html User Guide] ([https://github.com/murano-docs/murano-docs.github.io/raw/master/latest/getting-started/getting-started.pdf pdf])
 
* [http://murano-docs.github.io/0.4/administrators-guide/content/ch01.html Administrator Guide] ([https://github.com/murano-docs/murano-docs.github.io/raw/master/latesr/user-guide/user-guide.pdf pdf])
 
|
 
* [http://murano-docs.github.io/latest/getting-started/content/ch01.html Getting Started Guide]
 
* [http://murano-docs.github.io/latest/developers-guide/content/ch02.html Developer Guide]
 
* [http://murano-docs.github.io/latest/user-guide/content/ch01.html User Guide]
 
* [http://murano-docs.github.io/latest/administrators-guide/content/ch01.html Administrator Guide]
 
|}
 
<br />
 
 
See full list of [[Murano/Documentation|documentation per release]]
 
See full list of [[Murano/Documentation|documentation per release]]
  
===Getting involved===
+
==== Subpages ====
If you would like to ask some questions or make proposals, feel free to reach us on #murano IRC channel at FreeNode. Typically somebody from our team will be online at IRC from 6:00 to 20:00 UTC. You can also contact Murano community directly by sending an email to [mailto:openstack-dev@lists.openstack.org OpenStack Development Mailing List] (please, use a [Murano] prefix in the 'Subject' field of the your email).
 
 
 
We’re going to hold public weekly meetings on Tuesdays at 17:00 UTC on #openstack-meeting-alt IRC channel. Refer to [[Meetings]].
 
 
 
If you want to contribute either to docs or to code, simply send us change request via [http://review.openstack.org review.openstack.org]. You can file bugs and register blueprints at Murano [https://launchpad.net/murano Launchpad page].
 
  
We’ve created several etherpads to collaborate and gather the requirements together. Feel free to add anything which seems important for you:
+
{{Special:PrefixIndex/:Murano/}}
* [https://etherpad.openstack.org/p/AppCatalogUI Requirements for UI]
 
* [https://etherpad.openstack.org/p/AppCatalogRoadmap Roadmap with features and milestones]
 
* [https://etherpad.openstack.org/p/AppCatalogUseCases Use Cases, examples of how different users interact with the Application Catalog]
 

Latest revision as of 22:04, 11 July 2016

Murano

The Murano Project introduces an application catalog to OpenStack, enabling application developers and cloud administrators to publish various cloud-ready applications in a browsable categorized catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.

The key goal is to provide UI and API which allows to compose and deploy composite environments on the Application abstraction level and then manage their lifecycle. The Service should be able to orchestrate complex circular dependent cases in order to setup complete environments with many dependent applications and services. However, the actual deployment itself will be done by the existing software orchestration tools (such as Heat), while the Murano project will become an integration point for various applications and services.

For latest releases of Murano please refer to http://releases.openstack.org For release notes of Murano projects please refer to release note pages for murano, murano-dashboard, python-muranoclient, and murano-agent.

Main Info

Documentation

Murano Screencasts
Current documentation


See full list of documentation per release

Subpages