RETIRED, VM-side agent for Murano
Go to file
Henar Muñoz Frutos d7af39d3dd Support for Configuration Language. File Downloading
Execution plan files can be tranfered as binaries as just an URL to be download.
This code download the file when it is a URL

Partially-Implements Blueprint: conf-language-support

Change-Id: I102546a04a93dc74a4647cc8ad7a33d78ebca86b
2015-03-24 15:59:41 +01:00
contrib Self-sufficient DIB elements 2015-02-06 16:01:05 +03:00
doc/source Setup doc build and test infrastructure 2014-06-27 19:04:24 +04:00
etc Remove existing config 2015-02-10 19:56:06 +03:00
muranoagent Support for Configuration Language. File Downloading 2015-03-24 15:59:41 +01:00
tools Remove muranoagent.conf.sample 2014-10-01 14:35:38 +00:00
.gitignore Remove existing config 2015-02-10 19:56:06 +03:00
.gitreview Cherry-pick following commit from release-0.2 2013-09-10 15:34:28 +04:00
.testr.conf Run tests with testrepository 2014-08-29 11:39:34 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:45 +00: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 Self-sufficient DIB elements 2015-02-06 16:01:05 +03:00
openstack-common.conf Fix use of the oslo-config-generator 2014-11-25 17:53:41 +02:00
requirements.txt Support for Configuration Language. File Downloading 2015-03-24 15:59:41 +01:00
setup.cfg Fix use of the oslo-config-generator 2014-11-25 17:53:41 +02:00
setup.py Extract main python client to the top 2014-05-29 20:02:50 +04:00
test-requirements.txt Support for Configuration Language. File Downloading 2015-03-24 15:59:41 +01: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 dib

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

An example 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/stackforge/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 < ubuntu-murano.qcow2

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