VM-side agent for Murano
Go to file
OpenStack Release Bot df378affb8 Update TOX_CONSTRAINTS_FILE for stable/2023.2
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.2 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I3aa9d8f767c5ff98dc6cabe47a28296ae652f196
2023-09-15 13:48:52 +00:00
contrib Fix murano-agent DIB 2022-01-08 02:46:52 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-31 20:03:24 +02:00
etc Switch to the oslo.log library 2015-08-05 15:44:00 +03:00
muranoagent Fix write mode for execution plan queue 2022-11-15 13:33:32 +11:00
releasenotes Update master for stable/2023.1 2023-03-07 09:03:31 +00:00
.gitignore Remove the unused tools scripts 2018-07-30 14:07:45 +08:00
.gitreview Update .gitreview for stable/2023.2 2023-09-15 13:48:51 +00:00
.stestr.conf Switch to stestr 2018-07-10 17:24:23 +07:00
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 2022-10-12 02:56:31 +00:00
CONTRIBUTING.rst [community goal] Update contributor documentation 2021-05-17 18:03:42 -05: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:10:09 +08:00
requirements.txt Remove use of anyjson module 2022-10-12 13:55:45 +11:00
setup.cfg Add py38 package metadata 2020-04-24 08:22:37 -05:00
setup.py Cleanup py27 support 2020-04-07 01:46:46 -07:00
test-requirements.txt Fix lower-constraints job 2021-04-07 09:15:02 +08:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.2 2023-09-15 13:48:52 +00: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://opendev.org/openstack/diskimage-builder.git
$ git clone https://opendev.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