VM-side agent for Murano
Go to file
Ghanshyam Mann 2b2cc45bce [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

murano-agent is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: I343c7e7bde76f086e00756be63de48204dcdb0a9
2019-11-25 08:11:31 +00:00
contrib Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:10:09 +08:00
doc [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +00: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 [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +00:00
.gitignore Remove the unused tools scripts 2018-07-30 14:07:45 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:31:33 +00:00
.stestr.conf Switch to stestr 2018-07-10 17:24:23 +07:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +00:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:10:09 +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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:10:09 +08:00
lower-constraints.txt [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +00:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +00: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 [ussuri][goal] Drop python 2.7 support and testing 2019-11-25 08:11:31 +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