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.
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 | 1 year ago | |
doc | 3 years ago | |
etc | 8 years ago | |
muranoagent | 7 months ago | |
releasenotes | 3 months ago | |
.gitignore | 5 years ago | |
.gitreview | 4 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 8 months ago | |
CONTRIBUTING.rst | 2 years ago | |
HACKING.rst | 6 years ago | |
LICENSE | 9 years ago | |
README.rst | 4 years ago | |
requirements.txt | 8 months ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 3 months ago |
README.rst
Team and repository tags
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:
Developer documentation can be found here:
Additional resources are linked from the project wiki page:
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0