VM-side agent for Murano
Go to file
Ekaterina Fedorova 334106047c Add sample config and it's checker
* Add scripts for generation sample configs
* Fix name in setup.cfg, otherwise module is not recognized
* Add check to pep8 to follow new config parameters

Change-Id: I42918abc7fdcf9c6779c4e97ba7f2b605b9057e8
2014-08-25 18:49:01 +04:00
contrib Extract main python client to the top 2014-05-29 20:02:50 +04:00
doc/source Setup doc build and test infrastructure 2014-06-27 19:04:24 +04:00
etc Add sample config and it's checker 2014-08-25 18:49:01 +04:00
init.d Extract main python client to the top 2014-05-29 20:02:50 +04:00
muranoagent Add sample config and it's checker 2014-08-25 18:49:01 +04:00
tools Add sample config and it's checker 2014-08-25 18:49:01 +04:00
.gitignore Extract main python client to the top 2014-05-29 20:02:50 +04:00
.gitreview Cherry-pick following commit from release-0.2 2013-09-10 15:34:28 +04:00
CONTRIBUTING.rst Extract main python client to the top 2014-05-29 20:02:50 +04:00
HACKING.rst Extract main python client to the top 2014-05-29 20:02:50 +04:00
LICENSE Extract main python client to the top 2014-05-29 20:02:50 +04:00
MANIFEST.in Extract main python client to the top 2014-05-29 20:02:50 +04:00
README.rst Extract main python client to the top 2014-05-29 20:02:50 +04:00
openstack-common.conf Add sample config and it's checker 2014-08-25 18:49:01 +04:00
requirements.txt Updated from global requirements 2014-07-06 01:44:53 +08:00
setup-centos.sh Extract main python client to the top 2014-05-29 20:02:50 +04:00
setup.cfg Add sample config and it's checker 2014-08-25 18:49:01 +04:00
setup.py Extract main python client to the top 2014-05-29 20:02:50 +04:00
setup.sh Extract main python client to the top 2014-05-29 20:02:50 +04:00
test-requirements.txt Extract main python client to the top 2014-05-29 20:02:50 +04:00
tox.ini Add sample config and it's checker 2014-08-25 18:49:01 +04:00

README.rst

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.

murano-agent

Murano Agent is a VM-side guest agent that accepts commands from Murano Conductor and executes them. We have two Agent implementations targeting different platforms, but eventually we going to end up with Python Agent that works on Linux and uses new execution plan format described in Unified Agent

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