RETIRED, further work has moved to Debian project infrastructure
Go to file
Serg Melikyan 8c91052b47 Add support for actions in engine
Methods in MuranoPL now can be marked with Usage attribute
to specify whether particular method available for remote
call or not. By default usage is Runtime (not available for
remote call).

Workflow:
  migrateVm:
    Usage: Action
    Arguments:
      - killExisting:
          Contract: $.bool()
          Default: True

Change-Id: If3da3c6bf67aa79d522d82abbf3b5378f72e87ae
Partially-Implements: blueprint application-actions
2014-06-03 14:01:41 +04:00
contrib Import networking library with devstack 2014-05-27 16:51:50 +04:00
doc/source Allow package_get by name 2014-05-29 09:32:43 -05:00
etc Refactor api.catalog.search() method to provide 'next_marker' value 2014-05-29 13:44:40 +04:00
functionaltests Add initial tests for application deployments 2014-05-27 12:33:20 +00:00
meta Add support for actions in engine 2014-06-03 14:01:41 +04:00
murano Add support for actions in engine 2014-06-03 14:01:41 +04:00
tools Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
.gitignore Update gitignore 2014-03-08 12:33:00 +00:00
.gitreview Update gitreview to match repo rename 2014-05-23 18:21:12 -04:00
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
common.inc Code update 2014-05-27 13:31:40 +04:00
CONTRIBUTING.rst Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
HACKING.rst Added developer documentation 2014-04-21 16:32:28 +04:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
MANIFEST.in Cherry-pick the following commits from release-0.4: 2014-01-10 18:23:01 +04:00
openstack-common.conf Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
README.rst Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
requirements.txt Drop unused dependencies 2014-05-29 19:24:42 +04:00
run_tests.sh Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
setup.cfg Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
setup.py Update requirements to match havana's ones. 2013-10-29 13:16:24 +04:00
setup.sh Code update 2014-05-27 13:31:40 +04:00
test-requirements.txt Requirements bumped to global-requirements.txt 2014-04-04 19:47:03 +04:00
tox.ini Cleanup tox.ini 2014-05-29 19:22:57 +04:00

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 inexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a "push-the-button" manner.

Project Resources

Project status, bugs, and blueprints are tracked on Launchpad:

https://launchpad.net/murano

Developer documentation can be found here:

https://murano.readthedocs.org

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/Murano

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0