VM-side agent for Murano
Go to file
huang.zhiping d8cd0ceee7 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Icb9a9fdc11393042cf1c96a7cc1a523cfb531f32
2018-06-09 11:29:19 +08:00
contrib Message signing implementation for legacy Windows agent 2018-01-03 10:31:20 +00:00
doc/source switch to openstackdocstheme 2017-07-07 14:53:19 +03:00
etc Switch to the oslo.log library 2015-08-05 15:44:00 +03:00
muranoagent Fix: config generation 2018-01-19 14:06:51 +05:30
releasenotes Update reno for stable/queens 2018-02-05 13:57:17 +00:00
tools Fix to use . to source script files 2017-09-06 12:27:48 +05:30
.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
.zuul.yaml add lower-constraints job 2018-03-22 15:55:34 -04:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-07-20 18:58:01 +08:00
HACKING.rst Update the documentation link for doc migration 2017-07-20 18:58:01 +08:00
LICENSE Extract main python client to the top 2014-05-29 20:02:50 +04:00
README.rst Update links in README 2018-03-28 17:30:04 +08:00
lower-constraints.txt add lower-constraints job 2018-03-22 15:55:34 -04:00
requirements.txt uncap eventlet 2018-05-07 17:42:20 +03:00
setup.cfg Update the documentation link for doc migration 2017-07-20 18:58:01 +08:00
setup.py Updated from global requirements 2017-03-02 11:47:25 +00:00
test-requirements.txt uncap eventlet 2018-05-07 17:42:20 +03:00
tox.ini fix tox python3 overrides 2018-06-09 11:29:19 +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
$ openstack image create ubuntu-murano --disk-format qcow2
  --container-format bare --file ubuntu-murano-agent.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://docs.openstack.org/murano/latest/

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