VM-side agent for Murano
Go to file
Henar Muñoz Frutos 5fc7584583 Puppet default execution involves the definition of none modules.
The Puppet executor has been modified to consider if the recipe is empty.

Closes Bug: #1477482

Change-Id: I23aad503a758e95729b0fb3108049a6652becb32
2015-07-31 13:25:33 +02:00
contrib Update Ubuntu-based image build documentation 2015-07-14 15:05:14 +00:00
doc/source Setup doc build and test infrastructure 2014-06-27 19:04:24 +04:00
etc Switch to oslo.service 2015-07-03 08:46:18 +00:00
muranoagent Puppet default execution involves the definition of none modules. 2015-07-31 13:25:33 +02:00
tools Remove muranoagent.conf.sample 2014-10-01 14:35:38 +00:00
.gitignore ignore testr output directory 2015-06-25 23:16:02 +00:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.testr.conf Run tests with testrepository 2014-08-29 11:39:34 +00:00
CONTRIBUTING.rst Update README file 2015-04-27 17:59:49 +03: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 Update README file 2015-04-27 17:59:49 +03:00
openstack-common.conf Switch to oslo.service 2015-07-03 08:46:18 +00:00
requirements.txt Switch to oslo.service 2015-07-03 08:46:18 +00:00
setup.cfg Update version for Liberty 2015-06-26 15:05:05 +03:00
setup.py Update requirements 2015-06-25 23:15:05 +00:00
test-requirements.txt Update requirements 2015-06-25 23:15:05 +00:00
tox.ini Fix use of the oslo-config-generator 2014-11-25 17:53:41 +02:00

README.rst

Murano Agent

Murano Agent is a VM-side guest agent that accepts commands from Murano engine and executes them.

Image building using DiskImage-Builder

Folder, named contrib/elements contains diskimage-builder elements to build an image which contains the Murano Agent required to use Murano.

Ubuntu based image containing the agent can be built and uploaded to Glance with the following commands:

$ git clone https://git.openstack.org/openstack/diskimage-builder.git
$ git clone https://git.openstack.org/openstack/murano-agent.git
$ export ELEMENTS_PATH=murano-agent/contrib/elements
$ diskimage-builder/bin/disk-image-create vm ubuntu \
  murano-agent -o ubuntu-murano-agent.qcow2
$ glance image-create --disk-format qcow2 --container-format bare \
  --name ubuntu-murano --file ubuntu-murano.qcow2 \
  --property murano_image_info='{"title": "Ubuntu for Murano", \
  "type": "linux"}'

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