VM-side agent for Murano
Go to file
zhurong 8739083d09 Marking rabbitmq password config property as secret
As this has changed in murano in [0],
this patch change murano-agent.

[0]: I9f41f334e0f32ee31c40c27c977ed801a68830e7

Closes-bug: #1658044
Change-Id: Idc80808dcf54eb2d457cdcf3d42e23236e07a64f
2017-01-20 10:43:29 +00:00
contrib Fix Null Reference exception in Windows agent PS scripts 2016-09-26 17:19:33 -05:00
doc/source Replace deprecated library function os.popen() with subprocess 2016-01-13 23:16:13 +08:00
etc Switch to the oslo.log library 2015-08-05 15:44:00 +03:00
muranoagent Marking rabbitmq password config property as secret 2017-01-20 10:43:29 +00:00
releasenotes Enable release notes translation 2016-10-06 20:31:01 +02:00
tools Enable pep8 to check files in directory tools 2016-02-20 16:07:57 +08:00
.gitignore Fix coverage option and execution 2016-09-30 22:43:11 +09: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 Replace stackforge with openstack 2015-12-04 19:47:33 +05:30
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
README.rst Show team and repo badges on README 2016-11-25 15:52:18 +01:00
requirements.txt Updated from global requirements 2016-12-23 03:30:43 +00:00
setup.cfg update homepage with developer documentation page 2016-09-21 13:45:24 +05:30
setup.py Updated from global requirements 2015-12-23 00:52:15 +00:00
test-requirements.txt Add debug to tox enviroment 2017-01-17 11:20:39 +08:00
tox.ini Add debug to tox enviroment 2017-01-17 11:20:39 +08:00

README.rst

Team and repository tags

image

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
$ export DIB_CLOUD_INIT_DATASOURCES=OpenStack
$ 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:

http://docs.openstack.org/developer/murano/

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