From e96e992bb487b455f9d1da55617cc8c4dde4ba1f Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Mon, 9 Mar 2015 23:11:41 +0300 Subject: [PATCH] Adding the Murano Application Catalog to OpenStack Murano is a set of code repositories that implements an application catalog. Our mission is to provide a RESTful API and user interface that allows users to compose and deploy complex composite application environments and manage the lifecycle of those environments. The code base has existed for well over 2 years in the stackforge code namespace. The Murano contributor community being made up of more than 10 contributors from Mirantis, HP, Telefonica, and other organizations, and we hope to get it more diverse after moving to /openstack space. We will hold elections for our PTL, currently Serg Melikyan, on a regular basis according to standard OpenStack community practices. Our meetings are weekly, on IRC, and our roadmap is transparent and managed on Launchpad again using standard OpenStack community practices. We rely on Heat as orchestration engine for provisioning application on vm, and plan to move storing application packages to Glance, once Artifact Repository will be available in Glance. Change-Id: I24b5309a2365495e041155ee2d6799dbf79479d9 --- reference/projects.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/reference/projects.yaml b/reference/projects.yaml index ec501721e..7e5c892d3 100644 --- a/reference/projects.yaml +++ b/reference/projects.yaml @@ -490,6 +490,21 @@ Manila: - repo: openstack/manila - repo: openstack/python-manilaclient +Murano: + ptl: Serg Melikyan (smelikyan) + service: Application catalog + mission: > + To provide UI and API which allows to compose and deploy composite environments + on the application abstraction level and then manage their lifecycle. + url: https://wiki.openstack.org/wiki/Murano + projects: + - repo: openstack/murano + - repo: openstack/murano-dashboard + - repo: openstack/python-muranoclient + - repo: openstack/murano-agent + - repo: openstack/murano-apps + - repo: openstack/murano-specs + OpenStackClient: ptl: Dean Troyer (dtroyer) service: command line client @@ -500,4 +515,4 @@ OpenStackClient: projects: - repo: openstack/python-openstackclient - repo: openstack/cliff - - repo: stackforge/os-client-config + - repo: stackforge/os-client-config \ No newline at end of file