VM-side agent for Murano
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
OpenStack Release Bot 9ae3969bbd Update master for stable/2023.1
Add file to the reno documentation build to show release notes for
stable/2023.1.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.

Sem-Ver: feature
Change-Id: I35e043c2307bb1e467153c838805222acc4d0c86
3 months ago
contrib Fix murano-agent DIB 1 year ago
doc Switch to newer openstackdocstheme and reno versions 3 years ago
etc Switch to the oslo.log library 8 years ago
muranoagent Fix write mode for execution plan queue 7 months ago
releasenotes Update master for stable/2023.1 3 months ago
.gitignore Remove the unused tools scripts 5 years ago
.gitreview OpenDev Migration Patch 4 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 8 months ago
CONTRIBUTING.rst [community goal] Update contributor documentation 2 years ago
HACKING.rst Update the documentation link for doc migration 6 years ago
LICENSE Extract main python client to the top 9 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
requirements.txt Remove use of anyjson module 8 months ago
setup.cfg Add py38 package metadata 3 years ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Fix lower-constraints job 2 years ago
tox.ini Fix tox 4 compatibility 3 months ago

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