Merge "Update README file" into stable/kilo

This commit is contained in:
Jenkins 2015-04-28 16:21:15 +00:00 committed by Gerrit Code Review
commit 842541dddd
3 changed files with 17 additions and 13 deletions

View File

@ -19,7 +19,9 @@ Project Hosting Details
======================= =======================
* Bug tracker * Bug tracker
https://launchpad.net/murano * https://launchpad.net/murano
* https://launchpad.net/python-muranoclient
* Mailing list (prefix subjects with ``[Murano]`` for faster responses) * Mailing list (prefix subjects with ``[Murano]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

View File

@ -4,25 +4,27 @@ Murano Agent
Murano Agent is a VM-side guest agent that accepts commands from Murano engine Murano Agent is a VM-side guest agent that accepts commands from Murano engine
and executes them. and executes them.
Image building using dib Image building using DiskImage-Builder
------------------------ --------------------------------------
contrib/elements contains Folder, named *contrib/elements* contains
`diskimage-builder <https://git.openstack.org/cgit/openstack/diskimage-builder>`_ `diskimage-builder <https://git.openstack.org/cgit/openstack/diskimage-builder>`_
elements to build an image which contains the Murano Agent required to use Murano. 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 Ubuntu based image containing the agent can be built and uploaded
to glance with the following commands: to Glance with the following commands:
:: ::
git clone https://git.openstack.org/openstack/diskimage-builder.git $ git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/stackforge/murano-agent.git $ git clone https://git.openstack.org/openstack/murano-agent.git
export ELEMENTS_PATH=murano-agent/contrib/elements $ export ELEMENTS_PATH=murano-agent/contrib/elements
diskimage-builder/bin/disk-image-create vm ubuntu \ $ diskimage-builder/bin/disk-image-create vm ubuntu \
murano-agent -o ubuntu-murano-agent.qcow2 murano-agent -o ubuntu-murano-agent.qcow2
glance image-create --disk-format qcow2 --container-format bare \ $ glance image-create --disk-format qcow2 --container-format bare \
--name ubuntu-murano < ubuntu-murano.qcow2 --name ubuntu-murano --file ubuntu-murano.qcow2 \
--property murano_image_info='{"title": "Ubuntu for Murano", \
"type": "linux"}'
Project Resources Project Resources
----------------- -----------------

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = murano-agent name = murano-agent
version = 2015.1 version = 2015.2
summary = Python Murano Agent summary = Python Murano Agent
description-file = description-file =
README.rst README.rst