VM-side agent for Murano
Go to file
Corey Bryant ce41ef5b78 add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: Ief3793d1eb81458c46a2ae13de97281a77f91802
Story: #2004073
Task: #27431
2019-02-15 00:16:36 -05:00
contrib Message signing implementation for legacy Windows agent 2018-01-03 10:31:20 +00:00
doc murano-aget PTI docs build 2018-07-30 10:40:13 +08:00
etc Switch to the oslo.log library 2015-08-05 15:44:00 +03:00
muranoagent Fix unit tests for python3.6 2018-08-23 10:22:45 -04:00
releasenotes Update reno for stable/rocky 2018-07-23 15:34:28 +00:00
.gitignore Remove the unused tools scripts 2018-07-30 14:07:45 +08:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.stestr.conf Switch to stestr 2018-07-10 17:24:23 +07:00
.zuul.yaml add python 3.7 unit test job 2019-02-15 00:16:36 -05: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 Switch to stestr 2018-07-10 17:24:23 +07:00
requirements.txt Switch to stestr 2018-07-10 17:24:23 +07:00
setup.cfg Add py36 to classifier and update tox version 2019-01-05 12:16:09 +08:00
setup.py Updated from global requirements 2017-03-02 11:47:25 +00:00
test-requirements.txt murano-aget PTI docs build 2018-07-30 10:40:13 +08:00
tox.ini Add py36 to classifier and update tox version 2019-01-05 12:16:09 +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