Metadata-Version: 2.0
Name: murano-agent
Version: 2014.2.2
Summary: Python Murano Agent
Home-page: htts://launchpad.net/murano
Author: Mirantis, Inc.
Author-email: openstack-dev@lists.openstack.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: pbr (>=0.6,!=0.7,<1.0)
Requires-Dist: anyjson (>=0.3.3)
Requires-Dist: Babel (>=1.3)
Requires-Dist: eventlet (>=0.15.1)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: kombu (>=2.5.0)
Requires-Dist: oslo.config (>=1.4.0)
Requires-Dist: six (>=1.7.0)
Requires-Dist: stevedore (>=1.0.0)
Requires-Dist: semver (!=2.0)
Requires-Dist: bunch

Murano
======
Murano Project introduces an application catalog, which allows application
developers and cloud administrators to publish various cloud-ready
applications in a browsable‎ categorised catalog, which may be used by the
cloud users (including the inexperienced ones) to pick-up the needed
applications and services and composes the reliable environments out of them
in a "push-the-button" manner.

murano-agent
============
Murano Agent is a VM-side guest agent that accepts commands from
Murano Conductor and executes them. We have two Agent implementations
targeting different platforms, but eventually we going to end up with
Python Agent that works on Linux and uses new execution plan format
described in `Unified Agent <https://wiki.openstack.org/wiki/Murano/UnifiedAgent>`_

Project Resources
-----------------

Project status, bugs, and blueprints are tracked on Launchpad:

  https://launchpad.net/murano

Developer documentation can be found here:

  https://murano.readthedocs.org

Additional resources are linked from the project wiki page:

  https://wiki.openstack.org/wiki/Murano


Image building using dib
------------------------

contrib/elements contains `diskimage-builder <https://github.com/openstack/diskimage-builder>`_
elements to build an image which contains the Murano Agent required to use Murano.

An example 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/stackforge/murano-agent.git
  export ELEMENTS_PATH=murano-agent/contrib/elements
  diskimage-builder/bin/disk-image-create vm ubuntu murano-agent -o ubuntu-murano-agent.qcow2
  glance image-create --disk-format qcow2 --container-format bare --name ubuntu-murano < ubuntu-murano.qcow2


License
-------

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0



